You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Kovgan, Peter" <pe...@sap.com> on 2006/05/08 16:59:30 UTC

Compilation under Visual Studio

I have found Visual Studio project files under VC.
I have following errors trying to compile AxisDevelopment.sln (last
version I checked out just now):
 
Error 91 fatal error C1083: Cannot open source file:
'..\..\src\soap\XercesHandler.cpp': No such file or directory c1xx
Error 261 fatal error C1083: Cannot open source file:
'..\..\src\soap\SoapParserXerces.cpp': No such file or directory c1xx
Error 262 fatal error C1083: Cannot open source file:
'..\..\src\soap\SoapParserExpat.cpp': No such file or directory c1xx
Error 429 fatal error C1083: Cannot open source file:
'..\..\src\soap\SoapInputSource.cpp': No such file or directory c1xx
 
Where are missed files???
What happens here?
 
Thanks.


Re: Compilation under Visual Studio

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi,

The Visual Studio, and also Visual C++ 6.0, project files are no longer be
actively maintained and supported, as we make use of the ANT based system
due to its better portability.

Hence, your seeing errors with missing files.   You will find the Visual
C++ 6.0 project files appear to have been kept up-to-date, so it may be
possible for you to ask Visual Studio to upgrade these in someway.

If you're in a position to update these project files and donate back the
updates one of the commiters can see they're included in SVN.


Many Thanks,
Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)


"Kovgan, Peter" <pe...@sap.com> wrote on 08/05/2006 15:59:30:

> I have found Visual Studio project files under VC.
> I have following errors trying to compile AxisDevelopment.sln (last
> version I checked out just now):
>
> Error 91 fatal error C1083: Cannot open source file: '..\..
> \src\soap\XercesHandler.cpp': No such file or directory c1xx
> Error 261 fatal error C1083: Cannot open source file: '..\..
> \src\soap\SoapParserXerces.cpp': No such file or directory c1xx
> Error 262 fatal error C1083: Cannot open source file: '..\..
> \src\soap\SoapParserExpat.cpp': No such file or directory c1xx
> Error 429 fatal error C1083: Cannot open source file: '..\..
> \src\soap\SoapInputSource.cpp': No such file or directory c1xx
>
> Where are missed files???
> What happens here?
>
> Thanks.