Hello Folks,
I have downloaded the tws-api 10.12 for Mac to a macbook pro running an intel i7 with macos 11.2.1.
I get a link error when running?
IBJts/samples/Cpp/TestCppClient/make
(see below) It looks to me like the library libbid.a is incorrect for my architecture, but everything I read indicates that this is the correct file.
Any advice is greatly appreciated!
-Eric
ld: warning: ignoring file ../../../source/cppclient/client/lib/libbid.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A 0x2F 0x20 0x20 0x20 0x20 0x20 0x20 0x20 )
Undefined symbols for architecture x86_64:
? "___bid64_from_string", referenced from:
? ? ? stringToDecimal(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in EDecoder-5533e2.o
? ? ? stringToDecimal(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) in TestCppClient-3ecfd4.o
? "___bid64_to_string", referenced from:
? ? ? decimalToString(unsigned long long) in EClient-244261.o
? ? ? decimalToString(unsigned long long) in TestCppClient-3ecfd4.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)