wchar link problems building for jaguar
wchar link problems building for jaguar
- Subject: wchar link problems building for jaguar
- From: joshua portway <email@hidden>
- Date: Mon, 27 Oct 2003 00:29:51 +0000
We're building our app using XCode under Panther, and it runs fine on
Panther, but on Jaguar we're getting problems with one particular bit
of code which seems to have dependencies on routines in
libSystem.B.dylib on panther that don't exist on Jaguar.
here's the log :
2003-10-25 20:59:52.273 Noodle[858] CFLog (21): Error loading : error
code 7, error number 0 (dyld:
/Users/jeff/Desktop/Noodle.app/Contents/MacOS/Noodle Undefined symbols:
/Users/jeff/Desktop/Noodle.app/Contents/Resources/freetype.OSGplug/
Contents/MacOS/freetype undefined reference to _btowc expected to be
defined in /usr/lib/libSystem.B.dylib
/Users/jeff/Desktop/Noodle.app/Contents/Resources/freetype.OSGplug/
Contents/MacOS/freetype undefined reference to _iswctype expected to be
defined in /usr/lib/libSystem.B.dylib
/Users/jeff/Desktop/Noodle.app/Contents/Resources/freetype.OSGplug/
Contents/MacOS/freetype undefined reference to _mbsrtowcs expected to
be defined in /usr/lib/libSystem.B.dylib
/Users/jeff/Desktop/Noodle.app/Contents/Resources/freetype.OSGplug/
Contents/MacOS/freetype undefined reference to _towlower expected to be
defined in /usr/lib/libSystem.B.dylib
/Users/jeff/Desktop/Noodle.app/Contents/Resources/freetype.OSGplug/
Contents/MacOS/freetype undefined reference to _towupper expected to be
defined in /usr/lib/libSystem.B.dylib
/Users/jeff/Desktop/Noodle.app/Content)
The thing is that we're building with the deployment target SDK set to
10.1, so this shouldn't be happening, should it ? It's also odd that
this only happens with one bit of the project which is a loadable
bundle (a plugin, basically). All of the routines seem to relate to
wide char support somehow - so is there a way we can turn that off or
something like that ?
By the way, although the log above mentions freetype, the problem
doesn't seem to happen in freetype itself (which we're building as a
framework, and it seems to work) - this is a plugin which uses
freetype.
any one else getting a problem like this ?
any help at all would be appreciated because we have to ship our app at
the end of the week, and this is a scary last minute problem. If we
can't solve it in a day or two we're going to have to try going back to
Project Builder - which will mean trying to update projects we
abandoned months ago and could take ages....
josh
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.