[Gambas-user] Issue 305 in gambas: XmlReader doesn't parse the XML correctly when using depths and some empty values are contain garbage
gambas at ...2524...
gambas at ...2524...
Sun Aug 12 15:01:13 CEST 2012
Comment #3 on issue 305 by uAle... at ...626...: XmlReader doesn't parse the
XML correctly when using depths and some empty values are contain garbage
http://code.google.com/p/gambas/issues/detail?id=305
Hi Adrien,
r5034 doesn't compile on my system (got a fresh copy from SVN), i get the
following message during "make":
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I.. -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char
-fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -fexceptions
-fvisibility=default -std=c++0x -MT gb_xml_la-textnode.lo -MD -MP
-MF .deps/gb_xml_la-textnode.Tpo -c -o gb_xml_la-textnode.lo `test
-f 'textnode.cpp' || echo './'`textnode.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pipe -Wall -fno-exceptions
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os
-fno-omit-frame-pointer -fexceptions -fvisibility=default -std=c++0x -MT
gb_xml_la-textnode.lo -MD -MP -MF .deps/gb_xml_la-textnode.Tpo -c
textnode.cpp -fPIC -DPIC -o .libs/gb_xml_la-textnode.o
mv -f .deps/gb_xml_la-textnode.Tpo .deps/gb_xml_la-textnode.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I.. -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char
-fvisibility=hidden -g -ggdb -Os -fno-omit-frame-pointer -fexceptions
-fvisibility=default -std=c++0x -MT gb_xml_la-element.lo -MD -MP
-MF .deps/gb_xml_la-element.Tpo -c -o gb_xml_la-element.lo `test
-f 'element.cpp' || echo './'`element.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pipe -Wall -fno-exceptions
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os
-fno-omit-frame-pointer -fexceptions -fvisibility=default -std=c++0x -MT
gb_xml_la-element.lo -MD -MP -MF .deps/gb_xml_la-element.Tpo -c
element.cpp -fPIC -DPIC -o .libs/gb_xml_la-element.o
element.cpp: In constructor ‘Element::Element(const char*, size_t)’:
element.cpp:47: error: type ‘Element’ is not a direct base of ‘Element’
make[5]: *** [gb_xml_la-element.lo] Error 1
make[5]: Leaving directory `/usr/src/gambas3-r5034/gb.xml/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/gambas3-r5034/gb.xml/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gambas3-r5034/gb.xml'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/gambas3-r5034/gb.xml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gambas3-r5034'
make: *** [all] Error 2
More information about the User
mailing list