Author Topic: Code::Blocks project file for *nix  (Read 3587 times)

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Code::Blocks project file for *nix
« 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Code::Blocks project file for *nix
« Reply #1 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)
Be patient!
This bug will be fixed soon...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Code::Blocks project file for *nix
« Reply #2 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 :?