Re: YACWP (Yet Another CodeWarrior Port)
Re: YACWP (Yet Another CodeWarrior Port)
- Subject: Re: YACWP (Yet Another CodeWarrior Port)
- From: Scott Tooker <email@hidden>
- Date: Thu, 16 Jun 2005 14:33:44 -0700
On Jun 16, 2005, at 2:19 PM, Nick Nallick wrote:
I'm trying to get a CW project to Xcode 2.1 and I'm having a
variety of problems. Any advice is appreciated.
1) I added a header search path to the project but it had no
effect. When I examined the arguments passed to the compiler this
path wasn't being passed to the compiler. I had to add the path to
the target for it to work. What is purpose of this setting in the
project?
Double-check that you didn't have an empty setting at the target
level, since that would have masked the project level setting.
3) Frequently when I'm editing a file, I'll hit cmd-K to compile
that one file and check for errors. When I compile a single file
with the "Compile" menu command the compiler will frequently miss
errors and report "Build succeeded". When I use the build command
to compile the file the errors will be reported. What am I doing
wrong?
Does the file you are trying to compile exist outside of the "project
folder" (the folder that contains the .xcodeproj file)? If so, this
is a known bug. If not, i'd file a bug so we can take a look at the
problem.
4) CodeWarrior allows files to be saved automatically before
compiling. Is there a setting in Xcode to allow this?
Yes, go to the "Building" preferences pane and set "For Unsaved
Files" to be "Always Save".
Scott
Thanks,
Nick Nallick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden