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 Lei Tang <LT...@bdmetrics.com> on 2006/03/24 04:50:45 UTC

Building on Linux

When I built from source on Linux I got errors:

BUILD FAILED
/usr/local/axiscpp_src/c/build.xml:245: The following error occurred
while execu
ting this line:
/usr/local/axiscpp_src/c/build.xml:233: The following error occurred
while execu
ting this line:
/usr/local/axiscpp_src/c/build.xml:96: The following error occurred
while execut
ing this line:
/usr/local/axiscpp_src/c/build/buildClient.xml:23: SolarisLinker doesn't
denote
a ProcessorDef

I installed the following on my Linux Fedora Core 4 machine:
Ant: 1.6.2
Ant-contrib: 0.6
CppTasks: 1.0b3
Java: 1.5

I found the same problem at
http://marc.theaimsgroup.com/?l=axis-c-user&m=112169616401422
Does anybody know how to solve this issue?

Lei

Re: Building on Linux

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

Have you tried running "ant -v initialize" as suggested in the original
discussion.

This will help us determine what ANT/Java and our scripts _think_ you're
running.  It is possible we don't correctly detect the particular Linux
variant you're using.

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


"Lei Tang" <LT...@bdmetrics.com> wrote on 24/03/2006 03:50:45:

> When I built from source on Linux I got errors:
>
> BUILD FAILED
> /usr/local/axiscpp_src/c/build.xml:245: The following error occurred
> while execu
> ting this line:
> /usr/local/axiscpp_src/c/build.xml:233: The following error occurred
> while execu
> ting this line:
> /usr/local/axiscpp_src/c/build.xml:96: The following error occurred
> while execut
> ing this line:
> /usr/local/axiscpp_src/c/build/buildClient.xml:23: SolarisLinker doesn't
> denote
> a ProcessorDef
>
> I installed the following on my Linux Fedora Core 4 machine:
> Ant: 1.6.2
> Ant-contrib: 0.6
> CppTasks: 1.0b3
> Java: 1.5
>
> I found the same problem at
> http://marc.theaimsgroup.com/?l=axis-c-user&m=112169616401422
> Does anybody know how to solve this issue?
>
> Lei