=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for gsoap-2.7.17nb5 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7' Making all in gsoap gmake[2]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap' ln -s -f ./stdsoap2.cpp stdsoap2_cpp.cpp gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -O2 -mieee -I/usr/include -MT libgsoap_a-stdsoap2.o -MD -MP -MF .deps/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c mv -f .deps/libgsoap_a-stdsoap2.Tpo .deps/libgsoap_a-stdsoap2.Po rm -f libgsoap.a ar cru libgsoap.a libgsoap_a-stdsoap2.o ranlib libgsoap.a c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -O2 -mieee -I/usr/include -MT libgsoap___a-stdsoap2_cpp.o -MD -MP -MF .deps/libgsoap___a-stdsoap2_cpp.Tpo -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp mv -f .deps/libgsoap___a-stdsoap2_cpp.Tpo .deps/libgsoap___a-stdsoap2_cpp.Po rm -f libgsoap++.a ar cru libgsoap++.a libgsoap___a-stdsoap2_cpp.o ranlib libgsoap++.a ln -s -f ./stdsoap2.cpp stdsoap2_ck.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_COOKIES -O2 -mieee -I/usr/include -MT libgsoapck_a-stdsoap2_ck.o -MD -MP -MF .deps/libgsoapck_a-stdsoap2_ck.Tpo -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c mv -f .deps/libgsoapck_a-stdsoap2_ck.Tpo .deps/libgsoapck_a-stdsoap2_ck.Po rm -f libgsoapck.a ar cru libgsoapck.a libgsoapck_a-stdsoap2_ck.o ranlib libgsoapck.a ln -s -f ./stdsoap2.cpp stdsoap2_ck_cpp.cpp c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_COOKIES -O2 -mieee -I/usr/include -MT libgsoapck___a-stdsoap2_ck_cpp.o -MD -MP -MF .deps/libgsoapck___a-stdsoap2_ck_cpp.Tpo -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo './'`stdsoap2_ck_cpp.cpp mv -f .deps/libgsoapck___a-stdsoap2_ck_cpp.Tpo .deps/libgsoapck___a-stdsoap2_ck_cpp.Po rm -f libgsoapck++.a ar cru libgsoapck++.a libgsoapck___a-stdsoap2_ck_cpp.o ranlib libgsoapck++.a ln -s -f ./stdsoap2.cpp stdsoap2_ssl.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -O2 -mieee -I/usr/include -MT libgsoapssl_a-stdsoap2_ssl.o -MD -MP -MF .deps/libgsoapssl_a-stdsoap2_ssl.Tpo -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c stdsoap2_ssl.c: In function 'soap_rand': stdsoap2_ssl.c:2876:3: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] RAND_pseudo_bytes(buf, 4); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/rand.h:44:1: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^ stdsoap2_ssl.c: In function 'ssl_auth_init': stdsoap2_ssl.c:3061:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] { RSA *rsa = RSA_generate_key(1024, RSA_F4, NULL, NULL); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/rsa.h:235:1: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ stdsoap2_ssl.c:3075:7: warning: 'DH_generate_parameters' is deprecated [-Wdeprecated-declarations] dh = DH_generate_parameters(n, 2/*or 5*/, NULL, NULL); ^~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/dh.h:136:1: note: declared here DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^ stdsoap2_ssl.c: In function 'tcp_connect': stdsoap2_ssl.c:3919:13: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] { if (!soap_tag_cmp(host, (const char*)ASN1_STRING_data(name))) ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ stdsoap2_ssl.c: In function 'tcp_disconnect': stdsoap2_ssl.c:4115:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ stdsoap2_ssl.c:4138:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ stdsoap2_ssl.c: In function 'soap_done': stdsoap2_ssl.c:4676:3: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ mv -f .deps/libgsoapssl_a-stdsoap2_ssl.Tpo .deps/libgsoapssl_a-stdsoap2_ssl.Po rm -f libgsoapssl.a ar cru libgsoapssl.a libgsoapssl_a-stdsoap2_ssl.o ranlib libgsoapssl.a ln -s -f ./stdsoap2.cpp stdsoap2_ssl_cpp.cpp c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -O2 -mieee -I/usr/include -MT libgsoapssl___a-stdsoap2_ssl_cpp.o -MD -MP -MF .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo './'`stdsoap2_ssl_cpp.cpp stdsoap2_ssl_cpp.cpp: In function 'int soap_rand()': stdsoap2_ssl_cpp.cpp:2876:27: warning: 'int RAND_pseudo_bytes(unsigned char*, int)' is deprecated [-Wdeprecated-declarations] RAND_pseudo_bytes(buf, 4); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/rand.h:44:1: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^ stdsoap2_ssl_cpp.cpp: In function 'int ssl_auth_init(soap*)': stdsoap2_ssl_cpp.cpp:3061:57: warning: 'RSA* RSA_generate_key(int, long unsigned int, void (*)(int, int, void*), void*)' is deprecated [-Wdeprecated-declarations] { RSA *rsa = RSA_generate_key(1024, RSA_F4, NULL, NULL); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/rsa.h:235:1: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ stdsoap2_ssl_cpp.cpp:3075:59: warning: 'DH* DH_generate_parameters(int, int, void (*)(int, int, void*), void*)' is deprecated [-Wdeprecated-declarations] dh = DH_generate_parameters(n, 2/*or 5*/, NULL, NULL); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/dh.h:136:1: note: declared here DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^ stdsoap2_ssl_cpp.cpp: In function 'int tcp_connect(soap*, const char*, const char*, int)': stdsoap2_ssl_cpp.cpp:3919:73: warning: 'unsigned char* ASN1_STRING_data(ASN1_STRING*)' is deprecated [-Wdeprecated-declarations] { if (!soap_tag_cmp(host, (const char*)ASN1_STRING_data(name))) ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^ stdsoap2_ssl_cpp.cpp: In function 'int tcp_disconnect(soap*)': stdsoap2_ssl_cpp.cpp:4115:31: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ stdsoap2_ssl_cpp.cpp:4138:23: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ stdsoap2_ssl_cpp.cpp: In function 'void soap_done(soap*)': stdsoap2_ssl_cpp.cpp:4676:21: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ mv -f .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Po rm -f libgsoapssl++.a ar cru libgsoapssl++.a libgsoapssl___a-stdsoap2_ssl_cpp.o ranlib libgsoapssl++.a /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap' Making all in . gmake[4]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap' Making all in src gmake[4]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap/src' /bin/sh ../../ylwrap soapcpp2_yacc.y y.tab.c soapcpp2_yacc.c y.tab.h soapcpp2_yacc.h y.output soapcpp2_yacc.output -- /usr/bin/yacc -d -v /usr/bin/yacc: 1 shift/reduce conflict. updating soapcpp2_yacc.h updating soapcpp2_yacc.output gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -MT soapcpp2-soapcpp2_yacc.o -MD -MP -MF .deps/soapcpp2-soapcpp2_yacc.Tpo -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo './'`soapcpp2_yacc.c mv -f .deps/soapcpp2-soapcpp2_yacc.Tpo .deps/soapcpp2-soapcpp2_yacc.Po /bin/sh ../../ylwrap soapcpp2_lex.l lex.yy.c soapcpp2_lex.c -- flex -l gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -MT soapcpp2-soapcpp2_lex.o -MD -MP -MF .deps/soapcpp2-soapcpp2_lex.Tpo -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo './'`soapcpp2_lex.c mv -f .deps/soapcpp2-soapcpp2_lex.Tpo .deps/soapcpp2-soapcpp2_lex.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -MT soapcpp2-symbol2.o -MD -MP -MF .deps/soapcpp2-symbol2.Tpo -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo './'`symbol2.c mv -f .deps/soapcpp2-symbol2.Tpo .deps/soapcpp2-symbol2.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -MT soapcpp2-error2.o -MD -MP -MF .deps/soapcpp2-error2.Tpo -c -o soapcpp2-error2.o `test -f 'error2.c' || echo './'`error2.c mv -f .deps/soapcpp2-error2.Tpo .deps/soapcpp2-error2.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -MT soapcpp2-init2.o -MD -MP -MF .deps/soapcpp2-init2.Tpo -c -o soapcpp2-init2.o `test -f 'init2.c' || echo './'`init2.c mv -f .deps/soapcpp2-init2.Tpo .deps/soapcpp2-init2.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -MT soapcpp2-soapcpp2.o -MD -MP -MF .deps/soapcpp2-soapcpp2.Tpo -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo './'`soapcpp2.c mv -f .deps/soapcpp2-soapcpp2.Tpo .deps/soapcpp2-soapcpp2.Po gcc -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DUNKNOWN -O2 -mieee -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o soapcpp2 soapcpp2-soapcpp2_yacc.o soapcpp2-soapcpp2_lex.o soapcpp2-symbol2.o soapcpp2-error2.o soapcpp2-init2.o soapcpp2-soapcpp2.o -ly -lfl gmake[4]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap/src' Making all in wsdl gmake[4]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap/wsdl' ../../gsoap/src/soapcpp2 -SC -pwsdl -I. -I../../gsoap/import ./wsdl.h soapcpp2: using both options -C and -S omits client/server code ** The gSOAP code generator for C and C++, soapcpp2 release 2.7.17 ** Copyright (C) 2000-2010, Robert van Engelen, Genivia Inc. ** All Rights Reserved. This product is provided "as is", without any warranty. ** The soapcpp2 tool is released under one of the following three licenses: ** GPL, the gSOAP public license, or the commercial license by Genivia Inc. Saving wsdlStub.h annotated copy of the input declarations Saving wsdlH.h interface declarations Saving wsdlC.cpp XML serializers Saving xmime.nsmap namespace mapping table Compilation successful /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap/wsdl' c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-wsdl2h.o -MD -MP -MF .deps/wsdl2h-wsdl2h.Tpo -c -o wsdl2h-wsdl2h.o `test -f 'wsdl2h.cpp' || echo './'`wsdl2h.cpp wsdl2h.cpp:87:7: warning: 'mapfile' initialized and declared 'extern' *mapfile = WSDL_TYPEMAP_FILE, ^~~~~~~ wsdl2h.cpp:88:7: warning: 'import_path' initialized and declared 'extern' *import_path = WSDL2H_IMPORT_PATH, ^~~~~~~~~~~ wsdl2h.cpp:89:7: warning: 'cwd_path' initialized and declared 'extern' *cwd_path = NULL, ^~~~~~~~ wsdl2h.cpp:90:7: warning: 'cppnamespace' initialized and declared 'extern' *cppnamespace = NULL; ^~~~~~~~~~~~ mv -f .deps/wsdl2h-wsdl2h.Tpo .deps/wsdl2h-wsdl2h.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-wsdl.o -MD -MP -MF .deps/wsdl2h-wsdl.Tpo -c -o wsdl2h-wsdl.o `test -f 'wsdl.cpp' || echo './'`wsdl.cpp mv -f .deps/wsdl2h-wsdl.Tpo .deps/wsdl2h-wsdl.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-schema.o -MD -MP -MF .deps/wsdl2h-schema.Tpo -c -o wsdl2h-schema.o `test -f 'schema.cpp' || echo './'`schema.cpp mv -f .deps/wsdl2h-schema.Tpo .deps/wsdl2h-schema.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-types.o -MD -MP -MF .deps/wsdl2h-types.Tpo -c -o wsdl2h-types.o `test -f 'types.cpp' || echo './'`types.cpp mv -f .deps/wsdl2h-types.Tpo .deps/wsdl2h-types.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-service.o -MD -MP -MF .deps/wsdl2h-service.Tpo -c -o wsdl2h-service.o `test -f 'service.cpp' || echo './'`service.cpp mv -f .deps/wsdl2h-service.Tpo .deps/wsdl2h-service.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-soap.o -MD -MP -MF .deps/wsdl2h-soap.Tpo -c -o wsdl2h-soap.o `test -f 'soap.cpp' || echo './'`soap.cpp mv -f .deps/wsdl2h-soap.Tpo .deps/wsdl2h-soap.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-mime.o -MD -MP -MF .deps/wsdl2h-mime.Tpo -c -o wsdl2h-mime.o `test -f 'mime.cpp' || echo './'`mime.cpp mv -f .deps/wsdl2h-mime.Tpo .deps/wsdl2h-mime.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DUNKNOWN -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -MT wsdl2h-wsp.o -MD -MP -MF .deps/wsdl2h-wsp.Tpo -c -o wsdl2h-wsp.o `test -f 'wsp.cpp' || echo './'`wsp.cpp mv -f .deps/wsdl2h-wsp.Tpo .deps/wsdl2h-wsp.Po c++ -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -mieee -I/usr/include -I../../gsoap -I. -L. -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o wsdl2h wsdl2h-wsdl2h.o wsdl2h-wsdl.o wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o wsdl2h-mime.o wsdl2h-wsp.o wsdlC.cpp ../../gsoap/libgsoapssl++.a -lssl -lcrypto -lz In file included from includes.h:38:0, from wsdlStub.h:11, from wsdlH.h:10, from wsdlC.cpp:13: wsdlC.cpp: In function 'wsdl__service* soap_instantiate_wsdl__service(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:3771:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__service[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__port* soap_instantiate_wsdl__port(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:3964:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__port[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__binding* soap_instantiate_wsdl__binding(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:4158:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__binding[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__binding_operation* soap_instantiate_wsdl__binding_operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:4373:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__binding_operation[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__ext_fault* soap_instantiate_wsdl__ext_fault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:4551:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__ext_fault[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__ext_output* soap_instantiate_wsdl__ext_output(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:4773:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__ext_output[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__ext_input* soap_instantiate_wsdl__ext_input(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:4995:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__ext_input[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__portType* soap_instantiate_wsdl__portType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:5157:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__portType[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__fault* soap_instantiate_wsdl__fault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:5335:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__fault[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__output* soap_instantiate_wsdl__output(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:5513:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__output[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__input* soap_instantiate_wsdl__input(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:5691:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__input[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__types* soap_instantiate_wsdl__types(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:5831:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__types[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__import* soap_instantiate_wsdl__import(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:5977:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__import[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__PolicyAttachment* soap_instantiate_wsp__PolicyAttachment(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6111:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__PolicyAttachment[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__AppliesTo* soap_instantiate_wsp__AppliesTo(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6236:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__AppliesTo[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__Attachment* soap_instantiate_wsp__Attachment(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6373:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__Attachment[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsrmp__RMAssertion* soap_instantiate_wsrmp__RMAssertion(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6508:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsrmp__RMAssertion[n]); ^~~~~~~~ wsdlC.cpp: In function 'sp__Token* soap_instantiate_sp__Token(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6678:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sp__Token[n]); ^~~~~~~~ wsdlC.cpp: In function 'sp__Elements* soap_instantiate_sp__Elements(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6807:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sp__Elements[n]); ^~~~~~~~ wsdlC.cpp: In function 'sp__Parts* soap_instantiate_sp__Parts(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:6951:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sp__Parts[n]); ^~~~~~~~ wsdlC.cpp: In function 'sp__Header* soap_instantiate_sp__Header(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:7078:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sp__Header[n]); ^~~~~~~~ wsdlC.cpp: In function 'wst__Claims* soap_instantiate_wst__Claims(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:7208:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wst__Claims[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__Assertion* soap_instantiate_wsp__Assertion(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:7349:22: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sp__Token[n]); ^~~~~~~~ ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:7368:22: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsrmp__RMAssertion[n]); ^~~~~~~~ ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:7381:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__Assertion[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__PolicyReference* soap_instantiate_wsp__PolicyReference(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:7526:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__PolicyReference[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__Content* soap_instantiate_wsp__Content(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:8967:22: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__Policy[n]); ^~~~~~~~ ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:8980:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__Content[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsp__Policy* soap_instantiate_wsp__Policy(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:10430:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsp__Policy[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsa__EndpointReferenceType* soap_instantiate_wsa__EndpointReferenceType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:10552:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsa__EndpointReferenceType[n]); ^~~~~~~~ wsdlC.cpp: In function 'gwsdl__portType* soap_instantiate_gwsdl__portType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:10713:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(gwsdl__portType[n]); ^~~~~~~~ wsdlC.cpp: In function 'sd__staticServiceDataValues* soap_instantiate_sd__staticServiceDataValues(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:10845:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sd__staticServiceDataValues[n]); ^~~~~~~~ wsdlC.cpp: In function 'sd__serviceData* soap_instantiate_sd__serviceData(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:10994:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(sd__serviceData[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__operation* soap_instantiate_wsdl__operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11181:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__operation[n]); ^~~~~~~~ wsdlC.cpp: In function 'http__operation* soap_instantiate_http__operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11303:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(http__operation[n]); ^~~~~~~~ wsdlC.cpp: In function 'http__binding* soap_instantiate_http__binding(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11425:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(http__binding[n]); ^~~~~~~~ wsdlC.cpp: In function 'http__address* soap_instantiate_http__address(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11547:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(http__address[n]); ^~~~~~~~ wsdlC.cpp: In function 'dime__message* soap_instantiate_dime__message(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11669:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(dime__message[n]); ^~~~~~~~ wsdlC.cpp: In function 'mime__mimeXml* soap_instantiate_mime__mimeXml(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11791:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(mime__mimeXml[n]); ^~~~~~~~ wsdlC.cpp: In function 'mime__multipartRelated* soap_instantiate_mime__multipartRelated(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:11918:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(mime__multipartRelated[n]); ^~~~~~~~ wsdlC.cpp: In function 'mime__part* soap_instantiate_mime__part(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12062:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(mime__part[n]); ^~~~~~~~ wsdlC.cpp: In function 'mime__content* soap_instantiate_mime__content(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12189:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(mime__content[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__address* soap_instantiate_soap__address(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12311:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__address[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__header* soap_instantiate_soap__header(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12482:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__header[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__headerfault* soap_instantiate_soap__headerfault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12646:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__headerfault[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__fault* soap_instantiate_soap__fault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12782:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__fault[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__body* soap_instantiate_soap__body(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:12918:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__body[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__operation* soap_instantiate_soap__operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:13056:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__operation[n]); ^~~~~~~~ wsdlC.cpp: In function 'soap__binding* soap_instantiate_soap__binding(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:13194:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(soap__binding[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__part* soap_instantiate_wsdl__part(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:13372:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__part[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__message* soap_instantiate_wsdl__message(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:13528:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__message[n]); ^~~~~~~~ wsdlC.cpp: In function 'wsdl__definitions* soap_instantiate_wsdl__definitions(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:13836:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(wsdl__definitions[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__redefine* soap_instantiate_xs__redefine(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14007:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__redefine[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__include* soap_instantiate_xs__include(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14148:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__include[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__import* soap_instantiate_xs__import(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14291:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__import[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__complexContent* soap_instantiate_xs__complexContent(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14435:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__complexContent[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__whiteSpace* soap_instantiate_xs__whiteSpace(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14557:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__whiteSpace[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__length* soap_instantiate_xs__length(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14683:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__length[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__simpleContent* soap_instantiate_xs__simpleContent(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14823:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__simpleContent[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__pattern* soap_instantiate_xs__pattern(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:14948:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__pattern[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__enumeration* soap_instantiate_xs__enumeration(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:15088:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__enumeration[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__attributeGroup* soap_instantiate_xs__attributeGroup(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:15275:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__attributeGroup[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__anyAttribute* soap_instantiate_xs__anyAttribute(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:15401:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__anyAttribute[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__group* soap_instantiate_xs__group(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:15594:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__group[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__any* soap_instantiate_xs__any(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:15740:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__any[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__all* soap_instantiate_xs__all(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:15867:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__all[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__attribute* soap_instantiate_xs__attribute(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:16100:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__attribute[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__element* soap_instantiate_xs__element(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:16379:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__element[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__annotation* soap_instantiate_xs__annotation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:16506:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__annotation[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__union* soap_instantiate_xs__union(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:16638:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__union[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__list* soap_instantiate_xs__list(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:16793:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__list[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__choice* soap_instantiate_xs__choice(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:16981:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__choice[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__sequence* soap_instantiate_xs__sequence(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:17156:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__sequence[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__restriction* soap_instantiate_xs__restriction(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:17505:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__restriction[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__extension* soap_instantiate_xs__extension(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:17717:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__extension[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__complexType* soap_instantiate_xs__complexType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:17964:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__complexType[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__simpleType* soap_instantiate_xs__simpleType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:18149:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__simpleType[n]); ^~~~~~~~ wsdlC.cpp: In function 'xs__schema* soap_instantiate_xs__schema(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:18451:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(xs__schema[n]); ^~~~~~~~ wsdlC.cpp: In function 'SOAP_ENV__Fault* soap_instantiate_SOAP_ENV__Fault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:18641:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault[n]); ^~~~~~~~ wsdlC.cpp: In function 'SOAP_ENV__Reason* soap_instantiate_SOAP_ENV__Reason(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:18752:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason[n]); ^~~~~~~~ wsdlC.cpp: In function 'SOAP_ENV__Detail* soap_instantiate_SOAP_ENV__Detail(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:18870:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail[n]); ^~~~~~~~ wsdlC.cpp: In function 'SOAP_ENV__Code* soap_instantiate_SOAP_ENV__Code(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:18990:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code[n]); ^~~~~~~~ wsdlC.cpp: In function 'SOAP_ENV__Header* soap_instantiate_SOAP_ENV__Header(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:19089:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfgwsdl__portType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:22807:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__service(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:22894:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__binding(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:22981:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__portType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23068:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__message(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23155:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__import(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23242:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__port(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23329:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__binding_operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23416:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__ext_fault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23503:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23590:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__fault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23677:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsdl__part(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23764:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsp__PolicyReference(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23851:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsp__Policy(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:23938:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfPointerToxs__schema(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24025:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfwsp__Attachment(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24112:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOf_XML(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24197:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfsp__Parts(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24284:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfPointerTowsp__Content(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24371:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxsd__string(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24458:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfsp__Header(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24545:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfsd__serviceData(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24632:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfPointerTowsdl__operation(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24719:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfmime__part(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24806:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfmime__content(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24893:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfsoap__header(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:24980:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfsoap__headerfault(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25067:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__import(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25154:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__redefine(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25241:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__include(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25328:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__complexType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25415:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__simpleType(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25502:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__pattern(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25589:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__enumeration(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25676:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__attributeGroup(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25763:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__attribute(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25850:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__any(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:25937:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfPointerToxs__sequence(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:26024:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__choice(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:26111:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__group(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:26198:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfxs__element(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:26285:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ wsdlC.cpp: In function 'std::vector* soap_instantiate_std__vectorTemplateOfPointerToxs__element(soap*, int, const char*, const char*, size_t*)': ../../gsoap/stdsoap2.h:1256:35: warning: non-constant array new length must be specified without parentheses around the type-id [-Wvla] # define SOAP_NEW(type) new (type) /* with parenthesis */ ^ wsdlC.cpp:26372:21: note: in expansion of macro 'SOAP_NEW' { cp->ptr = (void*)SOAP_NEW(std::vector[n]); ^~~~~~~~ gmake[5]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap/wsdl' gmake[4]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap/wsdl' gmake[3]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap' gmake[2]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7/gsoap' gmake[2]: Entering directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7' gmake[2]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7' gmake[1]: Leaving directory '/tmp/pkgbuild/devel/gsoap/work.alpha/gsoap-2.7'