From: Johnson <hao...@gm...> - 2010-06-13 05:26:23
|
Hi, Has anyone successfully built libwbxml 0.10.8? I failed to build it with VC++ Express 2008. This is my steps which also can be found in INSTALL file: Go to win32, open 'libwbxml.dsw' and build. The errors are as below: 1>------ Build started: Project: libwbxml2, Configuration: Debug Win32 ------ 1>Compiling... 1>wbxml_base64.c 1>d:\tech\xml\libwbxml\ libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_buffers.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_charset.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_conv.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_elt.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_encoder.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_errors.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_lists.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_log.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_mem.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_parser.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_tables.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_tree.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml_tree.c(36) : fatal error C1083: Cannot open include file: 'wbxml_config_internals.h': No such file or directory 1>wbxml_tree_clb_wbxml.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 1>wbxml_tree_clb_xml.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml_tree_clb_xml.c(36) : fatal error C1083: Cannot open include file: 'wbxml_config_internals.h': No such file or directory 1>wbxml_wrap_syncml.c 1>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml_wrap_syncml.c(25) : fatal error C1083: Cannot open include file: 'wbxml_config_internals.h': No such file or directory 1>Generating Code... 1>Build log was saved at "file://D:\TECH\XML\libwbxml\libwbxml-0.10.8\win32\libwbxml2\Debug\BuildLog.htm" 1>libwbxml2 - 16 error(s), 0 warning(s) 2>------ Build started: Project: test_parser, Configuration: Debug Win32 ------ 3>------ Build started: Project: wbxml2xml, Configuration: Debug Win32 ------ 2>Compiling... 3>Compiling... 2>test_parser.c 3>attgetopt.c 2>d:\tech\xml\libwbxml\libwbxml-0.10.8\src\wbxml.h(38) : fatal error C1083: Cannot open include file: 'wbxml_config.h': No such file or directory 3>wbxml2xml_tool.c 3>d:\tech\xml\libwbxml\libwbxml-0.10.8\tools\wbxml2xml_tool.c(40) : fatal error C1083: Cannot open include file: 'src/wbxml.h': No such file or directory 3>Generating Code... 2>Build log was saved at "file://D:\TECH\XML\libwbxml\libwbxml-0.10.8\win32\test_parser\Debug\BuildLog.htm" 2>test_parser - 1 error(s), 0 warning(s) 3>Build log was saved at "file://D:\TECH\XML\libwbxml\libwbxml-0.10.8\win32\wbxml2xml\Debug\BuildLog.htm" 3>wbxml2xml - 1 error(s), 0 warning(s) 4>------ Build started: Project: xml2wbxml, Configuration: Debug Win32 ------ 4>Compiling... 4>attgetopt.c 4>xml2wbxml_tool.c 4>d:\tech\xml\libwbxml\libwbxml-0.10.8\tools\xml2wbxml_tool.c(40) : fatal error C1083: Cannot open include file: 'src/wbxml.h': No such file or directory 4>Generating Code... 4>Build log was saved at "file://D:\TECH\XML\libwbxml\libwbxml-0.10.8\win32\xml2wbxml\Debug\BuildLog.htm" 4>xml2wbxml - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ========== -- Best and Regards Johnson |