Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    Strange compiling behaviour

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 351 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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 wrapper

      The 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!

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          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!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post