Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
On 06/06/2006 at 06:15, xxxxxxxx wrote:
Can Someone help me?
Thanks Renato
On 08/06/2006 at 09:16, xxxxxxxx wrote:
Help!
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?
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
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.
On 17/06/2006 at 14:37, xxxxxxxx wrote:
Thanks, i'll check
Cheers Renato T.
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