Re: wchar link problems building for jaguar
Re: wchar link problems building for jaguar
- Subject: Re: wchar link problems building for jaguar
- From: Matthew Formica <email@hidden>
- Date: Tue, 28 Oct 2003 17:07:17 -0800
I should point out to folks that filing a DTS incident (see
<http://developer.apple.com/products/techsupport/>) is another way to tackle
stumper problems; that way, you will be assured of getting an answer one way
or another from Apple, and more resources can be thrown at the problem.
Regards,
Matthew Formica
Apple DTS Engineer - Dev Tools, G5, and Cocoa
email@hidden
On 10/28/03 2:58 PM, "Thane Norton" <email@hidden> 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.