Author Topic: The 25 June 2008 build (5106) is out.  (Read 67531 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 25 June 2008 build (5106) is out.
« on: June 25, 2008, 10:45:50 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_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 25 June 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080625_rev5106_win32.7z
  - Linux :
   none

Resolved Fixed:

  • fixed crash with HeaderFixup plugin if no project is active
  • Fixed: Couple of layout issues in Header-fixup plugin
  • menu entries and keyboard shortcuts for "Find declaration of :'...'" and "Find implementation of :'...'"
  • applied patch 2494 which fixes bug 14037 (thanks Jens)
  • Help plugin: [BUGFIX] Crash when deleting first entry (patch provided by jens)
  • fixed: C::B not asking anymore to save a modified workspace if e.g. another project was added
  • menu entry and keyboard shortcut for "Open include file"
  • don't parse the targets of another platform for include directories [otherwise you get crap on linux when for example a project containing linux wx target and windows wx target : on linux you get complaints that #WX is unknown and you get the global var dialog very easily 6 times or more presented]
  • Added current target to search scope in ThreadSearch plugin
  • Fixed: File permission gets messed up after a file save. (Uses a portion of patch by Jens, Thanks!)
  • Fixed: AutoVersioning plugin adds version.h more than once for projects with more than 2 targets

Regressions/Confirmed/Annoying/Common bugs:

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


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 25 June 2008 build (5106) is out.
« Reply #1 on: June 25, 2008, 11:10:02 pm »
A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server.

It shows as svn5105, but it's the same version (there are only some small patches), svn5106 is a change outside trunk.

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 25 June 2008 build (5106) is out.
« Reply #2 on: June 25, 2008, 11:46:49 pm »
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 25 June 2008 build (5106) is out.
« Reply #3 on: June 26, 2008, 04:04:34 am »
In Debian Lenny testting, i build CB, but the version info can not show.
In 'Start here' page, it's show: svn build rev 0 (unknown date) gcc 4.3.1 Linux/unicode

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 25 June 2008 build (5106) is out.
« Reply #4 on: June 26, 2008, 06:22:00 am »
In Debian Lenny testting, i build CB, but the version info can not show.
In 'Start here' page, it's show: svn build rev 0 (unknown date) gcc 4.3.1 Linux/unicode

you need svn to fetch that info

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 25 June 2008 build (5106) is out.
« Reply #5 on: June 26, 2008, 09:49:55 am »
In Debian Lenny testting, i build CB, but the version info can not show.
In 'Start here' page, it's show: svn build rev 0 (unknown date) gcc 4.3.1 Linux/unicode

you need svn to fetch that info
I get the source from SVN by 'svn checkout svn://svn.berlios.de/codeblocks/trunk ~/Sources/CodeBlocks'
Have some step need me do? thanks!

Offline Wahooney

  • Multiple posting newcomer
  • *
  • Posts: 34
  • Demon Onion Slayer
    • wahooney.net
Re: The 25 June 2008 build (5106) is out.
« Reply #6 on: June 26, 2008, 11:58:10 am »
There appears to be a rather odd bug Ctrl-Delete doesn't delete the current word, it calls the Find Declaration function and, in my case, brings up the Multiple Matches dialog.

Code::Blocks SVN REV5106
Windows XP SP 2
Fabricati Diem, Celerata!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 25 June 2008 build (5106) is out.
« Reply #7 on: June 26, 2008, 12:54:15 pm »
There appears to be a rather odd bug Ctrl-Delete doesn't delete the current word, it calls the Find Declaration function and, in my case, brings up the Multiple Matches dialog.

Code::Blocks SVN REV5106
Windows XP SP 2

do you have this issue with the previous nightly ?


EDIT : I tried this on svn 4906 and it does delete something :
a) test123 : if cursor just before the t --> deletes entire word
b) test123 : if cursor just in front of the 1 --> deletes 123

in latest nightly tries to find declaration of test123.

I think I know where it comes from :
find declaration now has a shortcut : "ctrl  . "

And on my numeric part of the keyboard the . and Del are on the same key. Whatever the values of the num lock it seems to always see it as a '.' and never as a Del. Same issue applies when I use the unique Delete key (middle of my keyboard together with Home, Insert, End, Page Up/Down).

I have no idea why WXWIDGETS treats them as the same :-(
« Last Edit: June 26, 2008, 01:05:12 pm by killerbot »

Offline Wahooney

  • Multiple posting newcomer
  • *
  • Posts: 34
  • Demon Onion Slayer
    • wahooney.net
Re: The 25 June 2008 build (5106) is out.
« Reply #8 on: June 26, 2008, 12:58:18 pm »
The last nightly I used was 5093 and Ctrl-Delete worked correctly.
Fabricati Diem, Celerata!

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 25 June 2008 build (5106) is out.
« Reply #9 on: June 28, 2008, 04:33:06 am »
'Search directories' not work on Debian!
When compile, error info:
/media/disk/project/pmoney/src/app.cpp|5|error: calling fdopen: Bad file descriptor|

and is line is ' #include "pch.h" ', and pch.h dir is /include/pch.h

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 25 June 2008 build (5106) is out.
« Reply #10 on: June 28, 2008, 05:02:24 am »
A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server.

It shows as svn5105, but it's the same version (there are only some small patches), svn5106 is a change outside trunk.
How to install old version? e.g. 5093 ?
I want: sudo apt-get install codeblocks={5093}, but it's failure.
thanks!
Now SVN5105 can't work in my Debian OS.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 25 June 2008 build (5106) is out.
« Reply #11 on: June 28, 2008, 09:48:05 am »
A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server.

It shows as svn5105, but it's the same version (there are only some small patches), svn5106 is a change outside trunk.
How to install old version? e.g. 5093 ?
I want: sudo apt-get install codeblocks={5093}, but it's failure.
thanks!
Now SVN5105 can't work in my Debian OS.
The easiest way is to use synaptic and force a version (chose the package to install and press Ctrl+E).
If you use command-line you have to use the correct version and no curly-brackets.
For svn5093 from my repo it is:
Code
sudo apt-get install codeblocks=1.0svn5093-1

You have to install all C::B-packages that depend on each other in one command-line or you get dependency problems.

You can also download the debs manually from http://apt.jenslody.de/pool.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 25 June 2008 build (5106) is out.
« Reply #12 on: June 28, 2008, 02:54:45 pm »
'Search directories' not work on Debian!
When compile, error info:
/media/disk/project/pmoney/src/app.cpp|5|error: calling fdopen: Bad file descriptor|

and is line is ' #include "pch.h" ', and pch.h dir is /include/pch.h

thank you! jens.
and this question because g++-4.3.1, if i use g++-4.2, it work fine!
with the CB's 'Start here' can not show version info, because too.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 25 June 2008 build (5106) is out.
« Reply #13 on: June 28, 2008, 03:19:28 pm »
When i close CB, but the PC so slow, so i click 'close button' again, and CB crash!

if click CB's close btn two times, CB will crash.

[attachment deleted by admin]

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 25 June 2008 build (5106) is out.
« Reply #14 on: June 28, 2008, 03:24:26 pm »
'Search directories' not work on Debian!
When compile, error info:
/media/disk/project/pmoney/src/app.cpp|5|error: calling fdopen: Bad file descriptor|

and is line is ' #include "pch.h" ', and pch.h dir is /include/pch.h

It's not related to C::B. Report it GCC-devs.

When i close CB, but the PC so slow, so i click 'close button' again, and CB crash!

if click CB's close btn two times, CB will crash.

You report a number of crashes which no other users / devs can confirm which is really weird.
Be a part of the solution, not a part of the problem.