Closed GoogleCodeExporter closed 9 years ago
You have normal link errors. You have to link with both libguichan and
libguichan_sdl properly, or simply include the Guichan source into your
project. I
don't own a Mac and I have never used xCode, so I can't help you with how you
should
set up your project.
Original comment by olof.nae...@gmail.com
on 20 Dec 2009 at 9:47
Many thanks, it compiles and links fine now. But now a new problem appears:
I run the application and the debugger returns this messages:
dyld: lazy symbol binding failed: Symbol not found: _IMG_Load
Referenced from: /usr/local/lib/libguichan_sdl-0.8.0.dylib
Expected in: flat namespace
dyld: Symbol not found: _IMG_Load
Referenced from: /usr/local/lib/libguichan_sdl-0.8.0.dylib
Expected in: flat namespace
I hope that you can help me.
Original comment by littlega...@web.de
on 20 Dec 2009 at 10:16
You also need to link with the SDL_image library.
Original comment by mrlacha...@gmail.com
on 20 Dec 2009 at 4:38
Works fuine now, thanks for your help.
Original comment by littlega...@web.de
on 21 Dec 2009 at 8:48
Original comment by olof.nae...@gmail.com
on 21 Dec 2009 at 12:10
Original issue reported on code.google.com by
littlega...@web.de
on 19 Dec 2009 at 10:08