forsaleopk.blogg.se

Codeblocks compiler stuck
Codeblocks compiler stuck








codeblocks compiler stuck

G++.exe -LC:\Users\James\code\nana-1.7.3\build\codeblocks -o \bin\nanatest.exe obj\Release\main.o -s -lnana -lgdi32 -lcomdlg32 -mwindowsĬ:\Users\James\code\nana-1.7.3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+0x8be): undefined reference to `std::filesystem::_cxx11::path::_M_find_extension() const'Ĭ:\Users\James\code\nana-1.7.3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+0x9c1): undefined reference to `std::filesystem::_cxx11::path::_M_split_cmpts()'Ĭ:\Users\James\code\nana-1.7.3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+0x1106): undefined reference to `std::filesystem::_cxx11::path::_M_split_cmpts()'Ĭ:\Users\James\code\nana-1.7.3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+0x1490): undefined reference to `std::filesystem::_cxx11::filesystem_error::~filesystem_error()'Ĭ:\Users\James\code\nana-1.7.3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+0x15b0): undefined reference to `std::filesystem::_cxx11::path::_M_split_cmpts()' G++.exe -Wall -fexceptions -std=c++17 -O2 -m64 -IC:\Users\James\code\nana-1.7.3\include -c C:\Users\James\code\nanatest\main.cpp -o obj\Release\main.o Build: Release in nanatest (compiler: gcc v8.3). The linker produces a long list of undefined references **This problem was reported back in August when v1.7.2 broke it.** 3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+ 0x15b0): undefined reference to `std::filesystem::_cxx11::path::_M_split_cmpts()' 3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+ 0x1490): undefined reference to `std::filesystem::_cxx11::filesystem_error::~filesystem_error()'Ĭ:\Users\James\code\nana- 1.7. 3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+ 0x1106): undefined reference to `std::filesystem::_cxx11::path::_M_split_cmpts()'Ĭ:\Users\James\code\nana- 1.7.

codeblocks compiler stuck codeblocks compiler stuck

3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+ 0x9c1): undefined reference to `std::filesystem::_cxx11::path::_M_split_cmpts()'Ĭ:\Users\James\code\nana- 1.7. 3\build\codeblocks/libnana.a(image.o):image.cpp:(.text+ 0x8be): undefined reference to `std::filesystem::_cxx11::path::_M_find_extension() const'Ĭ:\Users\James\code\nana- 1.7. 3\build\codeblocks -o \bin\nanatest.exe obj\Release\main.o -s -lnana -lgdi32 -lcomdlg32 -mwindowsĬ:\Users\James\code\nana- 1.7. 3\include -c C:\Users\James\code\nanatest\main.cpp -o obj\Release\main.o The linker produces a long list of undefined references - Build: Release in nanatest (compiler: gcc v8. Here is the program #include #include #include using namespace std This problem was reported back in August when v1.7.2 broke it.

codeblocks compiler stuck

I still cannot build a simple "hello world" program using nana v1.7.3, even when I build with gcc v8.3










Codeblocks compiler stuck