Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 22, 2008, 07:04:20 pm

Title: The 22 July 2008 build (5153) is out.
Post by: killerbot 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 (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 22 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080722_rev5153_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 July 2008 build (5153) is out.
Post by: pasgui on July 22, 2008, 09:37:39 pm
Build for Ubuntu i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 22 July 2008 build (5153) is out.
Post by: Acki 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 (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... ;)

(http://people.freenet.de/abusoft/cberror.jpg)

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)
Title: Re: The 22 July 2008 build (5153) is out.
Post by: 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: 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 (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 22 July 2008 build (5153) is out.
Post by: Pecan 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 (http://www.esnips.com/web/CodeBlocks).


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.
 
Title: Re: The 22 July 2008 build (5153) is out.
Post by: Xaviou 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.