Strange compiling behaviour
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2010 at 03:24, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Mac OSX ;
Language(s) : C++ ;---------
Hi there folks!I'm sorry if this problem was posted before, but it really was impossible for me to find answers or at least suggestions to the problem I have.
I'm usually coding my plug in on my 12" PowerBook G4 (MacOS X 10.5.8 "Leopard") when I'm at work having nothing else (or better) to do. On this computer I'm debugging my plug using the Xcode built-in debugger (using Cinema as the custom executable), like told in the Cinema Plug In SDK Documentation. That just works fine.
But on my Desktop computer (PowerMac G5, same OS) it doesn't. And this is where my problems gets different than the most problems concerning debugging/compiling with Xcode:
Building just works fine, debugging does not. When I try to debug my code, the Xcode console prints out
[Session started at 2010-07-11 12:19:13 +0200.]
dyld: Library not loaded: /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
Referenced from: /Applications/MAXON/CINEMA 4D R11.5/CINEMA 4D.app/Contents/MacOS/CINEMA 4D
Reason: no suitable image found. Did find:
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit: no matching architecture in universal wrapper
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit: no matching architecture in universal wrapperThe Debugger has exited due to signal 5 (SIGTRAP).The Debugger has exited due to signal 5 (SIGTRAP).
Even after just building the plug in and launching Cinema, Cinema just ignores the plug in.
Thanks in advance!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2010 at 05:50, xxxxxxxx wrote:
QuickTime 7.6.6 bug. Reverting to QuickTime 7.6.4 solves the problem.
You can find a discussion about the problem here: http://discussions.apple.com/thread.jspa?messageID=11765354
Best regards,
Wilfried Behne
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2010 at 06:24, xxxxxxxx wrote:
Hrmpf... thanks. Another reason to get an Intel-Mac as soon as possible.
Reinstalled QuickTime 7.6.4, and it works perfectly again!
Again, thank you very much!