Author Topic: The 23 July 2008 build (5156) is out.  (Read 18426 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 23 July 2008 build (5156) is out.
« 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.

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:

  • wxSmith: (thanx to pdsonic for finding these bugs)
    * Fixed bug with checkable menu item (invaild name of XML node)
    * Fixed procedure fetching menu items from XRC file
  • Applied: [Patch #2525] Occurrences Highlighting

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 23 July 2008 build (5156) is out.
« Reply #1 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.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 23 July 2008 build (5156) is out.
« Reply #2 on: July 23, 2008, 08:43:56 pm »
still the double click problem...  :(

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 23 July 2008 build (5156) is out.
« Reply #3 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

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 23 July 2008 build (5156) is out.
« Reply #4 on: July 24, 2008, 01:00:01 am »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Offline pdsonic

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 23 July 2008 build (5156) is out.
« Reply #5 on: July 24, 2008, 01:55:51 am »
Thanks byo!    :D

wxSmith changes work nicely.

Thanks for your fast response.

Codeblocks is great!



pdsonic

cheason

  • Guest
Re: The 23 July 2008 build (5156) is out.
« Reply #6 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!
« Last Edit: July 24, 2008, 06:35:02 am by cheason »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 23 July 2008 build (5156) is out.
« Reply #7 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

cheason

  • Guest
Re: The 23 July 2008 build (5156) is out.
« Reply #8 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!

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 23 July 2008 build (5156) is out.
« Reply #9 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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 23 July 2008 build (5156) is out.
« Reply #10 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 ??]