Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 23, 2008, 05:50:01 pm

Title: The 23 July 2008 build (5156) is out.
Post by: killerbot on July 23, 2008, 05:50:01 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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

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

The 23 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080723_rev5156_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 23 July 2008 build (5156) is out.
Post by: Xaviou on July 23, 2008, 06:33:58 pm
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 23 July 2008 build (5156) is out.
Post by: Acki on July 23, 2008, 08:43:56 pm
still the double click problem...  :(
Title: Re: The 23 July 2008 build (5156) is out.
Post by: SR on July 23, 2008, 10:08:21 pm
I'm back!
New build for Slackware 12.1:
http://sr.uz/index.php/packages/?p=127&more=1&c=1
Title: Re: The 23 July 2008 build (5156) is out.
Post by: pasgui on July 24, 2008, 01:00:01 am
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 23 July 2008 build (5156) is out.
Post by: pdsonic on July 24, 2008, 01:55:51 am
Thanks byo!    :D

wxSmith changes work nicely.

Thanks for your fast response.

Codeblocks is great!



pdsonic
Title: Re: The 23 July 2008 build (5156) is out.
Post by: cheason on July 24, 2008, 05:19:02 am
Thanks!  :)
And it's very perfect if codeblocks implement similar functions as vc assistant. :D

I found a bug:
I use cygwin/mips-elf-gcc compiler
CPU's occupancy is 0 when startup and open project,
however this value increase to 51% after finishing compiling even I do nothing under codeblocks!
Title: Re: The 23 July 2008 build (5156) is out.
Post by: MortenMacFly on July 24, 2008, 08:32:42 am
CPU's occupancy is 0 when startup and open project,
however this value increase to 51% after finishing compiling even I do nothing under codeblocks!
This is most likely the scan of the CodeCompletion plugin. It does not start immediately after launching C::B but with a little delay (to allow all other plugin to finish their initialisation nicely. You can verify by switching off the CC plugin temporarily.
Title: Re: The 23 July 2008 build (5156) is out.
Post by: cheason on July 24, 2008, 10:09:01 am
thank MortenMacFly,
but occupancy will not decrease untill I close codeblocks
it's not possible that switch off CodeCompletion before compiling and switch on after compiling everytime!
Title: Re: The 23 July 2008 build (5156) is out.
Post by: PsYhLo on July 24, 2008, 11:59:21 am
i just noticed that
trunk/src/plugins/headerguard
trunk/src/plugins/loghacker
trunk/src/plugins/modpoller
they don't compile through automake
they are not appear in Makefile.am as a rules for compile

PS
i hope you understand me because i don't  :lol:
sorry for my english
Title: Re: The 23 July 2008 build (5156) is out.
Post by: killerbot on July 24, 2008, 01:01:02 pm
i just noticed that
trunk/src/plugins/headerguard
trunk/src/plugins/loghacker
trunk/src/plugins/modpoller
they don't compile through automake
they are not appear in Makefile.am as a rules for compile

PS
i hope you understand me because i don't  :lol:
sorry for my english
that's correct, they are not 100% official, I guess. [Maybe they should go to contrib ??]