|
From: Sean M. <se...@ro...> - 2005-04-01 15:19:07
|
On 2005-03-31 09:01, James W. Walker said:
>In theory the Xcode project should have worked, but I guess we messed
It seems only GLTextureManager.c needed to be added. Now it builds. I
also had to change the headers' "role" to "public" to get them into the
framework.
>up. Look for "Quesa Framework.mcp.xml". Choose that with "Import
>Project" in CodeWarrior 9.
Damn, I dunno how I missed it! I guess since it has a generic icon. It
compiles, but doesn't build either:
"Will not record build dependency for source file "Quesa.plc" generating
file "Info.plist" as the IDE could not locate the generated file along an
access path.
Package: Headers: Could not find item "Headers" to symlink."
Anyway, now that it's built, my project is now able to include Quesa.h
and link to the framework
Happily Quesa.h gives only 3 warnings with CW 9.4:
Warning : undefined macro '=5F=5Fdest=5Fos' used in #if or #elif conditional
Quesa.h line 60 #if ((defined(=5F=5FMWERKS=5F=5F) && =5F=5Fdest=5Fos =
=3D=3D =5F=5Fmac=5Fos) ||
defined(MPW=5FCPLUS) || defined(MPW=5FC))
Project: RRCropViewTest.mcp, Target: Cocoa Debug, Source File:
RRMainWindowController.m
Warning : undefined macro '=5F=5Fmac=5Fos' used in #if or #elif conditional
Quesa.h line 60 #if ((defined(=5F=5FMWERKS=5F=5F) && =5F=5Fdest=5Fos =
=3D=3D =5F=5Fmac=5Fos) ||
defined(MPW=5FCPLUS) || defined(MPW=5FC))
Project: RRCropViewTest.mcp, Target: Cocoa Debug, Source File:
RRMainWindowController.m
Warning : undefined macro '=5F=5FINTEL=5F=5F' used in #if or #elif =
conditional
Quesa.h line 68 #if (defined(=5FMSC=5FVER) || =
(defined(=5F=5FMWERKS=5F=5F) &&
=5F=5FINTEL=5F=5F))
Project: RRCropViewTest.mcp, Target: Cocoa Debug, Source File:
RRMainWindowController.m
but with XCode 1.5 I get an #error:
#error Target OS not selected!
It was easy enough to work around.
Thanks!
--
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
Sean McBride, B. Eng se...@ro...
Rogue Research www.rogue-research.com
Mac Software Developer Montr=E9al, Qu=E9bec, Canada
|