>> I'm trying to compile using the OSX/darwin headers/libs instead of MSL in a
>> Carbon Mach-O target. I made /usr/include the first item in my System
[quoted text clipped - 6 lines]
> Look in the examples folder on the reference CD. There are a bunch of
> sample stationery items for using BSD C instead of MSL C.
Thanks for the suggestion, I hadn't thought of that.
Unfortunately it looks like there are no samples for BSD C++, only BSD C, or
a combination of BSD C and MSL C++. It is BSD C++ that I was trying to get
to work, and I'm guessing this is just something that hasn't been worked
out.
-Kurt
Ron L - 22 Aug 2005 23:53 GMT
>>> I'm trying to compile using the OSX/darwin headers/libs instead of MSL in a
>>> Carbon Mach-O target. I made /usr/include the first item in my System
[quoted text clipped - 13 lines]
>to work, and I'm guessing this is just something that hasn't been worked
>out.
For many various reasons CodeWarrior Compilers are not compatiable with
Darwin C++.
CodeWarrior C++ is a portable C++ implementation but the BSD is not. If
you don't want to use MSL then try one of the public C++ Libs available.
Ron

Signature
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community --
Ron Liechty - ron.liechty@freescale.com - http://www.codewarrior.com
Kurt Bigler - 23 Aug 2005 04:41 GMT
>>>> I'm trying to compile using the OSX/darwin headers/libs instead of MSL in a
>>>> Carbon Mach-O target. I made /usr/include the first item in my System
[quoted text clipped - 9 lines]
> CodeWarrior C++ is a portable C++ implementation but the BSD is not. If
> you don't want to use MSL then try one of the public C++ Libs available.
Makes sense, yes the darwin headers look horribly non-portable.
Thanks for the info. Nice to have you back.
-Kurt