[Plib-users] Building on Mac OS X
Brought to you by:
sjbaker
From: Arthur W. <ar...@gm...> - 2004-10-31 13:26:50
|
I've been trying to build pLib 1.8.3 on Mac OS X but it's not been working. 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/> |