Dear Support,
I have the following linking problem when I try to compile for AC23 on OSX.
Environment:
Xcode 9.3
SDK 10.13
Showing All Messages
"ODB::FieldType const& ODB::GetFieldType<GS::Guid>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<GS::String>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<GS::UniString>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<ODB::Id>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<bool>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<char>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<double>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<float>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<unsigned char>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<int>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<unsigned int>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<short>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<unsigned short>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<long long>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
"ODB::FieldType const& ODB::GetFieldType<unsigned long long>()", referenced from:
__GLOBAL__sub_I_ACAPlib.c in libACAP_STAT.a(ACAPlib.c.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What could be the reason of this error?
Regards,