Re: Missing Source Libs?
Steve <[email protected]>
| Newsgroups | gmane.comp.breve |
|---|---|
| Message-ID | <[email protected]> |
Hi, There are errors when trying to make the libs, and consequently only libutil gets built. (See terminal log below) Is there any chance the libraries can be posted? Is it possible to build Breve from the source of the libraries instead of the libraries themselves? Thanks Steve ------------------------------------------------------------------------ ----------------------------- mkdir include cd util; make -f Makefile install cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c error.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c memory.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c hash.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c list.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c stack.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c text.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c matrix.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c vector.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c quat.c cc -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -g -DBREVE_MALLOC -DMACOSX -c nr.c ar -crv libutil.a error.o memory.o hash.o list.o stack.o text.o matrix.o vector.o quat.o nr.o a - error.o a - memory.o a - hash.o a - list.o a - stack.o a - text.o a - matrix.o a - vector.o a - quat.o a - nr.o cp libutil.a ../lib cp *.h ../include ranlib ../lib/libutil.a cd world; make -f Makefile install cc -g -DBREVE_MALLOC -DMACOSX -I/sw/include -I/System/Library/Frameworks/JavaVM.framework/Headers -I../include -I../ode/include -c multibody.c physics.h:34: header file 'ode/ode.h' not found multibody.h:48: undefined type, found `dJointGroupID' multibody.h:68: undefined type, found `dJointID' multibody.h:69: undefined type, found `dJointID' multibody.h:97: undefined type, found `dBodyID' multibody.h:98: undefined type, found `dMass' multibody.h:203: undefined type, found `dReal' multibody.h:204: undefined type, found `dReal' world.h:121: undefined type, found `dWorldID' world.h:122: undefined type, found `dJointGroupID' world.h:123: undefined type, found `dJointGroupID' multibody.c:154: undefined type, found `dReal' multibody.c:163: undefined type, found `dReal' multibody.c:223: undefined type, found `dMatrix3' multibody.c:224: undefined type, found `dQuaternion' multibody.c:257: undefined type, found `dReal' multibody.c:258: undefined type, found `dReal' multibody.c:303: undefined type, found `dReal' multibody.c:310: undefined type, found `dReal' multibody.c:443: undefined type, found `dReal' multibody.c:444: undefined type, found `dReal' multibody.c:446: undefined type, found `dBodyID' multibody.c:744: undefined type, found `dReal' multibody.c:745: undefined type, found `dReal' multibody.c:751: illegal expression, found `)' multibody.c:751: illegal function call, found `parentR' multibody.c:939: undefined type, found `dReal' multibody.c:940: undefined type, found `dReal' multibody.c:952: illegal expression, found `)' multibody.c:952: illegal function call, found `rotationV' multibody.c:1019: undefined type, found `dReal' multibody.c:1020: undefined type, found `dReal' multibody.c:1035: illegal expression, found `)' multibody.c:1035: illegal function call, found `rotation' multibody.c:1049: undefined type, found `dReal' multibody.c:1053: illegal expression, found `)' multibody.c:1053: illegal function call, found `rotation' multibody.c:1059: undefined type, found `dReal' multibody.c:1073: undefined type, found `dReal' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make[1]: *** [multibody.o] Error 1 make: *** [all] Error 2 On Saturday, September 20, 2003, at 01:05 PM, jon klein wrote: > > On Saturday, September 20, 2003, at 07:54 AM, Steve wrote: > >> Hi, >> >> I'm trying to build Breve 1.7 from the source, on OSX. Where are the >> libs (libworld.a libsteve.a etc)? > > Building for Mac OS X is a three-stage process: > > 1) in the top level of the source directory, type "make" > > 2) in the top level of the source directory, type "make documentation" > > 3) then open and build the Project Builder project > > Step 1 will create the libraries and place them in the "lib" directory, > step 2 creates the necessary documentation files, and step 3 actually > builds the OSX program. > > Alternatively: just type "make OSX_build" from the top level source > directory -- this does everything. The reason they're split up into > different steps by default is so that you can do the individual build > steps more quickly if you need to (useful during development). > > - jon > > _______________________________________________ > breve mailing list > [email protected] > http://www.spiderland.org/mailman/listinfo/breve > _______________________________________________ breve mailing list [email protected] http://www.spiderland.org/mailman/listinfo/breve