User forums > Help
Build messages tab issue
fast9881:
Hi, i'm having some trouble with the build messages tab as it stays blank no matter what. When i hit the build button C::B launches the compiler, i can perfeclty see the build log tab contents but the messages tab stays blank. I attached a screen just in case. BTW i have C::B 16.01rev10692 wx 3.0.2 64 bit running on lubuntu 17.04.
stahta01:
Post the build log in code tags and maybe someone will see the problem. http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
The build log is processed by Code::Blocks to create the Build Messages and sometimes new compiler add things that confuse code::blocks.
Tim S.
fast9881:
--- Code: ----------------- Build: Debug in GamaCDNExplorer (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -Iinclude -c /home/bacco/Scrivania/GamaCDNExplorer/src/PageDownloader.cpp -o obj/Debug/src/PageDownloader.o
/home/bacco/Scrivania/GamaCDNExplorer/src/PageDownloader.cpp: In member function ‘void PageDownloader::downloadPage(std::__cxx11::string, std::__cxx11::string)’:
/home/bacco/Scrivania/GamaCDNExplorer/src/PageDownloader.cpp:19:31: error: variable ‘std::ofstream out’ has initializer but incomplete type
std::ofstream out(filename);
^
Process terminated with status 1 (0 minute(s), 0 second(s))
1 error(s), 0 warning(s) (0 minute(s), 0 second(s))
--- End code ---
BlueHazzard:
this is probably fixed with commit [r11147]. Before this commit codeblocks had (hard) problems with ubuntu, that looked like your image ...
You should try a newer build of codeblocks.
fast9881:
Well, i guess it was a problem with the log i posted. Today i solved thet error and now it works fine
Navigation
[0] Message Index
[#] Next page
Go to full version