Re: Stable C++ code tagged

2006-03-14 Thread Colin Thorne
Thanks for fixing this.

On 10/03/06, Pete Robbins [EMAIL PROTECTED] wrote:

 fixed as TUSCANY-108 on Jira

 On 10/03/06, Colin Thorne [EMAIL PROTECTED] wrote:
 
  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
 
 




--
Colin Thorne


Re: Stable C++ code tagged

2006-03-10 Thread Colin Thorne
Now I'm trying to get SCA built - the build.txt file doesn't say which
version of Axis (or Xerces) I should be using for Windows - shall I just use
the same version as Linux?


--
Colin Thorne


Re: Stable C++ code tagged

2006-03-10 Thread Colin Thorne
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


Re: Stable C++ code tagged

2006-03-10 Thread Pete Robbins
fixed as TUSCANY-108 on Jira

On 10/03/06, Colin Thorne [EMAIL PROTECTED] wrote:

 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




Re: Stable C++ code tagged

2006-03-09 Thread Colin Thorne
I've tried downloading and building the SCA for C++ code but I'm having a
problem building the SDO code on Windows. I get the message:
d:\tuscany\cpp\sdo\runtime\core\src\commonj\sdo\sdoxmlstring.h(26) : fatal
error C1083: Cannot open include file: 'libxml/xmlstring.h': No such file or
directory.

I have downloaded and extracted the prereqs to the tuscany/cpp/sdo/lib
directory.

Also, wouldn't it be better to use the latest version of libxml2 being used
(which is 2.6.23)?


On 06/03/06, Pete Robbins [EMAIL PROTECTED] wrote:

 A stable version of C++ Tuscany can be found at:
 http://svn.apache.org/repos/asf/incubator/tuscany/tags/cpp-stable-20060304

 The build.txt file in the top level explains how to build the code.

 The sca/readme.txt describes the current function supported.

 Pete




--
Colin Thorne


Re: Stable C++ code tagged

2006-03-09 Thread Pete Robbins
Looks like the Windows projects need to be updated (along with the
instructions) to use an environment variable for the location of the
dependencies. I'll raise an issue on Jira.

On 09/03/06, Colin Thorne [EMAIL PROTECTED] wrote:

 I've tried downloading and building the SCA for C++ code but I'm having a
 problem building the SDO code on Windows. I get the message:
 d:\tuscany\cpp\sdo\runtime\core\src\commonj\sdo\sdoxmlstring.h(26) : fatal
 error C1083: Cannot open include file: 'libxml/xmlstring.h': No such file
 or
 directory.

 I have downloaded and extracted the prereqs to the tuscany/cpp/sdo/lib
 directory.

 Also, wouldn't it be better to use the latest version of libxml2 being
 used
 (which is 2.6.23)?


 On 06/03/06, Pete Robbins [EMAIL PROTECTED] wrote:
 
  A stable version of C++ Tuscany can be found at:
 
 http://svn.apache.org/repos/asf/incubator/tuscany/tags/cpp-stable-20060304
 
  The build.txt file in the top level explains how to build the code.
 
  The sca/readme.txt describes the current function supported.
 
  Pete
 
 


 --
 Colin Thorne