User forums > Nightly builds

The 19 January 2007 build is out.

<< < (2/6) > >>

nenin:

--- Quote from: killerbot on January 19, 2007, 11:01:08 pm ---with todays nightly ?

--- End quote ---
I have some odd troubles with this project in older builds. Probably, somewhere I lost "-g".
Now it looks OK.

Belgabor:
I just wanted to confirm the problem with compiling rc files for this nightly reported in the 18.1. thread, although it seems pretty strange:

--- Code: ---windres.exe -i "F:\Development\svn\RCT3 Importer\src\RCT3 Tool\wxapp.rc" -J rc -o "..\..\lib\obj\release dll\wxapp.res" -O coff -IF:\MinGW\include -IF:\MinGW\include\wx-2.8
gcc: F:\Development\svn\RCT3: No such file or directory
gcc: Importer\src\RCT3: No such file or directory
gcc: Tool\wxapp.rc: No such file or directory
gcc: warning: '-x c' after last input file has no effect
gcc: no input files
windres.exe: no resources
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 1 warnings

--- End code ---

basurapr:
Stick with the 10th january revision,

I think theres a problem with white spaces introduced

---------------------------------------------------------------------------
Compiling: resource.rc
gcc: Files\codeblocks\SDK\wxWidgets-2.8.0\include: No such file or directory
gcc: F:\Mis: No such file or directory
gcc: Documentos\C: No such file or directory
gcc: Projects\MyProject\resource.rc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
windres.exe: no resources
---------------------------------------------------------------------------

=============================================
diretories should be:

second line is
C:\Program Files\codeblocks\SDK\wxWidgets-2.8.0\include

The third, fourth and fifth lines:
F:\Mis Documentos\C Projects\MyProject\resource.rc
=============================================

the commands are stripped by the spaces, i think that the file arguments are not sended with \" characters(").

Poobah:
I don't think that Windres (the GNU RC script compiler) even supports file names with spaces. Code::Blocks should just rename them before and after compiling when GCC is selected as the compiler.

Marenz:
I noticed that cb doesn't save the changed files when i compile them. This is on rev 3515, debian etch amd64. I use a custom makefile.

--Ano

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version