Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 28, 2006, 08:40:01 pm

Title: The 28 november 2006 build is out.
Post by: killerbot on November 28, 2006, 08:40:01 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

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 28 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_suse100+101.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 28 november 2006 build is out.
Post by: SharkCZ on November 28, 2006, 09:31:23 pm
This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
Title: Re: The 28 november 2006 build is out.
Post by: GTOnizuka on November 28, 2006, 10:47:18 pm

The *27* November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_fc4+5.rpm (not yet)

LOL man :lol:
Title: Re: The 28 november 2006 build is out.
Post by: killerbot on November 28, 2006, 10:50:02 pm

The *27* November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061128_rev3295_fc4+5.rpm (not yet)

LOL man :lol:
fixed
Title: Re: The 28 november 2006 build is out.
Post by: cstudent on November 29, 2006, 03:11:59 am
Ubuntu 6.10 (Edgy) build here (http://www.savefile.com/projects/1037211).

Title: Re: The 28 november 2006 build is out.
Post by: vdumont on November 29, 2006, 06:23:25 am
Is there any more recent build for Mac OS X than 09/24?
Title: Re: The 28 november 2006 build is out.
Post by: afb on November 29, 2006, 08:54:46 am
Is there any more recent build for Mac OS X than 09/24?
Sorry, just DarwinPorts for now - revising the wx bundling...
Title: Re: The 28 november 2006 build is out.
Post by: sika on November 29, 2006, 10:31:57 am
Hi !
I'm running the 27 nov build on linux (ubuntu edgy eft)
I think i've found out a bug :
I've got several tabs open. If i slightly move the mouse while trying to select an inactive tab (not the one i'm currently viewing), the mouse pointer gets blocked on the "copying icon". I mean that the cursor is no longer the usual arrow, it becomes the same as when you try to copy a file for example (with a "+")... The problem is that there's no way to reobtain the normal cursor.
everything happens as if codeblocks don't see when i release the mouse button.
this happens only if the mouvement is very small. If i keep the mouse button down longer and i move the tab a lot, there's no problem.
the only way to get back the normal cursor is to do ctrl-alt-delete (kill X).
don't know if you'll understand what i mean  :lol:
anyway... this is quite annoying when you're working on the code and you've got to kill X, etc...

what do you think about it ? :?
Title: Re: The 28 november 2006 build is out.
Post by: koen on November 29, 2006, 01:49:21 pm
Quote
I think i've found out a bug :

Same here, although I think I got a different icon. It is pretty annoying. Note that there's no reason to kill X completely. Just go to a console (ctrl-alt-F1), login, kill codeblocks, logout, and return to X (probably ctrl-alt-F7).
Title: Re: The 28 november 2006 build is out.
Post by: rjmyst3 on November 29, 2006, 03:45:38 pm
this is a well know bug in wxGTK - it doesn't handle drag'n'drop properly, so it's possible to get stuck "dragging" if you move the mouse while clicking on a tab.

If you feel like compiling code::blocks yourself, you could modify the sources to disable dragging in the notebook - see nzoltan's question in this thread:
http://forums.codeblocks.org/index.php?topic=4442.msg35221#msg35221 (http://forums.codeblocks.org/index.php?topic=4442.msg35221#msg35221)

I've heard rumors that this is fixed in wx2.8 CVS, so there is hope  :).
Title: Re: The 28 november 2006 build is out.
Post by: sika on November 29, 2006, 04:20:01 pm
Ok! thanks...
so now... let's be patient  :lol: