I'm finally converting my CFM project to Mach-O in preparation for
a move to XCode. My Mach-O build is generating an error that I'm
not sure how to solve.
After compiling and linking, the compiler says
"Package: ScoreWindow.pobj: Source file "" could not be found"
where ScoreWindow is the name of my lowest numbered ppob resource.
Any idea what this means, or how to fix it? Needless to say, the same
ppob works fine in a CFM build.
david
David Phillip Oster - 07 Mar 2007 14:33 GMT
In article
<ralley.2-0D17F9.08552107032007@charm.magnus.acs.ohio-state.edu>,
> I'm finally converting my CFM project to Mach-O in preparation for
> a move to XCode. My Mach-O build is generating an error that I'm
[quoted text clipped - 9 lines]
>
> david
Sounds like Xcode is trying to complain that you have a blank line in
your list of files in the project.
david ralley - 07 Mar 2007 16:58 GMT
> > After compiling and linking, the compiler says
> > "Package: ScoreWindow.pobj: Source file "" could not be found"
> Sounds like Xcode is trying to complain that you have a blank line in
> your list of files in the project.
No, I'm still in CodeWarrior 9, trying to make a Mach-O build. After
I get that working, I'll convert the project to XCode.
So the error I'm getting is from the CodeWarrior compiler.
david
david ralley - 07 Mar 2007 20:38 GMT
> After compiling and linking, the compiler says
> "Package: ScoreWindow.pobj: Source file "" could not be found"
I found the error. I'd previously begun to try to convert my PPob
resources into xml using MetroWerk's tool, and added the first
of the files created from that conversion, ScoreWindow.pobj, to the
Package. It wasn't listed in the Files tab, which was the cause of
my confusion.
david