the configure script need to be hacked a bit
and the ext lib doesnt compile too by the way this compiler doesnt support namespaces
c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I/usr/local/include/libxml -I/usr/local/include -I../src -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c file.cpp -fPIC -DPIC -o .libs/file.lo In file included from file.cpp:61: file.h:241: syntax error before `:' file.h:248: destructors must be member functions file.h:248: virtual outside class declaration file.h:249: parse error before `}' gmake[1]: *** [file.lo] Error 1
Log in to post a comment.
the configure script need to be hacked a bit
and the ext lib doesnt compile too
by the way this compiler doesnt support namespaces
c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I/usr/local/include/libxml -I/usr/local/include -I../src -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c file.cpp -fPIC -DPIC -o .libs/file.lo
In file included from file.cpp:61:
file.h:241: syntax error before `:'
file.h:248: destructors must be member functions
file.h:248: virtual outside class declaration
file.h:249: parse error before `}'
gmake[1]: *** [file.lo] Error 1