Sunday, July 03 2005 @ 10:10 AM CEST
Contributed by: Admin
Views: 2,583
When downloading example projects from some site I got an error at the compiling of the precompiled header, where the compiler complains about system frameworks not to be there ?
Why and how to solve ?
Thursday, June 10 2004 @ 05:01 PM CEST
Contributed by: osxrules
Views: 2,535
I need to compile a binary with the latest version of gcc 3.3.2 to get rid of specific compiler errors but Xcode only provides gcc 3.3.1. Now, I have downloaded and installed gcc 3.3.2 successfully but it hasn't overwritten the gcc 3.3.1 installation as the files are in a different path.
So, when I compile, Xcode is still using the old gcc 3.3.1 and I'm getting the same errors. I've tried changing the quick open paths, which referred to the old gcc 3.3.1 package but that hasn't helped. Are there some internal preferences that I need to change?
Tuesday, May 25 2004 @ 02:29 PM CEST
Contributed by: Anonymous
Views: 2,334
I have been trying to build some CFM plugins for Maya, but before the latest version (v6), it was a CFM app. This means that the plugins it supports are CFM and the only way to make those is with Codewarrior as Xcode doesn't support CFM plugins.
Is there a way to perhaps make a bridge/interpreter between the CFM application and a Mach-O plugin? I know it's possible to get a CFM app to work with a Mach-O plugin but the CFM app has to be built to work that way. I was wondering if it could work by just modifying the Mach-O plugins somehow.
Sunday, May 16 2004 @ 12:45 PM CEST
Contributed by: Anonymous
Views: 5,008
I want to use the XCode for cross platform development. I.e. I want to compile m68k based targets using a cross compiler.
For now I got a Makefile based solution but I'd like to use "native" target to accomplish the same task.
Friday, November 07 2003 @ 09:23 AM CET
Contributed by: Admin
Views: 2,903
I have a problem linking my project to a dylib of my own: the dylib is correctly installed in the search path and I have the correct -lMyLib flag set in the linker option, but the linker always report an "Undefined symbol: xxx". What can be wrong?