You must have the  library installed.
This is what you must do to install the WBXML Library on Linux$./bootstrap$make all$make install$make clean
You may have to chmod 'bootstrap' file to 755, if not already done.
To make the library verbose, use the '-DWBXML_LIB_VERBOSE' CFLAG in src/Makefile.am
The  binary is provided in "/win32/expat".
Just open the 'win32/libwbxml.dsw' VC++ workspace, and build:
libwbxml2.dll - The main library
libwbxml2_conv.dll - The WBXML <=> XML convertion library
xml2wbxml.exe - The XML to WBXML convertion tool
xml2wbxml.exe - The WBXML to XML convertion tool
To make the library verbose, define the 'WBXML_LIB_VERBOSE' Macro in 'src/wbxml_log.h'
