plib-users Mailing List for PLIB (Page 33)
Brought to you by:
sjbaker
You can subscribe to this list here.
2000 |
Jan
|
Feb
(24) |
Mar
(54) |
Apr
(29) |
May
(58) |
Jun
(29) |
Jul
(675) |
Aug
(46) |
Sep
(40) |
Oct
(102) |
Nov
(39) |
Dec
(40) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(45) |
Feb
(23) |
Mar
(30) |
Apr
(64) |
May
(28) |
Jun
(61) |
Jul
(55) |
Aug
(35) |
Sep
(24) |
Oct
(23) |
Nov
(21) |
Dec
(67) |
2002 |
Jan
(98) |
Feb
(23) |
Mar
(13) |
Apr
(23) |
May
(43) |
Jun
(45) |
Jul
(54) |
Aug
(5) |
Sep
(56) |
Oct
(17) |
Nov
(53) |
Dec
(26) |
2003 |
Jan
(67) |
Feb
(36) |
Mar
(22) |
Apr
(35) |
May
(26) |
Jun
(35) |
Jul
(10) |
Aug
(49) |
Sep
(17) |
Oct
(3) |
Nov
(30) |
Dec
(10) |
2004 |
Jan
(12) |
Feb
(18) |
Mar
(52) |
Apr
(50) |
May
(22) |
Jun
(13) |
Jul
(16) |
Aug
(23) |
Sep
(21) |
Oct
(29) |
Nov
(6) |
Dec
(26) |
2005 |
Jan
(9) |
Feb
(19) |
Mar
(13) |
Apr
(19) |
May
(12) |
Jun
(8) |
Jul
(6) |
Aug
(10) |
Sep
(22) |
Oct
(3) |
Nov
(6) |
Dec
(17) |
2006 |
Jan
(10) |
Feb
(8) |
Mar
(5) |
Apr
(5) |
May
(6) |
Jun
(8) |
Jul
(8) |
Aug
(13) |
Sep
(2) |
Oct
(1) |
Nov
(9) |
Dec
(6) |
2007 |
Jan
(3) |
Feb
(4) |
Mar
(12) |
Apr
(2) |
May
(6) |
Jun
|
Jul
(22) |
Aug
|
Sep
(9) |
Oct
(13) |
Nov
|
Dec
|
2008 |
Jan
(1) |
Feb
(6) |
Mar
(2) |
Apr
(4) |
May
(15) |
Jun
(28) |
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2009 |
Jan
(5) |
Feb
(5) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(2) |
Apr
(7) |
May
(4) |
Jun
(2) |
Jul
(5) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2011 |
Jan
(7) |
Feb
(2) |
Mar
(1) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(4) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ron A. <ro...@wa...> - 2003-08-13 03:16:01
|
I've attached the error log that I get when trying to compile anything that needs ul.h (haven't gotten any further than that). This may be a mac bug related to Developer Tools using a prerelease of gcc3.1 Any suggestions? -Ron -- Ron Alford, KB0NUV http://volus.net/~ronwalf |
From: flashfyre <fla...@us...> - 2003-08-12 02:31:36
|
Both GL/gl.h and GL/glext.h define it, I noticed the other way to enable it is to -DGL_GLEXT_PROTOTYPES. Not sure why...but all the examples are compiling and working now. Thanks, FF Cameron Lerch wrote: > I got this too. Looks like the function is now considered obsolete. You > can get around this by setting CXXFLAGS="$CXXFLAGS -DGL_GLEXT_LEGACY" > before you run configure. > > On Mon, Aug 11, 2003 at 01:10:11PM -0700, flashfyre wrote: > >>Uh oh...does this mean I have a broken or outdated GL on my Mandrake 9.1 >>box? >> >>I scanned over the last few months in the archives and did not see >>anything about this. >> >>Is there a way to search the mail archives by keyword? I am new to sf. >> >>-- >>FF >> >>make[3]: Entering directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' >>c++ -DPACKAGE=\"plib_examples\" -DVERSION=\"1.6.1\" -DHAVE_LIBDL=1 >>-DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DGLUT_IS_PRESENT=1 >> -I. -I. -g -O2 >>-Wall -c water.cxx >>water.cxx: In function `int enableTexGen(ssgEntity*)': >>water.cxx:119: `glActiveTextureARB' undeclared (first use this function) >>water.cxx:119: (Each undeclared identifier is reported only once for >>each function it appears in.) >>make[3]: *** [water.o] Error 1 >>make[3]: Leaving directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' >>make[2]: *** [all-recursive] Error 1 >>make[2]: Leaving directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg' >>make[1]: *** [all-recursive] Error 1 >>make[1]: Leaving directory >>`/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src' >>make: *** [all-recursive] Error 1 |
From: Steve B. <sjb...@ai...> - 2003-08-11 23:48:31
|
flashfyre wrote: > Uh oh...does this mean I have a broken or outdated GL on my Mandrake 9.1 > box? Yeah - looks like it. The ARB multitexture extension is pretty mainstream nowadays. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
From: Cameron L. <le...@sk...> - 2003-08-11 21:16:06
|
I got this too. Looks like the function is now considered obsolete. You can get around this by setting CXXFLAGS="$CXXFLAGS -DGL_GLEXT_LEGACY" before you run configure. On Mon, Aug 11, 2003 at 01:10:11PM -0700, flashfyre wrote: > Uh oh...does this mean I have a broken or outdated GL on my Mandrake 9.1 > box? > > I scanned over the last few months in the archives and did not see > anything about this. > > Is there a way to search the mail archives by keyword? I am new to sf. > > -- > FF > > make[3]: Entering directory > `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' > c++ -DPACKAGE=\"plib_examples\" -DVERSION=\"1.6.1\" -DHAVE_LIBDL=1 > -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DGLUT_IS_PRESENT=1 > -I. -I. -g -O2 > -Wall -c water.cxx > water.cxx: In function `int enableTexGen(ssgEntity*)': > water.cxx:119: `glActiveTextureARB' undeclared (first use this function) > water.cxx:119: (Each undeclared identifier is reported only once for > each function it appears in.) > make[3]: *** [water.o] Error 1 > make[3]: Leaving directory > `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src' > make: *** [all-recursive] Error 1 > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users -- Cameron Lerch <le...@sk...> |
From: flashfyre <fla...@us...> - 2003-08-11 20:29:20
|
Uh oh...does this mean I have a broken or outdated GL on my Mandrake 9.1 box? I scanned over the last few months in the archives and did not see anything about this. Is there a way to search the mail archives by keyword? I am new to sf. -- FF make[3]: Entering directory `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' c++ -DPACKAGE=\"plib_examples\" -DVERSION=\"1.6.1\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DGLUT_IS_PRESENT=1 -I. -I. -g -O2 -Wall -c water.cxx water.cxx: In function `int enableTexGen(ssgEntity*)': water.cxx:119: `glActiveTextureARB' undeclared (first use this function) water.cxx:119: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [water.o] Error 1 make[3]: Leaving directory `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg/water' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src/ssg' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/flashfyre/plib-1.6.0/plib_examples-1.6.1/src' make: *** [all-recursive] Error 1 |
From: flashfyre <fla...@us...> - 2003-08-11 20:24:19
|
Cameron Lerch wrote: > On Mon, Aug 11, 2003 at 09:17:23AM -0700, flashfyre wrote: > >>http://plib.sourceforge.net/dist/plib_examples-1.6.1.tar.gz >> >>...fails .configure with the following message: >> >>[flashfyre@wombat plib_examples-1.6.1]$ ./configure >>creating cache ./config.cache >>configure: error: can not find install-sh or install.sh in . ./.. ./../.. >> >>This happens under both RedHat 9.0 and Mandrake 9.1 > > > Yeah, some files were left out of the release. An automake install > includes those files, so if you have automake installed, you can > just copy them over: > > cd plib_examples-1.6.1 > cp /usr/share/automake-1.4/config.sub . > cp /usr/share/automake-1.4/config.guess . > cp /usr/share/automake-1.4/install-sh . > ./configure > Thanks it passes ./configure fine now. Am now having a problem compiling the examples and left a new message about that. |
From: Cameron L. <le...@sk...> - 2003-08-11 17:31:56
|
On Mon, Aug 11, 2003 at 09:17:23AM -0700, flashfyre wrote: > This is my 2nd time asking about this in the last few months...no useful > response last time. Would like to this this software work! > > Although I can install plib just fine, the: > > http://plib.sourceforge.net/dist/plib_examples-1.6.1.tar.gz > > ...fails .configure with the following message: > > [flashfyre@wombat plib_examples-1.6.1]$ ./configure > creating cache ./config.cache > configure: error: can not find install-sh or install.sh in . ./.. ./../.. > > This happens under both RedHat 9.0 and Mandrake 9.1 Yeah, some files were left out of the release. An automake install includes those files, so if you have automake installed, you can just copy them over: cd plib_examples-1.6.1 cp /usr/share/automake-1.4/config.sub . cp /usr/share/automake-1.4/config.guess . cp /usr/share/automake-1.4/install-sh . ./configure -- Cameron Lerch <le...@sk...> |
From: flashfyre <fla...@us...> - 2003-08-11 16:18:09
|
This is my 2nd time asking about this in the last few months...no useful response last time. Would like to this this software work! Although I can install plib just fine, the: http://plib.sourceforge.net/dist/plib_examples-1.6.1.tar.gz ...fails .configure with the following message: [flashfyre@wombat plib_examples-1.6.1]$ ./configure creating cache ./config.cache configure: error: can not find install-sh or install.sh in . ./.. ./../.. This happens under both RedHat 9.0 and Mandrake 9.1 Any ideas? TIA, FF |
From: Ron A. <ro...@wa...> - 2003-08-10 18:35:11
|
On Wed, 6 Aug 2003, mat the prophet wrote: > A bit of advice from an OSX Plib user, you're going to find some pretty > funky things with PLIB and the system. There are two things you can do > to get around this: > Is there any reason I have to use Project Builder? I plan to run whatever I build under both Linux and OSX, so I'd rather just use autoconf. However, I'm suspicious that autoconf has difficulty finding Frameworks. -Ron -- Ron Alford, KB0NUV http://volus.net/~ronwalf |
From: Steve B. <sjb...@ai...> - 2003-08-08 21:00:54
|
Cameron Lerch wrote: > Oops.. GL_ALPHA_TEST is disabled even if the object is translucent. So > my question changes slightly; where/how is the best way to enable > GL_ALPHA_TEST and setAlphaClamp for each translucent state? I use: ssgSetAppStateCallback ( ... ) ; This causes the loader to call a function in the application every time it feels like creating a new ssgState. This allows the application to set every aspect of the state and not leave it up to the loader. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
From: Cameron L. <le...@sk...> - 2003-08-08 19:53:05
|
Oops.. GL_ALPHA_TEST is disabled even if the object is translucent. So my question changes slightly; where/how is the best way to enable GL_ALPHA_TEST and setAlphaClamp for each translucent state? On Fri, Aug 08, 2003 at 12:38:55PM -0700, Cameron Lerch wrote: > > I'm loading an AC file which contains several objects. Some objects are > opaque, while others contain transparent portions. I'm using ssgLoadAC > to load the file, and I've noticed that GL_ALPHA_TEST is enabled (or not > enabled) for each leaf state created by the loader. What I'm not sure > about is where/how to setAlphaClamp for each of the translucent states? > > Thanks, > > -- > Cameron Lerch <le...@sk...> -- Cameron Lerch <le...@sk...> |
From: Cameron L. <le...@sk...> - 2003-08-08 19:39:04
|
I'm loading an AC file which contains several objects. Some objects are opaque, while others contain transparent portions. I'm using ssgLoadAC to load the file, and I've noticed that GL_ALPHA_TEST is enabled (or not enabled) for each leaf state created by the loader. What I'm not sure about is where/how to setAlphaClamp for each of the translucent states? Thanks, -- Cameron Lerch <le...@sk...> |
From: Steve B. <sjb...@ai...> - 2003-08-07 21:34:04
|
Krippel Harald wrote: > In file included from js.cxx:23: > js.h:100: size of member `ioDevices' is not constant So the problem is that ioDevices is defined in js.h and in jsMacOSX.cxx as io_object_t jsJoystick::ioDevices[kNumDevices]; ...but static objects need to have their size known at compile time - and anything that #include's js.h can't know the value of kNumDevices - even though it's a 'const'. I think we need to add into js.h something like: #define JS_MAX_OSX_DEVICES 32 ...and replace the kNumDevices line in jsMacOSX.cxx with: int jsJoystick::kNumDevices = JS_MAX_OSX_DEVICES ; ...and in js.h: static io_object_t jsJoystick::ioDevices[JS_MAX_OSX_DEVICES] ; ...and in jsMacOSX.cxx: io_object_t jsJoystick::ioDevices[JS_MAX_OSX_DEVICES] ; This should fix the problem - I don't understand how it could ever have compiled in the first place. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |
From: Krippel H. <neu...@su...> - 2003-08-07 17:32:33
|
The problems: plib ./autogen.sh ---> ok ./configure ---> ok PLIB configuration information: Building FNT library: yes Building JS library: yes Building NET library: yes Building PUI library: yes Building SG library: yes Building PSL library: yes Building SL library: yes Building SSG library: yes Building ssgAux library: yes Building UTIL library: yes Need GLUT: yes (found GLUT) make ----> error [Harald-Krippels-Computer:/Users/haraldkrippel/plib] haraldkrippel# make Making all in src Making all in util make[2]: Nothing to be done for `all'. Making all in js source='js.cxx' object='js.o' libtool=no \ depfile='.deps/js.Po' tmpdepfile='.deps/js.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"plib\" -DVERSION=\"1.7.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DGLUT_IS_PRESENT=1 -Dsocklen_t=int -I. -I. -I../../src/util -g -O2 -Wall -c -o js.o `test -f 'js.cxx' || echo './'`js.cxx In file included from js.cxx:23: js.h:100: size of member `ioDevices' is not constant make[2]: *** [js.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 I go to src and compile all other directorys with "make" and "make install" (as root) I go to examples: ./autogen.sh ---> ok ./configure ---> warning checking for GLUT/glut.h... yes checking plib/ul.h usability... no checking plib/ul.h presence... yes configure: WARNING: plib/ul.h: present but cannot be compiled configure: WARNING: plib/ul.h: check for missing prerequisite headers? configure: WARNING: plib/ul.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug...@gn.... ## configure: WARNING: ## ------------------------------------ ## checking for plib/ul.h... yes I go to src/ssg/wather and type make [Harald-Krippels-Computer:src/ssg/water] haraldkrippel% make source='water.cxx' object='water.o' libtool=no \ depfile='.deps/water.Po' tmpdepfile='.deps/water.TPo' \ depmode=gcc3 /bin/sh ../../../depcomp \ g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"plib_examples\" -DVERSION=\"1.7.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_OPENGL_GLU_H=1 -DGLUT_IS_PRESENT=1 -I. -I. -g -O2 -Wall -c -o water.o `test -f 'water.cxx' || echo './'`water.cxx In file included from /usr/include/plib/sg.h:28, from /usr/include/plib/ssg.h:28, from water.cxx:35: /usr/include/plib/ul.h: In function `void _ulEndianSwap(short unsigned int*)': /usr/include/plib/ul.h:321: declaration of C function `void _ulEndianSwap(short unsigned int*)' conflicts with /usr/include/plib/ul.h:314: previous declaration `void _ulEndianSwap(unsigned int*)' here /usr/include/plib/ul.h: In function `unsigned int ulEndianLittle32(unsigned int)': /usr/include/plib/ul.h:339: cannot convert `unsigned int*' to `short unsigned int*' for argument `1' to `void _ulEndianSwap(short unsigned int*)' /usr/include/plib/ul.h: In function `float ulEndianLittleFloat(float)': /usr/include/plib/ul.h:348: cannot convert `unsigned int*' to `short unsigned int*' for argument `1' to `void _ulEndianSwap(short unsigned int*)' /usr/include/plib/ul.h: In function `void ulEndianLittleArray32(unsigned int*, int)': /usr/include/plib/ul.h:368: cannot convert `unsigned int*' to `short unsigned int*' for argument `1' to `void _ulEndianSwap(short unsigned int*)' /usr/include/plib/ul.h: In function `void ulEndianLittleArrayFloat(float*, int)': /usr/include/plib/ul.h:378: cannot convert `unsigned int*' to `short unsigned int*' for argument `1' to `void _ulEndianSwap(short unsigned int*)' /usr/include/plib/ul.h: In function `void ulEndianBigArray32(unsigned int*, int)': /usr/include/plib/ul.h:398: cannot convert `unsigned int*' to `short unsigned int*' for argument `1' to `void _ulEndianSwap(short unsigned int*)' /usr/include/plib/ul.h: In function `void ulEndianBigArrayFloat(float*, int)': /usr/include/plib/ul.h:408: cannot convert `unsigned int*' to `short unsigned . . . . >Krippel- > >send me the errors, I'll take a look > >m. > >On Wednesday, August 6, 2003, at 12:17PM, Krippel Harald wrote: > >> I have installed max-os x and fink. i can cmpile plib from cvs but i > >> can >> not compile the examples or my code that use the plib. I have problems >> with the header files. errors. (if you are interested i can send you > >> the >> messages from the console, at the moment i mail from linux from my >> i-book, sorry) >> Der supergünstige surfEU-Internetzugang - Jetzt registrieren! http://www.surfeu.at/register/ |
From: mat t. p. <pr...@tt...> - 2003-08-06 19:33:19
|
Krippel- send me the errors, I'll take a look m. On Wednesday, August 6, 2003, at 12:17PM, Krippel Harald wrote: > I have installed max-os x and fink. i can cmpile plib from cvs but i =20= > can > not compile the examples or my code that use the plib. I have problems > with the header files. errors. (if you are interested i can send you =20= > the > messages from the console, at the moment i mail from linux from my > i-book, sorry) > >> Ron- >> >> >> You'll need to copy the following files into your build directory and >> overwrite those supplied by the PLIB package: >> >> /usr/share/libtool/config.sub >> /usr/share/libtool/config.guess >> >> it should configure just fine after the change. >> >> A bit of advice from an OSX Plib user, you're going to find some =20 >> pretty >> funky things with PLIB and the system. There are two things you can > do >> to get around this: >> >> 1.) Compile all of PLIB into your project instead of using them as >> libs. A big problem that I ran into is that Project Builder wont >> consider the PLIB libs as C++ and will fail miserably when you try to >> link against them. I actually had to make a framework for the PLIB >> headers when I was using 1.5, then link in that framework _and_ the C >> libs to get my stuff to compile. >> >> 2.) A guy recently came on here asking for the same kind of stuff = and >> we talked a bit. He found out from someone else that a tool called >> "ConvertMake" worked really well for dealing with the conversion >> problems. I suggest you take a serious look at ConvertMake, it could >> make your life a lot easier. >> >> Good luck- >> >> mat. >> >> >> >> On Wednesday, August 6, 2003, at 6:21AM, Ron Alford wrote: >> >>> How is Mac OS X compatibility? Most of the docs seem to list it as > an >>> after thought, and the configure script bombs out with the following >>> message: >>> checking host system type... configure: error: can not guess host > type; >>> you must specify one >>> >>> Thanks, >>> -Ron >>> >>> -- =20 >>> Ron Alford, KB0NUV >>> http://volus.net/~ronwalf >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email sponsored by: Free pre-built ASP.NET sites > including >>> Data Reports, E-commerce, Portals, and Forums are available now. >>> Download today and enter to win an XBOX or Visual Studio .NET. >>> http://aspnet.click-url.com/go/psa00100003ave/direct; >>> at.aspnet_072303_01/01 >>> _______________________________________________ >>> plib-users mailing list >>> pli...@li... >>> https://lists.sourceforge.net/lists/listinfo/plib-users >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: Free pre-built ASP.NET sites > including >> Data Reports, E-commerce, Portals, and Forums are available now. >> Download today and enter to win an XBOX or Visual Studio .NET. >> http://aspnet.click-url.com/go/psa00100003ave/direct;=20 >> at.aspnet_072303_01/01 > >> _______________________________________________ >> plib-users mailing list >> pli...@li... >> https://lists.sourceforge.net/lists/listinfo/plib-users >> > > Der superg=FCnstige surfEU-Internetzugang - Jetzt registrieren! =20 > http://www.surfeu.at/register/ > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;=20 > at.aspnet_072303_01/01 > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users |
From: Krippel H. <neu...@su...> - 2003-08-06 19:17:33
|
I have installed max-os x and fink. i can cmpile plib from cvs but i can not compile the examples or my code that use the plib. I have problems with the header files. errors. (if you are interested i can send you the messages from the console, at the moment i mail from linux from my i-book, sorry) >Ron- > > >You'll need to copy the following files into your build directory and >overwrite those supplied by the PLIB package: > >/usr/share/libtool/config.sub >/usr/share/libtool/config.guess > >it should configure just fine after the change. > >A bit of advice from an OSX Plib user, you're going to find some pretty >funky things with PLIB and the system. There are two things you can do >to get around this: > >1.) Compile all of PLIB into your project instead of using them as >libs. A big problem that I ran into is that Project Builder wont >consider the PLIB libs as C++ and will fail miserably when you try to >link against them. I actually had to make a framework for the PLIB >headers when I was using 1.5, then link in that framework _and_ the C >libs to get my stuff to compile. > >2.) A guy recently came on here asking for the same kind of stuff and >we talked a bit. He found out from someone else that a tool called >"ConvertMake" worked really well for dealing with the conversion >problems. I suggest you take a serious look at ConvertMake, it could >make your life a lot easier. > >Good luck- > >mat. > > > >On Wednesday, August 6, 2003, at 6:21AM, Ron Alford wrote: > >> How is Mac OS X compatibility? Most of the docs seem to list it as an >> after thought, and the configure script bombs out with the following >> message: >> checking host system type... configure: error: can not guess host type; >> you must specify one >> >> Thanks, >> -Ron >> >> -- >> Ron Alford, KB0NUV >> http://volus.net/~ronwalf >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: Free pre-built ASP.NET sites including >> Data Reports, E-commerce, Portals, and Forums are available now. >> Download today and enter to win an XBOX or Visual Studio .NET. >> http://aspnet.click-url.com/go/psa00100003ave/direct; >> at.aspnet_072303_01/01 >> _______________________________________________ >> plib-users mailing list >> pli...@li... >> https://lists.sourceforge.net/lists/listinfo/plib-users > > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >_______________________________________________ >plib-users mailing list >pli...@li... >https://lists.sourceforge.net/lists/listinfo/plib-users > Der supergünstige surfEU-Internetzugang - Jetzt registrieren! http://www.surfeu.at/register/ |
From: <ben...@fr...> - 2003-08-06 16:37:45
|
"Chris Stones" <c_s...@ho...> a écrit : > checking for X... no ???? > > ok, i DEFINATLY have x installed ! X or _X development files_ ? Do you have the -dev or -devel packages installed ? |
From: mat t. p. <pr...@tt...> - 2003-08-06 14:40:46
|
Hi all- Is there something we can add to the webpage that has OSX detail on it. We seem to get the same questions over and over again, it might be useful to invest some time into putting a paragraph or two on the page. Feel free to copy my emails. m. |
From: mat t. p. <pr...@tt...> - 2003-08-06 14:38:37
|
Ron- You'll need to copy the following files into your build directory and overwrite those supplied by the PLIB package: /usr/share/libtool/config.sub /usr/share/libtool/config.guess it should configure just fine after the change. A bit of advice from an OSX Plib user, you're going to find some pretty funky things with PLIB and the system. There are two things you can do to get around this: 1.) Compile all of PLIB into your project instead of using them as libs. A big problem that I ran into is that Project Builder wont consider the PLIB libs as C++ and will fail miserably when you try to link against them. I actually had to make a framework for the PLIB headers when I was using 1.5, then link in that framework _and_ the C libs to get my stuff to compile. 2.) A guy recently came on here asking for the same kind of stuff and we talked a bit. He found out from someone else that a tool called "ConvertMake" worked really well for dealing with the conversion problems. I suggest you take a serious look at ConvertMake, it could make your life a lot easier. Good luck- mat. On Wednesday, August 6, 2003, at 6:21AM, Ron Alford wrote: > How is Mac OS X compatibility? Most of the docs seem to list it as an > after thought, and the configure script bombs out with the following > message: > checking host system type... configure: error: can not guess host type; > you must specify one > > Thanks, > -Ron > > -- > Ron Alford, KB0NUV > http://volus.net/~ronwalf > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct; > at.aspnet_072303_01/01 > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users |
From: Chris S. <c_s...@ho...> - 2003-08-06 13:36:40
|
when trying to install plib.... root@localhost plib-1.6.0]# ./configure loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking host system type... i686-pc-linux checking for X... no checking for glNewList in -lGL... no checking for glNewList in -lMesaGL... no configure: error: could not find working GL library checking for X... no ???? ok, i DEFINATLY have x installed ! and OpenGL any1 else have this problem ? is there a work around ? _________________________________________________________________ On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile |
From: Ron A. <ro...@wa...> - 2003-08-06 13:22:58
|
How is Mac OS X compatibility? Most of the docs seem to list it as an after thought, and the configure script bombs out with the following message: checking host system type... configure: error: can not guess host type; you must specify one Thanks, -Ron -- Ron Alford, KB0NUV http://volus.net/~ronwalf |
From: Chito M. <chi...@ya...> - 2003-08-01 00:34:25
|
how can i overwrite or add a callback to the cancel button on puFileSelector because if i try to load or save and i chose cancel it would still be loaded or saved... tnx :) __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Krippel H. <neu...@su...> - 2003-07-30 08:06:17
|
Hi to all I am writing on a gamedesigner with plib and opende and QT. (www.kcake.org) In this examplecode i get the positon from opende and set it in the plib object and scale it. It works. The problem is that the scaled objects redraw to lat. Example: I drive with a car and the scaled opjects (ramp)are drawed to late in the view. void Barrier::setTransform (ssgTransform *objtrans, const dReal pos[3], const dReal R[12],dVector3 dxyz) { sgMat4 m; m[0][0] = R[0] ; m[0][1] = R[4] ; m[0][2] = R[8] ; m[0][3] = SG_ZERO ; //x m[1][0] = R[1] ; m[1][1] = R[5] ; m[1][2] = R[9] ; m[1][3] = SG_ZERO ; // y m[2][0] = R[2] ; m[2][1] = R[6] ; m[2][2] = R[10] ; m[2][3] = SG_ZERO ; // z m[3][0] = pos [0] ; m[3][1] = pos [1] ; m[3][2] = pos [2] ; m[3][3] = SG_ONE ; sgScaleVec3(m[0], dxyz[0]); sgScaleVec3(m[1], dxyz[1]); sgScaleVec3(m[2], dxyz[2]); objtrans->setTransform(m); } Is the BSphere incorrect ?? A other question: Can I resize objects ? (not scaling) Thank You Harald Krippel Der supergünstige surfEU-Internetzugang - Jetzt registrieren! http://www.surfeu.at/register/ |
From: Curtis L. O. <cu...@fl...> - 2003-07-24 13:20:58
|
Daniel Bruno writes: > Hello all, > > Could please someone help me compiling plib on a Linux RedHat 9 with > MesaLib 5.0 installed? > > Although I have installed Mesa at /usr/lib, the configure script says: > > checking for glNewList in -lGL... no > checking for glNewList in -lMesaGL... no > configure: error: could not find working GL library > > What could be wrong? Daniel, Take a look at your config.log file. That details every configure check, shows what it tried to do, and shows the specific resulting error. That can be very useful in tracking down the exact problem. Regards, Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities curt 'at' me.umn.edu curt 'at' flightgear.org Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org |
From: Daniel B. <dan...@uo...> - 2003-07-24 03:29:44
|
Hello all, Could please someone help me compiling plib on a Linux RedHat 9 with MesaLib 5.0 installed? Although I have installed Mesa at /usr/lib, the configure script says: checking for glNewList in -lGL... no checking for glNewList in -lMesaGL... no configure: error: could not find working GL library What could be wrong? Thanks in advance, Daniel Bruno. |