Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Standard lib for unicode

 
Goto page Previous  1, 2
   Mac (Home) -> Programmer Code RSS
Next:  Cannot lunch application in debug mode  
Author Message
Ron L

External


Since: Aug 01, 2005
Posts: 52



(Msg. 16) Posted: Tue Sep 20, 2005 3:46 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)

In article <1127147155.146724.RemoveThis@www.vif.com>,
"Denis @ TheOffice" <denisco.RemoveThis@ica.net> wrote:

>I have new info in this topic.
>
>Last Friday I bought another Mac with Tiger, and install everything from
>scratch.
>It build/compiles fine.
>
>I went back to 10.3.x old system rebuild all libs.
>I am still unable to include that "wCtype.h" What can I do ?
>

it is wctype.h but I suspect you meant that. I suspect there is a
problem with the access path order or maybe a missing file. I'm not
sure where it comes from.

It is possibly one of several things including a corrupt search cache.

Sorry, look at precompiled headers first, look at access paths next,

Ron

>
>
>
>"Ron L" <ron.liechty.RemoveThis@freescale.com> wrote in message
>news:ron.liechty-CC6811.12031216092005@news.newsguy.com...
>> In article <1126805293.247864.RemoveThis@www.vif.com>,
>> "Denis @ TheOffice" <denisco.RemoveThis@ica.net> wrote:
>>
>> >It does not work or I am missing an info. Can you give me a step through or
>> >an
>> >example project,
>> >please?
>>
>> I can not duplicate your error at all. Every stationery and example
>> should work fine.
>>
>> All I can say is send me an example project that duplicates this.
>>
>> Ron
>>
>> --
>> 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.RemoveThis@freescale.com - http://www.codewarrior.com
>
>

--
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.RemoveThis@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
denisco

External


Since: Jul 14, 2005
Posts: 55



(Msg. 17) Posted: Tue Sep 20, 2005 4:19 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I did rebuild the precompiled library.

Is there any way to clean that beside reinstalling the system?


"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
news:ron.liechty-E4BDFC.15465220092005@news.newsguy.com...
> In article <1127147155.146724.TakeThisOut@www.vif.com>,
> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
>
> >I have new info in this topic.
> >
> >Last Friday I bought another Mac with Tiger, and install everything from
> >scratch.
> >It build/compiles fine.
> >
> >I went back to 10.3.x old system rebuild all libs.
> >I am still unable to include that "wCtype.h" What can I do ?
> >
>
> it is wctype.h but I suspect you meant that. I suspect there is a
> problem with the access path order or maybe a missing file. I'm not
> sure where it comes from.
>
> It is possibly one of several things including a corrupt search cache.
>
> Sorry, look at precompiled headers first, look at access paths next,
>
> Ron
>
> >
> >
> >
> >"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
> >news:ron.liechty-CC6811.12031216092005@news.newsguy.com...
> >> In article <1126805293.247864.TakeThisOut@www.vif.com>,
> >> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
> >>
> >> >It does not work or I am missing an info. Can you give me a step through or
> >> >an
> >> >example project,
> >> >please?
> >>
> >> I can not duplicate your error at all. Every stationery and example
> >> should work fine.
> >>
> >> All I can say is send me an example project that duplicates this.
> >>
> >> Ron
> >>
> >> --
> >> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
> >
> >
>
> --
> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
Ron L

External


Since: Aug 01, 2005
Posts: 52



(Msg. 18) Posted: Wed Sep 21, 2005 12:08 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1127247364.137695 DeleteThis @www.vif.com>,
"Denis @ TheOffice" <denisco DeleteThis @ica.net> wrote:

>I did rebuild the precompiled library.
>
>Is there any way to clean that beside reinstalling the system?

make sure your access path is in the right order, that the \usr and \lib
is underneath the MSL stuff.

Check to see that OS X Volume is set right globally as a source tree.

Make sure that there isn't any other settings for it in your project.

Remove object code and re-search for files

create a new project from scratch and see if that works there.

that might help, if not, then move the way wctype.h is included from ""
to <> or vice versa, maybe put it up at the top of the include list.

Ron


>
>"Ron L" <ron.liechty DeleteThis @freescale.com> wrote in message
>news:ron.liechty-E4BDFC.15465220092005@news.newsguy.com...
>> In article <1127147155.146724 DeleteThis @www.vif.com>,
>> "Denis @ TheOffice" <denisco DeleteThis @ica.net> wrote:
>>
>> >I have new info in this topic.
>> >
>> >Last Friday I bought another Mac with Tiger, and install everything from
>> >scratch.
>> >It build/compiles fine.
>> >
>> >I went back to 10.3.x old system rebuild all libs.
>> >I am still unable to include that "wCtype.h" What can I do ?
>> >
>>
>> it is wctype.h but I suspect you meant that. I suspect there is a
>> problem with the access path order or maybe a missing file. I'm not
>> sure where it comes from.
>>
>> It is possibly one of several things including a corrupt search cache.
>>
>> Sorry, look at precompiled headers first, look at access paths next,
>>
>> Ron
>>
>> >
>> >
>> >
>> >"Ron L" <ron.liechty DeleteThis @freescale.com> wrote in message
>> >news:ron.liechty-CC6811.12031216092005@news.newsguy.com...
>> >> In article <1126805293.247864 DeleteThis @www.vif.com>,
>> >> "Denis @ TheOffice" <denisco DeleteThis @ica.net> wrote:
>> >>
>> >> >It does not work or I am missing an info. Can you give me a step through
>> >> >or
>> >> >an
>> >> >example project,
>> >> >please?
>> >>
>> >> I can not duplicate your error at all. Every stationery and example
>> >> should work fine.
>> >>
>> >> All I can say is send me an example project that duplicates this.
>> >>
>> >> Ron
>> >>
>> >> --
>> >> 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 DeleteThis @freescale.com - http://www.codewarrior.com
>> >
>> >
>>
>> --
>> 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 DeleteThis @freescale.com - http://www.codewarrior.com
>
>

--
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 DeleteThis @freescale.com - http://www.codewarrior.com
Back to top
Login to vote
denisco

External


Since: Jul 14, 2005
Posts: 55



(Msg. 19) Posted: Wed Sep 21, 2005 3:31 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I changed the order like you suggested and now I am having this error:

#if !_MSL_USING_MW_C_HEADERS
#error You must have the non-MSL C header file access path before the
MSL access path
#else

Plus I just re-install the entire system from scratch still not capable of including the wctype.



"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
news:ron.liechty-6896F1.12080021092005@news.newsguy.com...
> In article <1127247364.137695.TakeThisOut@www.vif.com>,
> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
>
> >I did rebuild the precompiled library.
> >
> >Is there any way to clean that beside reinstalling the system?
>
> make sure your access path is in the right order, that the \usr and \lib
> is underneath the MSL stuff.
>
> Check to see that OS X Volume is set right globally as a source tree.
>
> Make sure that there isn't any other settings for it in your project.
>
> Remove object code and re-search for files
>
> create a new project from scratch and see if that works there.
>
> that might help, if not, then move the way wctype.h is included from ""
> to <> or vice versa, maybe put it up at the top of the include list.
>
> Ron
>
>
> >
> >"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
> >news:ron.liechty-E4BDFC.15465220092005@news.newsguy.com...
> >> In article <1127147155.146724.TakeThisOut@www.vif.com>,
> >> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
> >>
> >> >I have new info in this topic.
> >> >
> >> >Last Friday I bought another Mac with Tiger, and install everything from
> >> >scratch.
> >> >It build/compiles fine.
> >> >
> >> >I went back to 10.3.x old system rebuild all libs.
> >> >I am still unable to include that "wCtype.h" What can I do ?
> >> >
> >>
> >> it is wctype.h but I suspect you meant that. I suspect there is a
> >> problem with the access path order or maybe a missing file. I'm not
> >> sure where it comes from.
> >>
> >> It is possibly one of several things including a corrupt search cache.
> >>
> >> Sorry, look at precompiled headers first, look at access paths next,
> >>
> >> Ron
> >>
> >> >
> >> >
> >> >
> >> >"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
> >> >news:ron.liechty-CC6811.12031216092005@news.newsguy.com...
> >> >> In article <1126805293.247864.TakeThisOut@www.vif.com>,
> >> >> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
> >> >>
> >> >> >It does not work or I am missing an info. Can you give me a step through
> >> >> >or
> >> >> >an
> >> >> >example project,
> >> >> >please?
> >> >>
> >> >> I can not duplicate your error at all. Every stationery and example
> >> >> should work fine.
> >> >>
> >> >> All I can say is send me an example project that duplicates this.
> >> >>
> >> >> Ron
> >> >>
> >> >> --
> >> >> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
> >> >
> >> >
> >>
> >> --
> >> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
> >
> >
>
> --
> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
Ron L

External


Since: Aug 01, 2005
Posts: 52



(Msg. 20) Posted: Wed Sep 21, 2005 5:19 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1127330841.424729 DeleteThis @www.vif.com>,
"Denis @ TheOffice" <denisco DeleteThis @ica.net> wrote:

>I changed the order like you suggested and now I am having this error:
>
>#if !_MSL_USING_MW_C_HEADERS
>#error You must have the non-MSL C header file access path before the
>MSL access path
>#else

The problem is in your target's access path or the precompiled header
that you are using.

Send me your project file, just that and I'll show you what is wrong.

Ron

--
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 DeleteThis @freescale.com - http://www.codewarrior.com
Back to top
Login to vote
denisco

External


Since: Jul 14, 2005
Posts: 55



(Msg. 21) Posted: Tue Sep 27, 2005 10:33 am
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Don't give up on me.

Have you received my project?

I have found a very interesting difference between Tiger and 10.3.9,
the file wctype.h are very different. And the funny part is on 10.3.9 it is newer than 10.4 ???
So there is a conflict with that file. Who would have change/update that file???
XCold 1.5?
Also do you have an alternative instead of using from /usr/include/wctype.h ?

Regards,
Denis



"Ron L" <ron.liechty DeleteThis @freescale.com> wrote in message
news:ron.liechty-E4C750.17194821092005@news.newsguy.com...
> In article <1127330841.424729 DeleteThis @www.vif.com>,
> "Denis @ TheOffice" <denisco DeleteThis @ica.net> wrote:
>
> >I changed the order like you suggested and now I am having this error:
> >
> >#if !_MSL_USING_MW_C_HEADERS
> >#error You must have the non-MSL C header file access path before the
> >MSL access path
> >#else
>
> The problem is in your target's access path or the precompiled header
> that you are using.
>
> Send me your project file, just that and I'll show you what is wrong.
>
> Ron
>
> --
> 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 DeleteThis @freescale.com - http://www.codewarrior.com
Back to top
Login to vote
Ron L

External


Since: Aug 01, 2005
Posts: 52



(Msg. 22) Posted: Tue Sep 27, 2005 5:18 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1127831363.274445.RemoveThis@www.vif.com>,
"Denis @ TheOffice" <denisco.RemoveThis@ica.net> wrote:

>Don't give up on me.
>
>Have you received my project?
>
>I have found a very interesting difference between Tiger and 10.3.9,
>the file wctype.h are very different. And the funny part is on 10.3.9 it is
>newer than 10.4 ???
>So there is a conflict with that file. Who would have change/update that
>file???
>XCold 1.5?
>Also do you have an alternative instead of using from /usr/include/wctype.h ?

I don't think you seem to understand this. You can use MSL C or you can
use BSD C (in user/include/ ) but you can not mix them and each one
needs to use the precompiled header that was designed for that version
of the C Library.

You can not mix the BSD wctype.h with the MSL wctype.h

To use BSD you move the access path above the MSL path in the Targets
Access paths preferences. You are getting this error because of that.

You simply need to move that path below the MSL and path and it should
all build nicely.

Ron

>Regards,
>Denis
>
>
>
>"Ron L" <ron.liechty.RemoveThis@freescale.com> wrote in message
>news:ron.liechty-E4C750.17194821092005@news.newsguy.com...
>> In article <1127330841.424729.RemoveThis@www.vif.com>,
>> "Denis @ TheOffice" <denisco.RemoveThis@ica.net> wrote:
>>
>> >I changed the order like you suggested and now I am having this error:
>> >
>> >#if !_MSL_USING_MW_C_HEADERS
>> >#error You must have the non-MSL C header file access path before the
>> >MSL access path
>> >#else
>>
>> The problem is in your target's access path or the precompiled header
>> that you are using.
>>
>> Send me your project file, just that and I'll show you what is wrong.
>>
>> Ron
>>
>> --
>> 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.RemoveThis@freescale.com - http://www.codewarrior.com
>
>

--
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.RemoveThis@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
denisco

External


Since: Jul 14, 2005
Posts: 55



(Msg. 23) Posted: Tue Sep 27, 2005 5:45 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I would not mind but many functions I am using does not find Include or anything.

Here is a list of include requirement That I have:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <memory.h>
#include <paths.h>
#include <time.h>
#include <cmath> // for sqrt() and pow()

#include <wctype.h>
#include <wchar.h>

#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <errno.h>

#include <sys/ioctl.h>
#include <sys/param.h>

#include <mach/mach.h>

///////////////////////////////////////////////////////////////////////////////////////////////
#include <Carbon/Carbon.h>
#include <CoreFoundation/CoreFoundation.h>

#include <IOKit/IOKitLib.h>
#include <IOKit/serial/IOSerialKeys.h>
#include <IOKit/IOBSD.h>

#include <IOKit/IOCFPlugIn.h>
#include <IOKit/usb/IOUSBLib.h>

///////////////////////////////////////////////////////////////////////////////////////////////
#include <QuickTime/QuickTime.h>

I did try to place the access path before but then I am having other errors.

DC

"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
news:ron.liechty-D9F2AE.17183027092005@news.newsguy.com...
> In article <1127831363.274445.TakeThisOut@www.vif.com>,
> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
>
> >Don't give up on me.
> >
> >Have you received my project?
> >
> >I have found a very interesting difference between Tiger and 10.3.9,
> >the file wctype.h are very different. And the funny part is on 10.3.9 it is
> >newer than 10.4 ???
> >So there is a conflict with that file. Who would have change/update that
> >file???
> >XCold 1.5?
> >Also do you have an alternative instead of using from /usr/include/wctype.h ?
>
> I don't think you seem to understand this. You can use MSL C or you can
> use BSD C (in user/include/ ) but you can not mix them and each one
> needs to use the precompiled header that was designed for that version
> of the C Library.
>
> You can not mix the BSD wctype.h with the MSL wctype.h
>
> To use BSD you move the access path above the MSL path in the Targets
> Access paths preferences. You are getting this error because of that.
>
> You simply need to move that path below the MSL and path and it should
> all build nicely.
>
> Ron
>
> >Regards,
> >Denis
> >
> >
> >
> >"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
> >news:ron.liechty-E4C750.17194821092005@news.newsguy.com...
> >> In article <1127330841.424729.TakeThisOut@www.vif.com>,
> >> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
> >>
> >> >I changed the order like you suggested and now I am having this error:
> >> >
> >> >#if !_MSL_USING_MW_C_HEADERS
> >> >#error You must have the non-MSL C header file access path before the
> >> >MSL access path
> >> >#else
> >>
> >> The problem is in your target's access path or the precompiled header
> >> that you are using.
> >>
> >> Send me your project file, just that and I'll show you what is wrong.
> >>
> >> Ron
> >>
> >> --
> >> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
> >
> >
>
> --
> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
Ron L

External


Since: Aug 01, 2005
Posts: 52



(Msg. 24) Posted: Wed Sep 28, 2005 1:10 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1127857653.832114.RemoveThis@www.vif.com>,
"Denis @ TheOffice" <denisco.RemoveThis@ica.net> wrote:

>I would not mind but many functions I am using does not find Include or
>anything.

THEY ALL DO it is in the prefix file you are using.

In the target settings preprocessor settings

If you aren't using one then you need to use one, to set switches if
MSL uses its math or BSD's and other things.

What you need to do is create a little project that is simple that
duplicates this and send it to me, or preprocess one file that has the
errors and send that and a project to me.

>
>I did try to place the access path before but then I am having other errors.

Do you understand I'm talking about the target settings and the access
paths options in that, not the source file.

Ron

--
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.RemoveThis@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
denisco

External


Since: Jul 14, 2005
Posts: 55



(Msg. 25) Posted: Wed Sep 28, 2005 1:54 pm
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> What you need to do is create a little project that is simple that
> duplicates this and send it to me, or preprocess one file that has the
> errors and send that and a project to me.
>
I did twice already directly to your mailbox : ron.liechty.TakeThisOut@freescale.com
If the email is wrong pls, give me another one.

> Do you understand I'm talking about the target settings and the access
> paths options in that, not the source file.
>

I do understand, I did all that!

First thing first: Are you on Tiger or Panther 10.3.9
If you are on Tiger then the problem will not rise.

On Panther 10.3.9
If you just take the default preset C++ project mac toolbox with nib.
and put those includes:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <memory.h>
#include <paths.h>
#include <time.h>
#include <cmath> // for sqrt() and pow()

#include <wctype.h>
#include <wchar.h>

#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <errno.h>

#include <sys/ioctl.h>
#include <sys/param.h>

#include <mach/mach.h>

///////////////////////////////////////////////////////////////////////////////////////////////
#include <Carbon/Carbon.h>
#include <CoreFoundation/CoreFoundation.h>

#include <IOKit/IOKitLib.h>
#include <IOKit/serial/IOSerialKeys.h>
#include <IOKit/IOBSD.h>

#include <IOKit/IOCFPlugIn.h>
#include <IOKit/usb/IOUSBLib.h>

///////////////////////////////////////////////////////////////////////////////////////////////
#include <QuickTime/QuickTime.h>

voilą! it does not need more to start complaining...

Denis






"Ron L" <ron.liechty.TakeThisOut@freescale.com> wrote in message
news:ron.liechty-842719.13105328092005@news.newsguy.com...
> In article <1127857653.832114.TakeThisOut@www.vif.com>,
> "Denis @ TheOffice" <denisco.TakeThisOut@ica.net> wrote:
>
> >I would not mind but many functions I am using does not find Include or
> >anything.
>
> THEY ALL DO it is in the prefix file you are using.
>
> In the target settings preprocessor settings
>
> If you aren't using one then you need to use one, to set switches if
> MSL uses its math or BSD's and other things.
>
> What you need to do is create a little project that is simple that
> duplicates this and send it to me, or preprocess one file that has the
> errors and send that and a project to me.
>
> >
> >I did try to place the access path before but then I am having other errors.
>
> Do you understand I'm talking about the target settings and the access
> paths options in that, not the source file.
>
> Ron
>
> --
> 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.TakeThisOut@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
Ron L

External


Since: Aug 01, 2005
Posts: 52



(Msg. 26) Posted: Thu Sep 29, 2005 11:52 am
Post subject: Re: Standard lib for unicode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1127929886.169531.RemoveThis@www.vif.com>,
"Denis @ TheOffice" <denisco.RemoveThis@ica.net> wrote:

>> What you need to do is create a little project that is simple that
>> duplicates this and send it to me, or preprocess one file that has the
>> errors and send that and a project to me.
>>
>I did twice already directly to your mailbox : ron.liechty.RemoveThis@freescale.com
>If the email is wrong pls, give me another one.

The mail must be getting bounced by spam filters.

>> Do you understand I'm talking about the target settings and the access
>> paths options in that, not the source file.
>>
>
>I do understand, I did all that!
>
>First thing first: Are you on Tiger or Panther 10.3.9
>If you are on Tiger then the problem will not rise.
>
>On Panther 10.3.9
>If you just take the default preset C++ project mac toolbox with nib.
>and put those includes:
> #include <stdio.h>
> #include <string.h>
> #include <stdlib.h>
> #include <ctype.h>
> #include <memory.h>
> #include <paths.h>
> #include <time.h>
> #include <cmath> // for sqrt() and pow()
>
> #include <wctype.h>
> #include <wchar.h>
>
> #include <unistd.h>
> #include <fcntl.h>
> #include <termios.h>
> #include <errno.h>
>
> #include <sys/ioctl.h>
> #include <sys/param.h>
>
> #include <mach/mach.h>
>
> ///////////////////////////////////////////////////////////////////////////
> ////////////////////
> #include <Carbon/Carbon.h>
> #include <CoreFoundation/CoreFoundation.h>
>
> #include <IOKit/IOKitLib.h>
> #include <IOKit/serial/IOSerialKeys.h>
> #include <IOKit/IOBSD.h>
>
> #include <IOKit/IOCFPlugIn.h>
> #include <IOKit/usb/IOUSBLib.h>
>
> ///////////////////////////////////////////////////////////////////////////
> ////////////////////
> #include <QuickTime/QuickTime.h>
>
>voilą! it does not need more to start complaining...

Compiled without error for me.

Try reinstalling XCode and rebuild your precompiled headers.

Ron

--
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.RemoveThis@freescale.com - http://www.codewarrior.com
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Bug in alloc.c? - I'm getting an infinite loop in alloc.c, which is located in MSL/MSL_C/MSL_Common/Src. This is with CW 9.5. The function is allocate_from_var_pools. There is a do/while loop that searches for a block with the required size to allocate a block of..

Multiply defined symbol: .bss - Hi, when trying to build a dll for Windows using CW9 on MacOS, I get an error message like: Link Error : Multiply defined symbol: .bss in files file1.cpp, file2.cpp The same message with the same filenames is repeated several times, but....

Where next? - Hi folks, All of my recent Mac coding has been Carbon C++, mostly using PowerPlant as a framework. As most of my clients are moving to X and CW's future is, shall we say, uncertain I'm wondering where to look for my future coding setup. I've dabbled....

Does mwcc work on Tiger? - Anybody using the comand line compilers on 10.4? When saving the following simple program as /tmp/x.cpp: int main() { double x = 0.5; return 0; } and trying to compile it with $ mwcc -c /tmp/x.cpp , I get the error message Error :....

Console app "file" selector - Hello, I feel like I've asked this before, but I did a search on the archives and came up short. I've got a console std c app that I'm compiling with CW. When it runs, it pops up a little menu where I can type in some command line arguments (for..
       Mac (Home) -> Programmer Code All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
  Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact