News:

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

Main Menu

The 26 June 2007 build (4185) is out.

Started by killerbot, June 26, 2007, 07:08:52 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_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:


  • wxSmith: Automatically switch to Resources tab when resource is opened
  • wxSmith: Fix bug in splitter between resource tree and property browser - it's now properly centered in case it's position is not stored in configuration
  • wxSmith: Fixed synchronization issues between editor and resource tree selection
  • SDK: Fixed random crashes on startup by reverting code from rev 4165
  • Fixed running targets when filename contains spaces (broken yesterday)
  • Added $WORKDIR variable substitution in terminal command line (non-windows platforms only).
  • Fixed running targets when filename contains spaces on platform::windows (broken in rev 4183)
  • SDK (ProjectManager): Fixed (yes, for real now) annoying random crash on startup

Regressions/Confirmed/Annoying/Common bugs:


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


rickg22

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 :)

killerbot

#2
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)

Xaviou

Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

cstudent


DC@DR

Wow, bunch of things got fixed in only 1 week. Many thanks :-)

rickg22

You think that's fast? Yesterday we BROKE a bunch of things in only ONE DAY!  :lol:

FraGag

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!

MathStuf

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?

TDragon

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 should work.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Biplab

#10
Quote from: 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,

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

Quote from: MathStuf on June 27, 2007, 05:06:43 AM
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:
./bootstrap
./configure --enable-contrib
make


Unfortunately, I haven't made my hand dirty to prepare and share a wxGTK-2.8.4 rpm. ;)
Be a part of the solution, not a part of the problem.

Morphius Faydal

Quote from: Biplab on June 27, 2007, 05:42:49 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.

Biplab

Quote from: MorphiusFaydal on June 27, 2007, 08:13:19 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.
Be a part of the solution, not a part of the problem.

kurapix

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
Code::Blocks package building script

SharkCZ

Quote from: 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?
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 ;-)
Code::Blocks package maintainer for Fedora and EPEL