-
I figured it out. configure contains a like that says "if test x$LEX = xflex" which clearly doesn't work unless $LEX is set to flex, but my flex is not in the path ( I just built it so my $LEX is set to /home/dtuser/CPE/src/gsoap-2.7.13/flex )
I think the configure script should handle when $LEX is set to a full pathname - it works for all the other program environment variables: $AWK, $SED...
2009-08-11 23:05:50 UTC in gSOAP Toolkit
-
My WSDL has a complex type that contains a xsd:choice and a element which is an enumeration. When compiled with gSOAP 2.7.13 the resulting output send the enumerated element first and the choice second.
Section 2.2 Complex Type Definitions at http://www.w3.org/TR/xmlschema-0/ says "the elements must appear in the same sequence (order) in which they are declared." and has this example...
2009-08-07 03:51:08 UTC in gSOAP Toolkit
-
While compiling gSOAP 2.7.13 I get this error:
Critical error: Cannot #import: soapcpp2 not compiled with flex
But earlier on in the build process were these lines:
/home/dtuser/CPE/src/gsoap-2.7.13/flex `test -f soapcpp2_lex.l || echo './'`soapcpp2_lex.l
And
/usr/vacpp/bin/xlc -M -DAIX -I/home/epowner/DEV/fml -I. -I/home/epowner/DEV/unixsrc/h...
2009-07-05 21:41:09 UTC in gSOAP Toolkit