Re: Solaris Axis C++ compilation problem

2006-02-27 Thread Adrian Dick
Hi,

Have you tried using the latest code from SVN, as I believe a fix may
already have been included.

Instructions for accessing this are available here:
http://ws.apache.org/axis/cpp/developers-guide.html#checkingOut

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])


"Antoine Galataud" <[EMAIL PROTECTED]> wrote on 27/02/2006
17:29:04:

> Hi all !
>
> I saw some threads in this mailing list concerning the same problem,
> but no solution seems to appear;
>
> I am working on a project to include Axis C++ framework on a lot of
> different platforms; for the moment, i've just tried with Solaris (our
> dev platform), and I am running in troubles. I get the following error
> while calling ant build target :
>
> BUILD FAILED
> axis/1.5.0/build.xml:231: The following error occurred while executing
> this line:
> axis/1.5.0/build.xml:219: The following error occurred while executing
> this line:
> axis/1.5.0/build.xml:90: The following error occurred while
> executing this line:
> axis/1.5.0/build/buildClient.xml:23: CC failed with return code 1
>
> and cpp compile error :
>
> [cc] "/rms/sunpro/sun-one-
> studio-8/C++patch04/SUNWspro/prod/include/CC/Cstd/./list.cc",
> line 171: Error: The operation "axiscpp::HandlerChain::ChainItem ==
> const axiscpp::HandlerChain::ChainItem" is illegal.
> [cc] 1 Error(s) detected
>
> I tried to figure out where was located the instruction throwing this
> error, but don't want to modify source code. Is there somebody here
> that had the same problem, and maybe found a solution ?
>
> Thanks !
> --
> Antoine Galataud
> [EMAIL PROTECTED]
> Département Architecture des Systèmes d'Information
> INSA - Rouen



Solaris Axis C++ compilation problem

2006-02-27 Thread Antoine Galataud
Hi all !

I saw some threads in this mailing list concerning the same problem,
but no solution seems to appear;

I am working on a project to include Axis C++ framework on a lot of
different platforms; for the moment, i've just tried with Solaris (our
dev platform), and I am running in troubles. I get the following error
while calling ant build target :

BUILD FAILED
axis/1.5.0/build.xml:231: The following error occurred while executing
this line:
axis/1.5.0/build.xml:219: The following error occurred while executing
this line:
axis/1.5.0/build.xml:90: The following error occurred while executing this line:
axis/1.5.0/build/buildClient.xml:23: CC failed with return code 1

and cpp compile error :

[cc] 
"/rms/sunpro/sun-one-studio-8/C++patch04/SUNWspro/prod/include/CC/Cstd/./list.cc",
line 171: Error: The operation "axiscpp::HandlerChain::ChainItem ==
const axiscpp::HandlerChain::ChainItem" is illegal.
[cc] 1 Error(s) detected

I tried to figure out where was located the instruction throwing this
error, but don't want to modify source code. Is there somebody here
that had the same problem, and maybe found a solution ?

Thanks !
--
Antoine Galataud
[EMAIL PROTECTED]
Département Architecture des Systèmes d'Information
INSA - Rouen