1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
**** Build of configuration Default for project cc94-cc94 ****
**** Internal Builder is used for build ****
**** WARNING: The "Default" Configuration may not build ****
**** because it uses the "cdt.managedbuild.toolchain.gnu.mingw.base" ****
**** tool-chain that is unsupported on this system. ****
**** Attempting to build... ****
g++ -std=c++11 -LC:\boost 1_57_0\stage\lib -occ94-cc94 src\unmadspack.o src\test_format.o src\lodepng\lodepng.o
src\unmadspack.o: In function `convert':
C:/boost 1_57_0/boost/filesystem/path.hpp:852: undefined reference to `boost::filesystem::path::codecvt()'
C:/boost 1_57_0/boost/filesystem/path.hpp:852: undefined reference to `boost::filesystem::path_traits::convert(char const*, char const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, std::codecvt<wchar_t, char, int> const&)'
src\unmadspack.o: In function `exists':
C:/boost 1_57_0/boost/filesystem/operations.hpp:404: undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
src\unmadspack.o: In function `convert':
C:/boost 1_57_0/boost/filesystem/path.hpp:844: undefined reference to `boost::filesystem::path::codecvt()'
C:/boost 1_57_0/boost/filesystem/path.hpp:844: undefined reference to `boost::filesystem::path_traits::convert(wchar_t const*, wchar_t const*, std::string&, std::codecvt<wchar_t, char, int> const&)'
src\unmadspack.o: In function `operator/':
C:/boost 1_57_0/boost/filesystem/path.hpp:695: undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
src\unmadspack.o: In function `convert':
C:/boost 1_57_0/boost/filesystem/path.hpp:836: undefined reference to `boost::filesystem::path::codecvt()'
C:/boost 1_57_0/boost/filesystem/path.hpp:836: undefined reference to `boost::filesystem::path_traits::convert(char const*, char const*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, std::codecvt<wchar_t, char, int> const&)'
C:/boost 1_57_0/boost/filesystem/path.hpp:844: undefined reference to `boost::filesystem::path::codecvt()'
|