User forums > Nightly builds
The 31 January 2007 build is out.
stahta01:
--- Quote from: user_mv on February 01, 2007, 08:15:12 am ---Greetings,
I'm a new user to the Code::Blocks IDE. I'm using Windows XP and minGW and the latest Codeblocks nightly build. I've set the global variables in Codeblocks as cb = c:\codeblocks\src and wx = c:\wxwidgets-2.6.3. I have installed wxWidgets-2.6.3 and added the latest 2.6.3 patch. The SVN version of the code I'm using is 3558.
When I load CodeBlocks.cbp and try to build it (using minGW as the compiler), it begins compiling and completes all targets up until src and then fails. It fails because the linker does not find resources.res. In fact, it appears that the resource compiler (windres) never gets called, and thus resource.res never gets built.
And BTW, there are NO spaces in the names of my directories.
To get around this problem, I manually called windres by typing
C:\codeblocks\src>windres -i "C:\codeblocks\src\src\resources\resources.rc" -J rc -o .objs\2.6\src\resources\resources.res -O coff -IC:\wxWidgets-2.6.3\include -IC:\mingw\include
and then compile again inside Codeblocks. This time the linker finds resources.res and links succefully, but I do get the warning:
Info: resolving SquirrelVM::_VM by linking to __imp___ZN10SquirrelVM3_VME (auto-import)
Is this warning normal ??
I am able to build the plugins without problems and when I run update.bat everything goes well. The newly generated Codeblocks seems to work fine. However, this temporary "fix" (assuming that's what it is) is clearly not an acceptable long term solution.
I don't know if the problem is something I'm doing wrong, or an incorrect project file (CodeBlocks.cbp), or a bug in the Codebocks code.
I hope you can fix this issue or point out what I'm missing. Thank you in advance.
--- End quote ---
I ignore the (auto-import) warnings that I get.
But your work around using windres is NOT normal.
Tim S
stahta01:
--- Quote from: alanwong on February 01, 2007, 09:06:14 am ---Is it a bug ? When I click on a build message it don't jumps to the line.
--- End quote ---
Yes, it is a bug. I have no idea if it is a know bug that is being worked on. Someone complained about it in the last few days, but the C::B team member was not able to duplicate it at first. I have no idea if they could duplicate it later on.
Tim S
alanwong:
It is to be regretted that ...
once_upon_user:
Hello,
I do not give a try to every nightly built, but I enjoy having a new version compiled from SVN once for a several days.. I admire people working on this wonderful software. However There are still some improvments to made. I'm not an expert in operating CB but, When I try to use feature : "find declaration" it fails in a case
when there is a struct defined similar to the one shown below:
--- Code: ---typedef struct {
byte bunch;
byte ext_num[MAX_DIR_N];
byte int_num[MAX_DIR_NO_AB];
byte opts;
} __attribute__ ((packed)) NAME_OF_STRUCTURE;
--- End code ---
I got result that declaration wasn't found. The problem could be with analyze last line.
stardust:
Starting C::B prints out
--- Quote ---(codeblocks:12810): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
--- End quote ---
and then runs.
SVN: 3557
wx2.6.1 (Linux, unicode)
BTW: Would be nice if the build/system info in Help->About could be copied/pasted and was not provided as image (label or so)...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version