I got error from Xcode when compiling
-
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: -
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 -
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!
-
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?
-
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 -
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. -
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. -
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 lameThank
Renato