Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 18, 2007, 07:52:30 pm

Title: The 18 March 2007 build is out.
Post by: killerbot on March 18, 2007, 07:52:30 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 18 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070318_rev3721_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070318_rev3721_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070318_rev3721_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070318_rev3721_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 18 March 2007 build is out.
Post by: alanwong on March 19, 2007, 08:07:24 am
Can you add style to c:B ? because I have be sick of white background screen, hope it use black background or other style that it looks as if linux style.

Now, only Editor can set other colour as background.
Title: Re: The 18 March 2007 build is out.
Post by: julienlecomte on March 19, 2007, 10:25:24 am
  • Fixed: [Bug #10667] file properties screwed up

Thank you !
Title: Re: The 18 March 2007 build is out.
Post by: bereng on March 19, 2007, 01:49:24 pm
You can add style:

right-click on editor area and select 'configure editor'

Unfortunatelly if you use black as background (as I do) the cursor disappears. Well, in fact it's there but blinking from blak to black, instead of using the foreground color. This makes it invisible.

Very annoying...
Title: Re: The 18 March 2007 build is out.
Post by: Biplab on March 19, 2007, 02:28:08 pm
Change your caret colour in Settings > Editor > Margins and caret
Title: Re: The 18 March 2007 build is out.
Post by: bupper on March 19, 2007, 05:05:33 pm
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.
Title: Re: The 18 March 2007 build is out.
Post by: bupper on March 19, 2007, 05:49:04 pm
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
Title: Re: The 18 March 2007 build is out.
Post by: Biplab on March 19, 2007, 05:59:09 pm
AFAIK, windres.exe fails if there is space in the path.
Title: Re: The 18 March 2007 build is out.
Post by: wxLearner on March 19, 2007, 08:50:27 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
AFAIK, windres.exe fails if there is space in the path.
Yes, windres.exe from the snapshot binutils-2.17.50-20070129-1 (http://downloads.sourceforge.net/mingw/binutils-2.17.50-20070129-1.tar.gz?modtime=1170688894&big_mirror=1) has this error, but windres.exe from the candidate binutils-2.17.50-20060824-1 (http://downloads.sourceforge.net/mingw/binutils-2.17.50-20060824-1.tar.gz?modtime=1156937419&big_mirror=1) works ok with spaces.
Title: Re: The 18 March 2007 build is out.
Post by: Biplab on March 19, 2007, 09:11:43 pm
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. :)
Title: Re: The 18 March 2007 build is out.
Post by: bupper on March 19, 2007, 10:52:32 pm
So... What should I do?
Title: Re: The 18 March 2007 build is out.
Post by: szaszafrasz on March 19, 2007, 11:02:47 pm
A problem:
 1, make code folded (local menu / fold all)
 2, make that code  comment (with /**/)
 result: invisible code (no mark of fold)
the folded code lost in the comment  :(
Title: Re: The 18 March 2007 build is out.
Post by: saddam le pion on March 19, 2007, 11:12:44 pm
A problem:
 1, make code folded (local menu / fold all)
 2, make that code  comment (with /**/)
 result: invisible code (no mark of fold)
the folded code lost in the comment  :(

You should uncomment your code, unfold it, then re-comment it.
This bug is already opened since some time.
Title: Re: The 18 March 2007 build is out.
Post by: nenin on March 19, 2007, 11:44:53 pm
So... What should I do?
My advise, well tested:
Install mingw in C:\Mingw
Install msys in C:\msys
Install c::b in C:\bin\codeblocks or c:\Mingw\codeblocks or just C:\codeblocks
You will never get any "path" problems.
Title: Re: The 18 March 2007 build is out.
Post by: alanwong on March 20, 2007, 01:36:58 am
Can you add style to c:B ? because I have be sick of white background screen, hope it use black background or other style that it looks as if linux style.

Now, only Editor can set other colour as background.

In fact,I hope add some style like linux or vim in the entire environment of C::B, not only the Editor.
Title: Re: The 18 March 2007 build is out.
Post by: Biplab on March 20, 2007, 05:13:50 am
So... What should I do?

Click on Settings > Compiler and debugger menu. Now you'll see a Combo with a label Compiler settings. Click on that and select Toolchain executables. Make sure Resource compiler is set to windres.exe. :)

Because for windres.exe C::B takes special care to avoid this issue.