News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

code blocks not working in xubuntu.

Started by vikash, July 17, 2011, 11:32:21 AM

Previous topic - Next topic

vikash

My codeblocks 10.05 is not working in xubutu 11.04. till yesterday it was working fine. But today when i try to compile a program in it then it does not compile there is a message in build log looking like attachment 1.
I try to create new project but this problem not solved. Even reinstallation does not help.  I go to setting->compiler and debugger->toolchain excutables there is a empty place that is of resource compiler is this causes problem. see attachment 2.

If there is any other thing that is responsible then please tell me.

[attachment deleted by admin]

Jenna

The second question first:
there is no resource-compiler on linux, so the field is empty.

For the first question:
try to use a path without spaces.

vikash

#2
Quote from: jens on July 17, 2011, 11:53:31 AM
The second question first:
there is no resource-compiler on linux, so the field is empty.

For the first question:
try to use a path without spaces.

Do you mean the path in toolchain executable tab. All the names like gcc, g++ etc are without spaces.
See two entries C++ compiler and Linker for dynamic libs in attachment 2 both are pointing same thing in bin directory. This is just an idea.

Jenna

Quote from: vikash on July 17, 2011, 11:57:49 AM
Do you mean the path in toolchain executable tab. All the names like gcc, g++ etc are without spaces.
See two entries C++ compiler and Linker for dynamic libs in attachment 2 both are pointing same thing in bin directory. This is just an idea.

Sorry, that was not clear.
No, I mean the projects path.

The toolchain seems to be correct.

vikash

Quote from: jens on July 17, 2011, 12:26:25 PM
Quote from: vikash on July 17, 2011, 11:57:49 AM
Do you mean the path in toolchain executable tab. All the names like gcc, g++ etc are without spaces.
See two entries C++ compiler and Linker for dynamic libs in attachment 2 both are pointing same thing in bin directory. This is just an idea.

Sorry, that was not clear.
No, I mean the projects path.

The toolchain seems to be correct.


thanks buddy this works.  :D :D
Last time when there was a error i was saving project in this location /media/mains don't chng folder data/study/alll about C++ programming/C++/Linux xubuntu 11.04/codeblocks/2/2.cbp there are really a lot of spaces in location this time i save this in /home/vikashchandola/Desktop/121212121/main.cpp and this work.
thanks for help. :D :D :D