XCode 2.2.1 to 2.4.1 link error
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/02/2007 at 23:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10
Platform: Mac OSX ;
Language(s) : C++ ;---------
How do I solve this error:powerpc-apple-darwin8-g++-4.0.1: /Users/roberttempleton/Documents/XCodeObjects/Debug/lib_api_release.a: No such file or directory
As far as I can tell, that is total crapola. There are no settings to change this as far as can be found and I can't do any linking since it always errors on this stupid inconsistency.
This is NOT a debug compile - it is a release compile.
Appreciate some words of wisdom while what little hair remains keeps me from hunting down Steve Jobs in a diaper driving 900 miles!
Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/02/2007 at 00:37, xxxxxxxx wrote:
Found it - the hard way.
You have to load the api project and manually - forcibly - with brutal determination - set the default to "release" and not "debug" and then the plugin compiles and links - arghhhhh! So much for the pleasant ...xcconfig file to switch between (it didn't work).
Please make note of this Maxon developer support!
Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/02/2007 at 01:44, xxxxxxxx wrote:
Quote: Originally posted by kuroyume0161 on 07 February 2007
>
> * * *
>
>
> Please make note of this Maxon developer support!
>
>
> * * *made a note
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/02/2007 at 04:48, xxxxxxxx wrote:
I will always get this error (intel mac). I always have to build a debug first, then make the release. Even if I made minor changes, I have to build a debug version first :-(. The compiler then compiles hundreds of files everytime!