Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 26, 2007, 07:08:52 pm

Title: The 26 June 2007 build (4185) is out.
Post by: killerbot on June 26, 2007, 07:08:52 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_wx284.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

The 26 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070626_rev4185_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070626_rev4185_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070626_rev4185_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070626_rev4185_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 June 2007 build is out.
Post by: rickg22 on June 26, 2007, 07:34:41 pm
Killerbot, can I ask you a favor?

Mind adding the revision number to the subject? like

"The 26 June 2007 build (4185) is out."

Thanks :)
Title: Re: The 26 June 2007 build is out.
Post by: killerbot on June 26, 2007, 09:02:58 pm
ok will do that from tomorrow on, if I don't forget ;-)

EDIT : the best way to avoid forgetting it, do it already now  8)
Title: Re: The 26 June 2007 build is out.
Post by: Xaviou on June 26, 2007, 09:04:34 pm
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 26 June 2007 build (4185) is out.
Post by: cstudent on June 26, 2007, 09:33:04 pm
Debian package -> http://www.mediafire.com/?dumydey1zmh
Title: Re: The 26 June 2007 build (4185) is out.
Post by: DC@DR on June 26, 2007, 10:22:42 pm
Wow, bunch of things got fixed in only 1 week. Many thanks :-)
Title: Re: The 26 June 2007 build (4185) is out.
Post by: rickg22 on June 26, 2007, 11:11:35 pm
You think that's fast? Yesterday we BROKE a bunch of things in only ONE DAY!  :lol:
Title: Re: The 26 June 2007 build (4185) is out.
Post by: FraGag on June 27, 2007, 02:46:47 am
But at least they were fixed the day after, and THAT's fast (in my opinion). At least, it doesn't crash for me as I reported on yesterday's topic. Good job!
Title: Re: The 26 June 2007 build (4185) is out.
Post by: MathStuf on June 27, 2007, 05:06:43 am
I have tried to compile the nightly source multiple time on F7, but I am unable to do so without another version of C::B, which I can't get a hold of because there are bugs in the Fedora versions when run in F7 (as far as I can tell). Either g++ goes defunct or it freezes with the build targets dropdown shaking everywhere (tried both the latest FC4/5 nightly build and the version in the repositories). Is there a Makefile for C::B or is it sort of a circular dependency thing?
Title: Re: The 26 June 2007 build (4185) is out.
Post by: TDragon on June 27, 2007, 05:33:51 am
I'm not sure what you mean when you say "F7", but if it's a Linux system with a standard package manager then the normal build process as outlined here in the Wiki (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux) should work.
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Biplab on June 27, 2007, 05:42:49 am
I have tried to compile the nightly source multiple time on F7, but I am unable to do so without another version of C::B,

First you've run ./bootstrap in shell to generate the configure script.

which I can't get a hold of because there are bugs in the Fedora versions when run in F7 (as far as I can tell). Either g++ goes defunct or it freezes with the build targets dropdown shaking everywhere (tried both the latest FC4/5 nightly build and the version in the repositories). Is there a Makefile for C::B or is it sort of a circular dependency thing?

My guess, it freezes because of a nasty bug in wxGTK-2.8.3 (which is available through official Fedora Repo).

In order to compile C::B on Fedora 7, compile and install wxGTK-2.8.4 first. Then issue:
Code
./bootstrap
./configure --enable-contrib
make

Unfortunately, I haven't made my hand dirty to prepare and share a wxGTK-2.8.4 rpm. ;)
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Morphius Faydal on June 27, 2007, 08:13:19 am
Unfortunately, I haven't made my hand dirty to prepare and share a wxGTK-2.8.4 rpm. ;)

How hard is it.  Or.. How do I do it?  For Fedora 7, that is.  I'm thinking about moving it out of VMware and onto my laptop full time.  Until I hanker for Gentoo again, of course. :)

But I'd be more than happy to build a wxGTK-2.8.4 RPM for at least Fedora 7, if you'll tell me how.
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Biplab on June 27, 2007, 08:29:04 am
How hard is it.  Or.. How do I do it?

It's quite hard for me. I tried to prepare once or twice and it failed. I don't remember the exact error. :(

But search for rpmbuild in Google and you'll come up with some tutorials.
Title: Re: The 26 June 2007 build (4185) is out.
Post by: kurapix on June 27, 2007, 12:51:38 pm
I dunno if it's still there but anyway in build 4181, is it normal to have errors for not using some variables? (shouldn't be it just warnings?).

Kurapix
Title: Re: The 26 June 2007 build (4185) is out.
Post by: SharkCZ on June 27, 2007, 06:37:34 pm
I have tried to compile the nightly source multiple time on F7, but I am unable to do so without another version of C::B, which I can't get a hold of because there are bugs in the Fedora versions when run in F7 (as far as I can tell). Either g++ goes defunct or it freezes with the build targets dropdown shaking everywhere (tried both the latest FC4/5 nightly build and the version in the repositories). Is there a Makefile for C::B or is it sort of a circular dependency thing?
I am maintaining the CodeBlocks package in Fedora, so you should normally do "yum install codeblocks". But now I depend on the wxGTK maintainer to update wxGTK upto 2.8.4 and then I will build some current nightly build for FC6, F7 and Development. But I would prefer some kind of stable C::B version, at least RC3 ;-)
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Morphius Faydal on June 27, 2007, 07:22:16 pm
Is the wxGTK maintainer going to update to 2.8.4 anytime soon?
Title: Re: The 26 June 2007 build (4185) is out.
Post by: kurapix on June 27, 2007, 08:16:15 pm
It is updated every six months for Ubuntu.

Read this (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu) .

Kurapix
Title: Re: The 26 June 2007 build (4185) is out.
Post by: chensb on June 27, 2007, 08:22:46 pm
I find a litte bug:
   it happens When I change the layout of toolbars: the "code completion" toolbar might extract others out of the screen, and then they will never come out again.
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Morphius Faydal on June 27, 2007, 08:38:58 pm
It is updated every six months for Ubuntu.

Read this (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu) .

Kurapix

I know.  I was talking about Fedora 7. :)
Title: Re: The 26 June 2007 build (4185) is out.
Post by: SharkCZ on June 27, 2007, 08:41:36 pm
Is the wxGTK maintainer going to update to 2.8.4 anytime soon?
Yes, it is promissed to be done really soon, hopefully this week.
Title: Re: The 26 June 2007 build (4185) is out.
Post by: rickg22 on June 27, 2007, 08:44:29 pm
I find a litte bug:
   it happens When I change the layout of toolbars: the "code completion" toolbar might extract others out of the screen, and then they will never come out again.

Please submit the report to our developer page in berlios (See the codeblocks website, it's in the left menu), and if you can describe with precision how to reproduce the bug, we'd be grateful.
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Morphius Faydal on June 27, 2007, 08:48:48 pm
Is the wxGTK maintainer going to update to 2.8.4 anytime soon?
Yes, it is promissed to be done really soon, hopefully this week.

Sweet.  That makes me happy. :)

By "this week", does he mean in the next 7 days, or before Sunday? :)
Title: Re: The 26 June 2007 build (4185) is out.
Post by: AsA on June 28, 2007, 04:08:41 am
hi guys,

When I'm trying to install this version the deb manager show the follow error:

"Dependency is not satisfiable: libwxbase2.8-0"

It's just, I have the oldest version of Code::Blocks running and I have the libwxbase2.8-0 to! Anybody know what are I can do?

I use ubuntu feisty 7.04.

So, I don't speak english, so, sorry for any errors :P

Thanks,

AsA
Title: Re: The 26 June 2007 build (4185) is out.
Post by: Morphius Faydal on June 28, 2007, 04:17:03 am
hi guys,

When I'm trying to install this version the deb manager show the follow error:

"Dependency is not satisfiable: libwxbase2.8-0"

It's just, I have the oldest version of Code::Blocks running and I have the libwxbase2.8-0 to! Anybody know what are I can do?

I use ubuntu feisty 7.04.

So, I don't speak english, so, sorry for any errors :P

Thanks,

AsA


http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu

Read that.  You need wx-2.8.4, and that guide will show you how to install it.