rodbegbie;258518 Wrote: 
> 
> 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
> 

Great, if you get it running I'll apply those patches.

rodbegbie;258518 Wrote: 
> 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
> 

The lua_isinteger function is part of a lua extension used to provide
more efficient handling of integer numbers. Do you have lua installed
on your system, it likely that -llua is picking up the wrong version of
the library.

Richard


-- 
rtitmuss
------------------------------------------------------------------------
rtitmuss's Profile: http://forums.slimdevices.com/member.php?userid=36
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

Reply via email to