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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    I got error from Xcode when compiling

    Scheduled Pinned Locked Moved SDK Help
    8 Posts 0 Posters 655 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 03/06/2006 at 04:57, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.6 
      Platform:      Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi all,

      i got an error when trying to compile nota on Xcode
      here the screenshot:

      http://www.parmi.tv/NotaError.jpg![](http://www.parmi.tv/NotaError.jpg)

      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 06/06/2006 at 06:15, xxxxxxxx wrote:

        Can Someone help me?

        Thanks
        Renato

        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 08/06/2006 at 09:16, xxxxxxxx wrote:

          Help!

          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 08/06/2006 at 10:02, xxxxxxxx wrote:

            Could it be something with the file permissions of the path listed (libmathCommon)? Can you access the file from a terminal window?

            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 10/06/2006 at 17:51, xxxxxxxx wrote:

              uhm..

              thanks Mikael for this info.. in fact i need to understand privilege on osx. 🙂

              i'll tell you, thanks for now.
              Renato

              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 17/06/2006 at 06:59, xxxxxxxx wrote:

                If you still have problems with this.. well.. don't know about this math lib. But the "multiple definition of symbol" usually appears when there are two .cpp files, where each contains the definition of a certain function. For example
                In file foo.cpp:
                ..
                void f() {
                GeDebugOut("foo");
                }
                In file bar.cpp:
                ..
                void f() {
                GeDebugOut("bar");
                }
                This will create such an error because both f's have the same signature.

                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 17/06/2006 at 14:37, xxxxxxxx wrote:

                  Thanks, i'll check 🙂

                  Cheers
                  Renato T.

                  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 17/06/2006 at 18:29, xxxxxxxx wrote:

                    Thank to you i found the error.. 2 main.cpp 1 notashader.cpp and not nota.cpp in the project..
                    this is really lame

                    Thank 🙂
                    Renato

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