Re: Compiling CoreFoundation to link with CodeWarrior Windows?
Re: Compiling CoreFoundation to link with CodeWarrior Windows?
- Subject: Re: Compiling CoreFoundation to link with CodeWarrior Windows?
- From: "Daniel G. Kluge" <email@hidden>
- Date: Sat, 17 May 2008 11:21:42 +0200
Am 17.05.2008 um 06:15 schrieb David M. Cotter:
is this the right list? where should i go for help with this? is
anybody... <echo>out there</echo>?
It's a bloody weekend so chill....
But it is quite possibly the best list to ask these things.
On May 16, 2008, at 3:40 PM, David M. Cotter wrote:
i want to compile CoreFoundation and CFNetwork on windows in such a
way that i can link it with my CodeWarrior project.
yes i'm using CodeWarrior on windows to compile my project. and i
want to use CFStrings, CFDictionaries and CFNetwork.
the doc sez to use CygWin to compile CF stuff. well okay fine, so
i should not compile it with CodeWarrior.
Which doc says that?
Because CF says the following in the Code:
#if defined(__CYGWIN32__) || defined (D__CYGWIN_)
#error CoreFoundation is currently built with the Microsoft C Runtime,
which is incompatible with the Cygwin DLL. You must either use the -
mno-cygwin flag, or complete a
port of CF to the Cygwin environment.
#endif
Anyway, I'd recommend you try to run BuildCFLite in MSYS/MinGW and use
the resulting Binary in Codewarrior. If you can't use the binary,
setup the directory Structure using BuildCFLite, capture all the
compile commands and compile with CodeWarrior. I haven't tested any of
this so far, though it's on my list of things to do (the MSYS/MinGW
part). Can't help you with CodeWarrior though.
Cheers,
-daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden