[AWS] XMLADA and ASIS build problem
Dominique Casserres
Dominique.Casserres at valtech.fr
Tue Jul 25 15:25:34 CEST 2006
Hello all,
I succeeded in compiling and installing aws.
I am able to run demo as well.
This was possible by removing XMLADA and ASIS option from makefile.conf
In this case, the make build and install run ok.
However, my project deals with possibility to generate wsdl from ada and
communicate via SOAP to a java web server.
So I would like to enable both these options.
I hope I am on the right track:-)
To do that I have installed xmlada and asis from the sources.
The installation worked fine.
Now when I put xmlada=true , run make setup build I have the following
errors:
make -C demos build SOCKET="ssl" XMLADA="true" ASIS="" EXEEXT=".exe"
LDAP="1" D
EBUG="1" RM="rm" CP="cp -p" MV="mv" MKDIR="mkdir -p" AR="ar" GREP="grep"
SED="se
d" DIFF="diff" CHMOD="chmod" GZIP="gzip" TAR="tar" GNATMAKE="gnatmake"
DLLTOOL="
dlltool" DLL2DEF="" WINDRES="windres" GNATMAKE_FOR_HOST="gnatmake"
ADASOCKETS=""
EXTRA_TESTS="true" GCC="gcc" AWK="awk" CAT="cat" GCC_FOR_HOST="gcc"
BDIR=".buil
d/debug" INSTALL=""c:/tools/aws/"" SHARED="false" SOEXT=".dll"
BUILD_DOC_SCRIPT=
"false" PRJ_BUILD="Debug" PRJ_XMLADA="Installed" PRJ_ASIS="Disabled"
PRJ_SOCKLIB
="GNAT" PRJ_OSLIB="GNAT" TP_XMLADA=""Installed""
make[1]: Entering directory `/cygdrive/c/tools/AWS-gpl-2.2.0/demos'
echo Generate resources for res_demo
Generate resources for res_demo
../.build/debug/tools/awsres -q -r rdemo adains.png page3.html
echo Generate stub/skel from WSDL documents
Generate stub/skel from WSDL documents
../.build/debug/tools/wsdl2aws -q -f -doc hello.wsdl
make[1]: *** [build_wsdl] Error 53
make[1]: Leaving directory `/cygdrive/c/tools/AWS-gpl-2.2.0/demos'
make: *** [demos_build] Error 2
I put in addition ASIS=true, I have the following errors
make -C tools build SOCKET="ssl" XMLADA="true" ASIS="true"
EXEEXT=".exe" LDAP="
1" DEBUG="1" RM="rm" CP="cp -p" MV="mv" MKDIR="mkdir -p" AR="ar"
GREP="grep" SED
="sed" DIFF="diff" CHMOD="chmod" GZIP="gzip" TAR="tar"
GNATMAKE="gnatmake" DLLTO
OL="dlltool" DLL2DEF="" WINDRES="windres" GNATMAKE_FOR_HOST="gnatmake"
ADASOCKET
S="" EXTRA_TESTS="true" GCC="gcc" AWK="awk" CAT="cat" GCC_FOR_HOST="gcc"
BDIR=".
build/debug" INSTALL=""c:/tools/aws/"" SHARED="false" SOEXT=".dll"
BUILD_DOC_SCR
IPT="false" PRJ_BUILD="Debug" PRJ_XMLADA="Installed"
PRJ_ASIS="Installed" PRJ_SO
CKLIB="GNAT" PRJ_OSLIB="GNAT" TP_XMLADA=""Installed""
make[1]: Entering directory `/cygdrive/c/tools/AWS-gpl-2.2.0/tools'
gnatmake: "c:\tools\aws-gpl-2.2.0\.build\debug\tools\awsres.exe" up to
date.
gnatmake:
"c:\tools\aws-gpl-2.2.0\.build\debug\tools\hotplug_password.exe" up to
date.
gnatmake: "c:\tools\aws-gpl-2.2.0\.build\debug\tools\wsdl2aws.exe" up to
date.
gcc -c -gnatwcfijkmruv -gnaty3abcefhiklmnoprstx -Wall -g -gnata -gnatVa
-gnatQ -
gnato -gnatwe -I- -gnatA c:\tools\AWS-gpl-2.2.0\tools\ada2wsdl.adb
ada2wsdl.adb:64:35: warning: call to obsolescent subprogram "To_String"
ada2wsdl.adb:64:35: warning: (Ada 2005) use
Ada.Characters.Conversions.To_String
gnatmake: "c:\tools\aws-gpl-2.2.0\tools\ada2wsdl.adb" compilation error
make[1]: *** [build] Error 4
make[1]: Leaving directory `/cygdrive/c/tools/AWS-gpl-2.2.0/tools'
make: *** [tools_build] Error 2
I would appreciate to get help on these topics
Thank you
Dominique
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/aws/attachments/20060725/8bd72aa7/attachment-0001.html
More information about the AWS
mailing list