Re: wchar link problems building for jaguar
Re: wchar link problems building for jaguar
- Subject: Re: wchar link problems building for jaguar
- From: joshua portway <email@hidden>
- Date: Wed, 29 Oct 2003 00:55:37 +0000
this may seem obvious (but it actually took me several hours to find
out) - have you checked that BOTH the project target SDK (which is in
the general tab of the inspector you get clicking on the project icon
at the top of the project window tree) is set to 10.2, and the
deployment target is set to 10.2 in each target you're building ?
I didn't know about the project target SDK - i just had the deployment
targets set to 10.2 - and I was getting these wchar problems at runtime
even though we don't wchars in our code.
j
On 28 Oct 2003, at 22:58, Thane Norton wrote:
Here is my update. I have done everything in my power to make it
impossible
to compile the wchar files. I have -D_WCHAR_H_ passed to the
compiler. I
have "#define wmemmove die" in the precompiled header file. I have
"#include <c++config.h>" and "#undef _GLIBCPP_HAVE_WMEMMOVE" in the
precomp
file. And when I prelink on 10.2, I get
update_prebinding: redo_prebinding on
/Volumes/Source/Code/Driver/MacOSX/TabletDriver/build/Development
/TabletDriver.app/Contents/MacOS/TabletDriver:prebinding can't
be redone for:
/Volumes/Source/Code/Driver/MacOSX/TabletDriver/build/Development/
TabletDriver.app/Contents/MacOS/TabletDriver (for architecture ppc)
because of undefined symbols:
_wmemmove
(I am using wmemmove as an example of the 17 wide char routines that
can't
be found)
I am at my wits end and out of ideas for today. Tomorrow, hopefully,
I will
find some more.
On 10/28/03 9:23 AM, "Thane Norton" <email@hidden> wrote:
Actually, we have a product that compiles on 10.2 and on 10.3, but the
10.3
version will not prelink on 10.2. I am trying to fiddle with my
c++config.h
to try and get it to work.
On 10/26/03 8:01 PM, "Nick Zitzmann" <email@hidden> wrote:
This may be because Mac OS X 10.2.x and earlier do not support wchar,
so if you use wchar at all in your software, it'll only run under
10.3
or later... Search the archives of the projectbuilder-users mailing
list for more details.
-----------------------------------------
V. Thane Norton III
Macintosh Software Engineer
Wacom Technology Corporation
phone: 360.896.9833 x172
mailto:email@hidden
_______________________________________________
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.
-----------------------------------------
V. Thane Norton III
Macintosh Software Engineer
Wacom Technology Corporation
phone: 360.896.9833 x172
mailto:email@hidden
_______________________________________________
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.
_______________________________________________
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.