Copy and paste from the other thread:

Judah said:
===========
I am using the M2 src release. Here's what happens if I try to build
SCA at the command line - the ant part goes fine, but then I get what
you see below. SCA C++ itself builds in VC++ express, but the
calculator sample doesn't. See my post from about an hour ago called
"building C++ under windows" for the detailed build output from those
anbd what blows up.

any ideas?

thanks!
Judah

cmd line output:

Setting environment for using Microsoft Visual Studio 2005 x86 tools.

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

Warning: cannot find "Build.dep"
      cd "..\tuscany_sca_ruby"
      "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" /
        /F .\tuscany_sca_ruby.mak CFG="tuscany_sca_ruby - Win32 Release"

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

Warning: cannot find "tuscany_sca_ruby.dep"
      cd "..\tuscany_sca"
      "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" /
        /F .\tuscany_sca.mak CFG="tuscany_sca - Win32 Release"

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

Warning: cannot find "tuscany_sca.dep"
      cl.exe /nologo /MD /W3 /GX /O2 /I "../../../runtime/core/src" /I
"C:\jud
ah\work\tools\tuscany_sdo_cpp-1.0-incubator-M2-bin/include" /I
"C:\judah\work\to
ols\axis2c-bin-0.94-win32/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
"_MBC
S" /D "_USRDLL" /D "SCA_EXPORTS" /Fo".\Release\\" /Fd".\Release\\" /FD /c
..\..\
..\runtime\core\src\tuscany\sca\core\Operation.cpp
cl : Command line warning D9035 : option 'GX' has been deprecated and will
be re
moved in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
Operation.cpp
../../../runtime/core/src\tuscany/sca/util/Library.h(27) : fatal error
C1083: Ca
nnot open include file: 'windows.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\c
l.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.

===============

Reply via email to