News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks project file for *nix

Started by Ceniza, March 10, 2006, 11:40:44 PM

Previous topic - Next topic

Ceniza

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.

mandrav

QuoteIn 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)
Be patient!
This bug will be fixed soon...

Ceniza

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 :?