Code::Blocks Forums

User forums => Help => Topic started by: fr0mgate on December 11, 2018, 09:01:48 pm

Title: Code::Blocks doesn'n work on Ubuntu
Post by: fr0mgate on December 11, 2018, 09:01:48 pm
Hello. I started to use Ubuntu quite recently and almost do not understand it. I downloaded Code::Blocks from Software Center and I can't build any C++ program. Maybe I need to install something else?

Full build log:


-------------- Build: Debug in helloworld (compiler: GNU GCC Compiler)---------------

g++ -Wall -fexceptions -g  -c /home/fromgate/Documents/MSHP/C++/helloworld/main.cpp -o obj/Debug/main.o
g++  -o bin/Debug/helloworld obj/Debug/main.o   
g++: error: obj/Debug/main.o: There is no such file or directory
g++: fatal error: no input files
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Title: Re: Code::Blocks doesn'n work on Ubuntu
Post by: stahta01 on December 11, 2018, 09:39:00 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)

It is hard to help without a full build log.

Tim S.
Title: Re: Code::Blocks doesn'n work on Ubuntu
Post by: stahta01 on December 12, 2018, 06:06:57 pm
Please do not use spaces or special characters in the path. And, only use ASCII characters in the path!

And, please post the real unedited build log in the future!

Tim S.