Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 10, 2008, 10:40:25 pm

Title: The 10 January 2008 build (4801) is out.
Post by: killerbot on January 10, 2008, 10:40:25 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_wx287.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 10 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080110_rev4801_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 10 January 2008 build (4801) is out.
Post by: dje on January 10, 2008, 11:27:22 pm
Hi !

I get a connection refused status in TortoiseSVN when I try to update my source code.
BerliOS status are OK everywhere.
Why ???

Dje
Title: Re: The 10 January 2008 build (4801) is out.
Post by: Xaviou on January 10, 2008, 11:55:08 pm
Hi

I get a connection refused status in TortoiseSVN when I try to update my source code.
BerliOS status are OK everywhere.

I have the same problem :
Quote from: Console window
svn: Can't connect to host 'svn.berlios.de'

So Ubuntu Amd64 users won't be able to test this release until tomorrow  :(
Title: Re: The 10 January 2008 build (4801) is out.
Post by: pasgui on January 11, 2008, 12:04:13 am
I have the same problem :
Quote from: Console window
svn: Can't connect to host 'svn.berlios.de'

Try svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk instead of svn checkout svn://svn.berlios.de/codeblocks/trunk; it works for me.

Regards, pasgui
Title: Re: The 10 January 2008 build (4801) is out.
Post by: pasgui on January 11, 2008, 12:11:44 am
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 10 January 2008 build (4801) is out.
Post by: Albenejean on January 11, 2008, 12:38:47 am
Quote
Fixed wrong log-windows indexing after toggling them on/off (and hence changing appearence order) (bug #12842)
The bug is still here for Logger (but it works for NonLogger).

Example:
  _ Launch CB (with ThreadSearch, ToDo and Script console)
  _ the order of the Loggers is 1.ThreadSearch 2.ToDO 3.Script
  _ Disable the ThreadSearch window (View Menu->ThreadSearch to give it the focus, then View Menu->ThreadSerch to disable the window)
  _ Reenable it
  _ the order is now 1.ToDo 2.Script 3.ThreadSearch
  _ everything is ok now for the ThreadSearch window (so the patch works  :D)
  _ but when I click on View Menu->ToDo, the script console receive the focus  :?
Title: Re: The 10 January 2008 build (4801) is out.
Post by: JGM on January 11, 2008, 04:06:19 am
strange, right now I don't have access to berlios.de, same for pasgui repository  :shock:
I'm impatience of testing all those nice changes  :D
Title: Re: The 10 January 2008 build (4801) is out.
Post by: alchemist on January 11, 2008, 08:58:48 am
Hello,

I still have the same problem when I double-lick a C::B project in Windows Explorer : C::B opens it but Windows Explorer doesn't respond until I close C::B, and Explorer will say "File Not Found".
Title: Re: The 10 January 2008 build (4801) is out.
Post by: Jenna on January 11, 2008, 09:05:30 am
Binaries for the three main debian suites and sources can be found in my repo (see signature).
Title: Re: The 10 January 2008 build (4801) is out.
Post by: cfdev on January 11, 2008, 10:39:56 am
Hi all

Package for Slackware 12.0 -> Here (http://sourceforge.net/projects/slackfr-packs/)

good day :D
Title: Re: The 10 January 2008 build (4801) is out.
Post by: Xaviou on January 11, 2008, 08:05:11 pm

Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks)
Title: Re: The 10 January 2008 build (4801) is out.
Post by: Wavesonics on January 11, 2008, 08:30:29 pm
I've been using C::B for a long time now but haven't checked for updates in a few months, now I check and there is symbol searching! Finding declarations, implementations and such, man C::B is becoming a premier IDE :)
Title: Re: The 10 January 2008 build (4801) is out.
Post by: Jenna on January 11, 2008, 10:58:41 pm
Hello,

I still have the same problem when I double-lick a C::B project in Windows Explorer : C::B opens it but Windows Explorer doesn't respond until I close C::B, and Explorer will say "File Not Found".

Are your startup-tips disabled ?

If I disable them on XP, I have an unresponsible explorer (white bckground) and sometimes (very, very rare) I get the file not found dialog if I close C::B.
If I click on "Help -> Tips" and the wxTipWindow opens (and of course the main-frame loses the focus) the explorer is immediately back.
The same happens if I have the startup-tips enabled.
Title: Re: The 10 January 2008 build (4801) is out.
Post by: alchemist on January 12, 2008, 05:17:19 pm
They are enabled. If I disable them, I have the same problem :'(