re: Build menu Compile and preprocess items are disabled.
re: Build menu Compile and preprocess items are disabled.
- Subject: re: Build menu Compile and preprocess items are disabled.
- From: George Warner <email@hidden>
- Date: Wed, 23 Jun 2004 08:35:59 -0700
On Tue, 22 Jun 2004 12:53:05 -0400, "Peter.Teeson" <email@hidden>
wrote:
> Using Mac OS X 10.3.4 and XCode 1.2 I am trying to build,
> IOSCSIParallelFamily-133.3.2 (downloaded from Darwin), and am getting
> one error of "No such file or directory." This is definitely incorrect
> since the file is there.
The most common cause of this is an absolute path reference to a location
that doesn't exist. You can ether remove and re-add the file(s) to the
project to fix it OR open your projects package and edit the
project.pbxproj> (XML) file inside to remove all absolute references.
> So I wish to preprocess the header file to see what is happening, yet
> in the Build menu neither the Compile nor Preprocess items are enabled.
> Even if I open the files in a separate window. In fact this is true for
> any .cpp or .h file in this project opened in a separate window.
Again, it's probably the internal path references being absolute. But it may
be that the target isn't native. If it's not then you may need to "Upgrade
to Native Target" (in the "Project" menu).
> So I am stumped. Why this project? Anyone have any idea what's going on
> here? Any suggestions?
Sorry, not a clue... Except for the above. ;-)
Post back and let us know if this fixes your problem.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientists
Apple Developer Technical Support (DTS)
_______________________________________________
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.