THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/02/2007 at 06:59, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I have now set my xcodeprojects to the exact same settings as the C4d sdk. For R9.6 this works all fine. My project compiles and runs (but still slow, see the other XCode thread!).
When I try to build it with the R10 SDK however, I get errors. However, not in my code! All my code files compile fine. It just gives me errors when it tries to link the dylib products.
I cleaned all targets and dependencies. So it´s a clean build. The API dependency also compiles absolutely fine.
Please I need a solution to this.
Here is the error messages I get:
_cd "/Entwicklung/Cinema 4D R10/plugins/DPIT"
/usr/bin/g++-4.0 -o /Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_10UB.dylib -L/Entwicklung/Compiles/10UB/Final/Release -L../../resource/_api_maxon -L../../resource/_api_lib -F/Entwicklung/Compiles/10UB/Final/Release -filelist /Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_10UB.LinkFileList /Entwicklung/Compiles/10UB/Final/Release/lib_api_release.a -arch i386 -exported_symbols_list ../../resource/_api_lib/export.txt -prebind -Wl,-single_module -compatibility_version 1 -current_version 1 -install_name /dpit_10UB.dylib -Wl,-Y,1455 -dynamiclib -mmacosx-version-min=10.3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
__ZTI10GeUserArea
__ZTI10iCustomGui
__ZTI13CustomGuiData
__ZTI13GeModalDialog
__ZTI19CustomDataTypeClass
__ZTI11CommandData
__ZTI17TreeViewFunctions
__ZTI6Thread
__ZTI8GeDialog
__ZTI12MaterialData
__ZTI10ShaderData
__ZTI10ObjectData
__ZTI7TagData
__ZTI8ToolData
__ZTI9SubDialog
__ZTI19DescriptionToolData
__ZTI13PrefsDlg_Base
__ZTI20PrefsDialogHookClass
__ZTI11SNHookClass
/Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_datatype_list.o reference to undefined __ZTI10GeUserArea
/Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_datatype_list.o reference to undefined __ZTI10iCustomGui
/Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_datatype_list.o reference to undefined __ZTI13CustomGuiData
[goes on for all of my .cpp source files...reference to undefined _XXX_any_api_class_used error]
/usr/bin/libtool: internal link edit command failed
ld: Undefined symbols:
__ZTI10GeUserArea
__ZTI10iCustomGui
__ZTI13CustomGuiData
__ZTI13GeModalDialog
__ZTI19CustomDataTypeClass
__ZTI11CommandData
__ZTI17TreeViewFunctions
__ZTI6Thread
__ZTI8GeDialog
__ZTI12MaterialData
__ZTI10ShaderData
__ZTI10ObjectData
__ZTI7TagData
__ZTI8ToolData
__ZTI9SubDialog
__ZTI19DescriptionToolData
__ZTI13PrefsDlg_Base
__ZTI20PrefsDialogHookClass
__ZTI11SNHookClass
/Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_datatype_list.o reference to undefined __ZTI10GeUserArea
/Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_datatype_list.o reference to undefined __ZTI10iCustomGui
/Entwicklung/Compiles/10UB/Final/dpit_10UB.build/Release/dpit_10UB.build/Objects-normal/i386/dpit_datatype_list.o reference to undefined __ZTI13CustomGuiData
[...]
/usr/bin/libtool: internal link edit command failed_