When specifying the ENABLE_AXISTRACE compile flag, the transport library fails to link:
Error as seen on Windows:
....
Starting link
Creating library libaxis_transport.lib and object libaxis_transport.exp
HttpTransport.obj : error LNK2001: unresolved external symbol "public: int __thiscall axiscpp::AxisTrace::logaxis(char const *,int,char *,int)" (?logaxis@
AxisTrace@axiscpp@@
QAEHPBDHPADH@Z)
HttpTransport.obj : error LNK2001: unresolved external symbol "class axiscpp::AxisTrace * g_pAT" (?g_pAT@@
3PAVAxisTrace@axiscpp@@A)
libaxis_transport.dll : fatal error LNK1120: 2 unresolved externals
link failed with return code 1120
...