JAM File Spaces Bug
JAM File Spaces Bug
- Subject: JAM File Spaces Bug
- From: Perry Gregg <email@hidden>
- Date: Sun, 5 Jan 2003 18:41:21 -0800
There seems to be a PB bug with spaces in path names, or use of .. and
spaces.
Steps to reproduce:
1.
http://developer.apple.com/samplecode/Sample_Code/QuickTime/
QuickTimeIntro/Play_Movie_with_Controller.htm download this sample.
2. Build under latest external Version 2.0.1 (July 2002 Developer
Tools):
Component versions
PB IDE: 99.3
PB Core: 99.1
ToolSupport: 97.0
3. PlayMovieController PB/PlayMovieController.pbproj/project.pbxproj:
PREFIX_HEADER = "../Common Files/MacPrefix.h"; part of the automated
JAM file approximation for the build wants to find headers in a project
relative folder Files/ and part wants to find a header in Common/ .
Most paths are correctly found at ../Common Files/ . Maybe it is the
.. usage because spaced file names work other places. All the paths
seem to be correct but notice building a virgin download fails.
4. Or maybe someone improved upon the project and there was a Common/
and a Files/ and they made a Common Files/ to beautify matters and
there is some other internal info to the project that is out of sync.
Only pointing this out because when you are working between a couple of
engineers and it is your .pbproj code these kind of errors drive you
crazy because you can't pin down and control some of the info PB keeps
to do your builds. And then (at least) I resort to hacking (what
should be) the internal PB files at times to get around the problem.
--Perry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.