Hey there. Wondering if anyone's had any luck building Jive on OSX. In preperation for the Duet release next month, I wanted to have a play with the lua plugins.
First build problem was easily solved -- There are two patches required to build SDL 1.2.11 on Leopard, linked to here: http://listas.apesol.org/pipermail/sdl-libsdl.org/2007-November/063406.html However, I'm now seeing this crash during build: gcc -I/Users/rod/build/jive//build/osx/include -I/Users/rod/build/jive//build/osx/include/SDL -I/sw/include -g -I/Users/rod/build/jive//build/osx/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -Werror -o jive jive.o jive_debug.o -Wl,-framework -Wl,Cocoa -L/Users/rod/build/jive//build/osx/lib -L/sw/lib ./.libs/libjiveui.a -ltolua++ /Users/rod/build/jive//build/osx/lib/libSDL_image.dylib /sw/lib/libpng12.dylib /sw/lib/libjpeg.dylib /Users/rod/build/jive//build/osx/lib/libSDL_ttf.dylib -L/opt/local/lib /Users/rod/build/jive//build/osx/lib/libfreetype.dylib -lz -llua -lpthread -lSDLmain /Users/rod/build/jive//build/osx/lib/libSDL.dylib Undefined symbols: "_lua_isinteger", referenced from: _jive_style_insets in libjiveui.a(jive_style.o) ld: symbol(s) not found Edited to add: [EMAIL PROTECTED] ~/build/jive/src/pkg $ gcc --version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Any suggestions on what to try? Thanks, Rod. -- rodbegbie http://groovymother.com/ ------------------------------------------------------------------------ rodbegbie's Profile: http://forums.slimdevices.com/member.php?userid=3559 View this thread: http://forums.slimdevices.com/showthread.php?t=42234 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
