Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Ceniza on March 10, 2006, 11:40:44 pm

Title: Code::Blocks project file for *nix
Post by: Ceniza on March 10, 2006, 11:40:44 pm
Forgot to comment this before, but I've been wondering why nobody else has complaint about (or maybe I just haven't seen it).

In the Code::Blocks project file for *nix, the target src creates devel/codeblocks which clashes with the directory devel/codeblocks.

Has anybody else tried this?

I'd suggest the output filename to be saved as devel/codeblocks.exe or devel/codeblocks.bin, and the update script updated accordingly.
Title: Re: Code::Blocks project file for *nix
Post by: mandrav on March 10, 2006, 11:58:04 pm
Quote
In the Code::Blocks project file for *nix, the target src creates devel/codeblocks which clashes with the directory devel/codeblocks.

But... there is no directory devel/codeblocks... we only have devel/share/codeblocks...
(confused)
Title: Re: Code::Blocks project file for *nix
Post by: Ceniza on March 11, 2006, 12:27:57 am
So, the problem must be something else.

I just checked and the output folder hasn't a codeblocks folder, but devel has.

Quote from: ls devel/
codeblocks      console_runner    libwxscintilla.so  share
codeblocks.exe  libcodeblocks.so  run.sh

There, codeblocks is a folder and codeblocks.exe the one I had to change from the src target.

The weirdest thing is the codeblocks folder is empty, so why is it there in the first place?

I'm also confused now :?