Author Topic: The 22 July 2008 build (5153) is out.  (Read 15921 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 22 July 2008 build (5153) is out.
« on: July 22, 2008, 07:04:20 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 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)


Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 22 July 2008 build (5153) is out.
« Reply #1 on: July 22, 2008, 09:37:39 pm »
Build for Ubuntu i386 can be found here

Best regards, pasgui

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 22 July 2008 build (5153) is out.
« Reply #2 on: July 22, 2008, 11:58:49 pm »
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.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)
« Last Edit: July 23, 2008, 08:39:13 pm by Acki »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 22 July 2008 build (5153) is out.
« Reply #3 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: debuild
Pas de règle pour fabriquer la cible « ../prefs.cpp »
Can be traduced, in english, by :
Quote from: debuild
No 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.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 22 July 2008 build (5153) is out.
« Reply #4 on: July 23, 2008, 03:57:19 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: debuild
Pas de règle pour fabriquer la cible « ../prefs.cpp »
Can be traduced, in english, by :
Quote from: debuild
No 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.
 
« Last Edit: July 23, 2008, 01:03:07 pm by Pecan »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 22 July 2008 build (5153) is out.
« Reply #5 on: July 23, 2008, 06:17:20 pm »
Hi

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.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/