Hi,

I am trying to build git://gitorious.org/~zeuner/boost/zeuners-boost-cmake.git, branch 1.44.0.

I am getting some build errors:


1. Error linking boost_thread:

2> Creating library C:\Users\hoffman\Work\Projects\boost-cmake\zeuners-boost-cmake-build\lib\Debug\boost_thread-vc90-mt-gd-1_44.lib and object C:\Users\hoffman\Work\Projects\boost-cmake\zeuners-boost-cmake-build\lib\Debug\boost_thread-vc90-mt-gd-1_44.exp 1>tss_dll.obj : error LNK2019: unresolved external symbol _on_process_exit referenced in function _dllm...@12 1>tss_dll.obj : error LNK2019: unresolved external symbol _on_thread_exit referenced in function _dllm...@12 1>tss_dll.obj : error LNK2019: unresolved external symbol _on_thread_enter referenced in function _dllm...@12


2. Errors about token_functions.hpp using std::iswspace

6>greg_month.cpp
3>C:\Users\hoffman\Work\Projects\boost-cmake\zeuners-boost-cmake\boost/token_functions.hpp(218) : error C2039: 'iswspace' : is not a member of 'std' 3> C:\Users\hoffman\Work\Projects\boost-cmake\zeuners-boost-cmake\boost/token_functions.hpp(217) : while compiling class template member function 'bool boost::tokenizer_detail::traits_extension<traits>::isspace(char)'
3>        with


3. some undefined stuff in text_wiarchive:


11>text_wiarchive.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall boost::archive::detail::basic_iarchive::~basic_iarchive(void)" (__imp_??1basic_iarch...@detail@arch...@boost@@i...@xz) referenced in function "public: __thiscall boost::archive::detail::common_iarchive<class boost::archive::naked_text_wiarchive>::~common_iarchive<class boost::archive::naked_text_wiarchive>(void)" (??1?$common_iarch...@vnaked_text_wiarchive@arch...@boost@@@det...@archive@boost@@q...@xz)
11>xml_wiarchive.obj : error LNK2001: unresolved external s


Are these errors in upstream boost? Or are the specific to the way CMake is building them? Any thoughts on how to fix them?

Thanks.

-Bill

--
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoff...@kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to