User forums > Nightly builds

The 18 March 2007 build is out.

<< < (2/4) > >>

bupper:
Your settings dialogs do not support the TAB key for navigation, and I'm not sure if any of the dialogs do! This needs to be fixed.

bupper:
Ah yes, and I discovered a bug... I imported from a Dev C++ project. Worked OK.

But I can't compile the resources! I get the following error:
Compiling: resource.rc
gcc: Files\MinGW\include: No such file or directory

I have installed MinGW to: "C:\Program Files\MinGW"
So that under Settings > Compiler and debugger settings > Search directories > Resource compiler, I have the following directory: "C:\Program Files\MinGW\include" (notice the SPACE in "Program Files"). So the error is generated because it just took what came after the space, removing the "C:\Program ".

Using:
WinXP sp2
C::B (this build)
MinGW 5.1.3

bupper

Biplab:
AFAIK, windres.exe fails if there is space in the path.

wxLearner:

--- Quote from: bupper on March 19, 2007, 05:49:04 pm ---But I can't compile the resources! I get the following error:
Compiling: resource.rc
gcc: Files\MinGW\include: No such file or directory

--- End quote ---

--- Quote from: Biplab on March 19, 2007, 05:59:09 pm ---AFAIK, windres.exe fails if there is space in the path.

--- End quote ---
Yes, windres.exe from the snapshot binutils-2.17.50-20070129-1 has this error, but windres.exe from the candidate binutils-2.17.50-20060824-1 works ok with spaces.

Biplab:
C::B handles the space problem effectively. If it finds there is space in path, it will switch itself to shorter path (without any space).

I believe the problem is due to the fact that GCC is being used to invoke windres.exe in this case and thus C::B fails to tackle the problem. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version