HI Bastian,
I have a problem building virtuoso 5.0.2 on Suse Linux (64bit).
Here is what I did:
CFLAGS="-O3 -m64"
export CFLAGS
./configure --prefix=/home/.....
make
The error message I get can be found at:
http://pastie.caboo.se/123346.txt?key=bco9tsyeacyoiqjtsy4g
Any idea what causes this error?
Looks like you have an older version of libwbxml2 (i think 0.9.0) on
your system.
You need to have at least version 0.9.2, but since this has not been
well maintained for some time, we actually have some additional patches
for this release to add more device support and fix some long standing bugs.
If you do not need the syncml plugin the easiest thing is to add the
following flag to your configure call:
--disable-wbxml2
You can contact me if you would like to receive a patched version of
this library. The diff will actually be included in the next VOS release.
Patrick