Thread: WDL-OL
View Single Post
Old 12-26-2016, 07:11 AM   #603
debian
Human being with feelings
 
debian's Avatar
 
Join Date: Nov 2008
Posts: 35
Default reselse linker errors

Hi!

I'm having some trouble building the AU configuration with xcode 7.3.1 release mode
(product->build for...-> profiling)

Does anyone recognise these errors and what to do about them?

"___bzero", referenced from:
staticPngReadFunc(png_struct_def*, unsigned char*, unsigned long) in lice.a(lice_png.o)
LICE_CachedFont::LICE_CachedFont() in lice.a(lice_textnew.o)
LICE_CachedFont::LICE_CachedFont() in lice.a(lice_textnew.o)
LICE_CachedFont::SetFromHFont(HGDIOBJ__*, int) in lice.a(lice_textnew.o)
_png_create_png_struct in lice.a(png.o)
_png_create_info_struct in lice.a(png.o)
_png_destroy_info_struct in lice.a(png.o)
...
"_fopen$UNIX2003", referenced from:
LICE_LoadPNG(char const*, LICE_IBitmap*) in lice.a(lice_png.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

EDIT:
I changed Base SDK to latest (10.11) for relesebuld and the errors disappeared... :-)
__________________
ojoj...

Last edited by debian; 12-26-2016 at 08:49 AM.
debian is offline   Reply With Quote