Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 26, 2006, 08:10:26 pm

Title: The 26 april 2006 build is out.
Post by: killerbot on April 26, 2006, 08:10:26 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 26 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060426_rev2387_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060426_rev2387_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060426_rev2387_fc4+5.rpm

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 april 2006 build is out.
Post by: MortenMacFly on April 26, 2006, 08:13:25 pm
  • Bug #6952
Just out of interest: What was this? The bugs numbers at BerliOS are not high?!
With regards, Morten.

Edit: Nevermind, I found the WebSVN compare function... ;-)
Title: Re: The 26 april 2006 build is out.
Post by: PsYhLo on April 26, 2006, 08:22:36 pm
  • Use ISO 8601 format for revision date

Doesn't work for me
look at the image
(http://img290.imageshack.us/img290/8714/new2vh.th.jpg) (http://img290.imageshack.us/my.php?image=new2vh.jpg)
no time and date are show

sorry for my poor englisg
Title: Re: The 26 april 2006 build is out.
Post by: thomas on April 26, 2006, 08:30:56 pm
Quote
Doesn't work for me
look at the image

no time and date are show
It works as expected.
There is no revision date in the nightly build because of Lieven's setup (needs svn in path).
Title: Re: The 26 april 2006 build is out.
Post by: killerbot on April 26, 2006, 08:53:11 pm
Thomas,

was just going to PM you about this :
-------------- Build: sdk in Code::Blocks ---------------
Running target pre-build steps
tools/autorevision/autorevision +wx +int +t . sdk/autorevision.h
'svn' is not recognized as an internal or external command,
operable program or batch file.
Precompiling header: sdk\sdk_precomp.h
Compiling: sdk\as\bindings\const_bindings.cpp


seems I know the answer now.

Correct ??


EDIT: in the about box I do have a time stamp ?
Title: Re: The 26 april 2006 build is out.
Post by: reekingofrandomness on April 26, 2006, 10:50:01 pm
 :cry: I canne get the download to work. it says the connection timed out :(
Title: Re: The 26 april 2006 build is out.
Post by: thomas on April 26, 2006, 10:55:54 pm
Lieven, I should have told you about it, but forgot, sorry.  8)

The timestamp in the about box is the compile time of dlgabout.cpp, the date/time displayed on the "start here" page is the date of the last commit which refers to the svn revision shown.

We could change the timestamp in the about box too, but I thought actually why not leave it. It is not a disadvantage to have a compile time too, when releasing a file.

Regarding the time/date on the "start here" page, this is a value which is now generated from autorevision, too. The tool tries to query svn for the revision number and last commit time, rather than reading in the entries file, which is kind of an ugly hack (although it works).
Since people had issues with the build date displayed not being accurate, I removed it alltogether and introduced the commit time instead (which is a much more authorative date, anyway).

However, I felt somewhat reluctant to add more of a hack to the code to extract the commit date from the entries file, so svn is queried now as a "clean" solution.
Reading the entries file wouldn't be so bad if you could use tinyXML for that job, but the document is not well-formed... *cough*

If calling svn fails for whatever reason, the old code that reads in the raw file is used, but it only extracts the revision number. :)
Title: Re: The 26 april 2006 build is out.
Post by: Pecan on April 26, 2006, 11:44:34 pm
:cry: I canne get the download to work. it says the connection timed out :(

Yes... It seems that berlios is down for the moment.
Try again a little later..