I tried building SCA using Axis 1.5. I received an error: Linking... Creating library Debug/tuscany_sca.lib and object Debug/tuscany_sca.exp Logger.obj : error LNK2001: unresolved external symbol "public: __thiscall tuscany::sca::FileLogWriter::FileLogWriter(char const *)" ( [EMAIL PROTECTED]@tuscany@@[EMAIL PROTECTED]@Z) Debug/tuscany_sca.dll : fatal error LNK1120: 1 unresolved externals
I foudn the source file for this in: tuscany\cpp\sca\runtime\core\src\tuscany\sca\util and added this to the project and rebuilt. I got a bit further this time: but now have: Build : warning : failed to (or don't know how to) build 'D:\tuscany\cpp\sca\runtime\core\test\CustomerInfo\CustomerInfoImpl_CustomerInfoService_Wrapper.cpp' Compiling... CustomerInfoImpl.cpp CustomerInfoImpl_CustomerInfoService_Proxy.cpp fatal error C1083: Cannot open source file: 'D:\tuscany\cpp\sca\runtime\core\test\CustomerInfo\CustomerInfoImpl_CustomerInfoService_Proxy.cpp': No such file or directory CustomerInfoImpl_CustomerInfoService_Wrapper.cpp fatal error C1083: Cannot open source file: 'D:\tuscany\cpp\sca\runtime\core\test\CustomerInfo\CustomerInfoImpl_CustomerInfoService_Wrapper.cpp': No such file or directory Generating Code... Error executing cl.exe. -- Colin Thorne
