Boost logo

Boost :

From: Victor A. Wagner, Jr. (vawjr_at_[hidden])
Date: 2003-03-16 01:57:45


Ok, I finally got all the junk straightened out. got a clean update for
the RC instead of the mainline, and guess what?
It looks like it cannot find ANY functions that purportedly are defined in
filesystem.

oh, compiler VC7.1

------ Build started: Project: SimpleSL, Configuration: Debug Win32 ------

Compiling...
main.cpp
Linking...
main.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __thiscall boost::filesystem::path::leaf(void)const
"
(?leaf_at_path@filesystem_at_boost@@QBE?AV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@XZ)
referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: __thiscall
boost::filesystem::directory_iterator::directory_iterator(class
boost::filesystem::path const &)"
(??0directory_iterator_at_filesystem@boost@@QAE_at_ABVpath@12@@Z) referenced in
function _main
main.obj : error LNK2019: unresolved external symbol "public: __thiscall
boost::filesystem::directory_iterator::directory_iterator(void)"
(??0directory_iterator_at_filesystem@boost@@QAE_at_XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __thiscall
boost::filesystem::path::native_directory_string(void)const "
(?native_directory_string_at_path@filesystem_at_boost@@QBE?AV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@XZ)
referenced in function _main
main.obj : error LNK2019: unresolved external symbol "bool __cdecl
boost::filesystem::is_directory(class boost::filesystem::path const &)"
(?is_directory_at_filesystem@boost@@YA_NABVpath_at_12@@Z) referenced in function
_main
main.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __thiscall
boost::filesystem::path::native_file_string(void)const "
(?native_file_string_at_path@filesystem_at_boost@@QBE?AV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@XZ)
referenced in function _main
main.obj : error LNK2019: unresolved external symbol "bool __cdecl
boost::filesystem::exists(class boost::filesystem::path const &)"
(?exists_at_filesystem@boost@@YA_NABVpath_at_12@@Z) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "class
boost::filesystem::path __cdecl boost::filesystem::system_complete(class
boost::filesystem::path const &)"
(?system_complete_at_filesystem@boost@@YA?AVpath_at_12@ABV312@@Z) referenced in
function _main
main.obj : error LNK2019: unresolved external symbol "public: __thiscall
boost::filesystem::path::path(char const *,enum
boost::filesystem::path_format)"
(??0path_at_filesystem@boost@@QAE_at_PBDW4path_format_at_12@@Z) referenced in
function _main
main.obj : error LNK2019: unresolved external symbol "class
boost::filesystem::path const & __cdecl
boost::filesystem::initial_path(void)"
(?initial_path_at_filesystem@boost@@YAABVpath_at_12@XZ) referenced in function _main
main.obj : error LNK2019: unresolved external symbol "private: class
boost::filesystem::path const & __thiscall
boost::filesystem::directory_iterator::m_deref(void)const "
(?m_deref_at_directory_iterator_at_filesystem@boost@@ABEABVpath_at_23@XZ) referenced
in function "public: class boost::filesystem::path const & __thiscall
boost::filesystem::directory_iterator::operator*(void)const "
(??Ddirectory_iterator_at_filesystem@boost@@QBEABVpath_at_12@XZ)
main.obj : error LNK2019: unresolved external symbol "private: void
__thiscall boost::filesystem::directory_iterator::m_inc(void)"
(?m_inc_at_directory_iterator_at_filesystem@boost@@AAEXXZ) referenced in function
"public: class boost::filesystem::directory_iterator & __thiscall
boost::filesystem::directory_iterator::operator++(void)"
(??Edirectory_iterator_at_filesystem@boost@@QAEAAV012_at_XZ)
Debug/SimpleSL.exe : fatal error LNK1120: 12 unresolved externals

Build log was saved at
"file://c:\Projects\Programming\personal\BoostTesting\SimpleSL\Debug\BuildLog.htm"
SimpleSL - 13 error(s), 0 warning(s)

---------------------- Done ----------------------

     Build: 0 succeeded, 1 failed, 0 skipped

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk