Re: [Plib-users] Building on Mac OS X
Brought to you by:
sjbaker
From: Bernhard W. <bw...@ca...> - 2004-10-31 15:16:50
|
> I've been trying to build pLib 1.8.3 on Mac OS X but it's not been working. have a look at the archive of this list. You will find a commentary of Steve on exactly this topic. You will have to modify js.cxx and js.h slightly by defining a constant _JS_MAX_OX_DEVICES and then putting this constant instead of the variable kNumDevices. There is a problem with the allocation of memory the way that js is implemented at the moment. Hope that will be of help, Bernhard > > The following is the Terminal output. > > 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=\"plib\" -DVERSION=\"1.8.3\" -DSTDC_HEADERS=1 -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:97: error: data member may not have variably modified type ` > io_object_t[jsJoystick::kNumDevices]' > make[2]: *** [js.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > > > configure works fine but I can't build it. Is there a way to bypass > js? I don't have a joystick anyway. > -- > <Arthur/> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > |