News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 22 July 2008 build (5153) is out.

Started by killerbot, July 22, 2008, 07:04:20 PM

Previous topic - Next topic

killerbot

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 22 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080722_rev5153_win32.7z
  - Linux :
   none

Resolved Fixed:


  • HexEditor: Workaround for MinGW's broked printf support for long double
  • HexEditor: Added protection from crashes - all hex editors are closed before plugin is detached
  • CodeSnippets 1 3.70 2008/07/20 : Fix FullSearch file open crash when CodeCompletion loaded
  • fixed regression due to rev 5124 with libary selection/modification
  • Improved: Code to address a lock-up when ² is entered

Regressions/Confirmed/Annoying/Common bugs:


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


pasgui

Build for Ubuntu i386 can be found here

Best regards, pasgui

Acki

#2
Hi,
I still have the problem with opening files by double click when C::B was not started I mentioned in the previous release (http://forums.next.codeblocks.org/index.php/topic,8821.msg64066.html#msg64066)...

in this screenshot you can see the message that the file could not be found and in the background you see C::B opened this file (project) !?!?! :shock:

EDIT: ohh, and as you can see the "Symbols Browser" is disabled, this was the old workaround I mentioned in the other thread, so the old workaround doesn't seem to work here, the cause seems to be somewhere else... ;)



EDIT 2: and just for clearness: I'm always using the downloads from the thread I post in... ;)
and I'm running XP-pro (sp2)

Xaviou

Hi.

I am unable to build debs "as is" for this revision (and for the previous one)  :(.
OS : Ubuntu 7.04 Feisty Fawn Amd64
WX : 2.8.7 from wxWidgets's repository
Error message (in french, sorry)  obtained while building the "CodeSnippets" contrib plugin:
Quote from: debuildPas de règle pour fabriquer la cible « ../prefs.cpp »
Can be traduced, in english, by :
Quote from: debuildNo rules to make target « ../prefs.cpp »

I had to disable this plugin to be able to make the debs  :?.

Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

Pecan

#4
Quote from: Xaviou on July 23, 2008, 01:52:12 AM
Hi.

I am unable to build debs "as is" for this revision (and for the previous one)  :(.
OS : Ubuntu 7.04 Feisty Fawn Amd64
WX : 2.8.7 from wxWidgets's repository
Error message (in french, sorry)  obtained while building the "CodeSnippets" contrib plugin:
Quote from: debuildPas de règle pour fabriquer la cible « ../prefs.cpp »
Can be traduced, in english, by :
Quote from: debuildNo rules to make target « ../prefs.cpp »

I had to disable this plugin to be able to make the debs  :?.

Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.


It seems that You'll have to do a fresh checkout or try
deleting prefs.*, edit.*, defsext.* from the base codesnippets directory. They've been moved to the /codesnippets/editor directory.

Xaviou

Hi

Quote from: Pecan on July 23, 2008, 03:57:19 AM
It seems that You'll have to do a fresh checkout or try
I tried this solution, and it seems to work (currently building).
I don't know why I didn't thought about this myself  :? It was so simple.
Thank you.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]