[xsd-users] problem with xsd-2.3.1-hppa-hpux

Boris Kolpackov boris at codesynthesis.com
Thu Jun 21 09:19:32 EDT 2007


Hi Samiksha,

In the future please keep your replies CC'ed to the xsd-users mailing
list. This way a) other developers who may have experienced a similar
problem can provide you with a solution b) questions and answers will
be archived and available to others with similar problems.

Samiksha Rajput <samiksha.rajput at tcs.com> writes:

> I am compiling the generated code and linking application with the -AA
> option
>
> Command Given =>  gmake CXX=aCC CPPFLAGS="-I /usr/local/include"
> LDFLAGS="-L /usr/local/lib"
>
> Output =>
>
>         ../../../../bin/xsd cxx-tree  hello.xsd
>
>         aCC -I /usr/local/include -I../../../../libxsd -AA +W849 +W1039 -c
> driver.cxx -o driver.o
>
>         aCC -I /usr/local/include -I../../../../libxsd -AA +W849 +W1039 -c
> hello.cxx -o hello.o
>
>         aCC -AA +W849 +W1039 -L /usr/local/lib -o driver driver.o hello.o
> -lxerces-c
>
> It builds driver executable

Hm, the next suspect is the Xerces-C++ library. Can you make sure that it
is compiled and linked with the -AA option by adding the -l -AA and -z -AA
options to runConfigure and rebuilding Xerces-C++?


hth,
-boris




More information about the xsd-users mailing list