Author Topic: The 26 June 2007 build (4185) is out.  (Read 21526 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 26 June 2007 build (4185) is out.
« 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.

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)

« Last Edit: June 26, 2007, 09:08:10 pm by killerbot »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 26 June 2007 build is out.
« Reply #1 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 :)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 26 June 2007 build is out.
« Reply #2 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)
« Last Edit: June 26, 2007, 09:08:52 pm by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 401
    • X@v's wxStuff
Re: The 26 June 2007 build is out.
« Reply #3 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.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 26 June 2007 build (4185) is out.
« Reply #4 on: June 26, 2007, 09:33:04 pm »

Offline DC@DR

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 26 June 2007 build (4185) is out.
« Reply #5 on: June 26, 2007, 10:22:42 pm »
Wow, bunch of things got fixed in only 1 week. Many thanks :-)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 26 June 2007 build (4185) is out.
« Reply #6 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:

Offline FraGag

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 26 June 2007 build (4185) is out.
« Reply #7 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!

MathStuf

  • Guest
Re: The 26 June 2007 build (4185) is out.
« Reply #8 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?

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 26 June 2007 build (4185) is out.
« Reply #9 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 should work.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 26 June 2007 build (4185) is out.
« Reply #10 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. ;)
« Last Edit: June 27, 2007, 05:44:43 am by Biplab »
Be a part of the solution, not a part of the problem.

Offline Morphius Faydal

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 26 June 2007 build (4185) is out.
« Reply #11 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 26 June 2007 build (4185) is out.
« Reply #12 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.
Be a part of the solution, not a part of the problem.

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 26 June 2007 build (4185) is out.
« Reply #13 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
Code::Blocks package building script

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 26 June 2007 build (4185) is out.
« Reply #14 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 ;-)
Code::Blocks package maintainer for Fedora and EPEL