Author Topic: The 10 november 2006 build is out.  (Read 43513 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 november 2006 build is out.
« on: November 10, 2006, 05:18:54 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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.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

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

The 10 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_suse100+101.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_fc4+5.rpm


Resolved Fixed:

  • Fixed a couple of bugs with invalid compilers handling when loading a project (i.e. compilers that do not exist on the user's system)
  • When re-ordering build targets, any virtual build targets containing the re-ordered targets were not updated. As a consequence, when building a virtual build target, the ordering was not changed...
  • Fixed a refresh bug for the compiler toolbar's targets combobox

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: November 10, 2006, 10:58:43 pm by killerbot »

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 10 november 2006 build is out.
« Reply #1 on: November 10, 2006, 05:54:54 pm »
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 10 november 2006 build is out.
« Reply #2 on: November 10, 2006, 07:58:10 pm »
Ubuntu 6.10 (Edgy) build here.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 10 november 2006 build is out.
« Reply #3 on: November 10, 2006, 10:57:23 pm »
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)
I have the feeling I have noticed this to.

I will notify eranif (unless he already sees this).

Offline Russell

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: The 10 november 2006 build is out.
« Reply #4 on: November 11, 2006, 12:32:30 am »
Could anyone supply some freebsd builds? the ports collection contains 1.0rc2 :/

sethjackson

  • Guest
Re: The 10 november 2006 build is out.
« Reply #5 on: November 11, 2006, 02:18:01 am »
Could anyone supply some freebsd builds? the ports collection contains 1.0rc2 :/

In the meantime you could build it yourself. ;)
« Last Edit: November 11, 2006, 02:20:17 am by sethjackson »

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 10 november 2006 build is out.
« Reply #6 on: November 11, 2006, 10:41:56 am »
This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
Code::Blocks package maintainer for Fedora and EPEL

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 10 november 2006 build is out.
« Reply #7 on: November 11, 2006, 02:51:08 pm »
Hello everybody, I found a little bug when deling with viltual folders, I'm sending you the steps to reproduce it:

- Create a viltual folder.
- Put some files inside it.
- Create another virtual folder.
- Move those files into the new virtual folder.
- Remove the older viltuar folder.
- Save the project.

And you'll see that the old virtual folder comes up again, it's impossible to delete it; the only workaround I found is to delete it manually from the XML file (*.cbp)

Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

nzoltan

  • Guest
Re: The 10 november 2006 build is out.
« Reply #8 on: November 11, 2006, 06:37:27 pm »
Hi, the Replace dialog is too small (linux, fedora)


[attachment deleted by admin]

Offline squizzz

  • Almost regular
  • **
  • Posts: 132
Re: The 10 november 2006 build is out.
« Reply #9 on: November 11, 2006, 07:09:15 pm »
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)
I have the feeling I have noticed this to.

I will notify eranif (unless he already sees this).

It probably happened here:
Quote from: SVN log
Revision: 3174
Date: 12:05:51, 3 November 2006
* updated wxFlatNotebook to eranifs first revision in svn :-)

« Last Edit: November 11, 2006, 07:23:05 pm by squizzz »
this space is for rent

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: The 10 november 2006 build is out.
« Reply #10 on: November 11, 2006, 08:55:00 pm »
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)

Hi,

I cant seem to reproduce this using the current SVN head (using my demo).

Can you reproduce it (using the demo) using the latest revision? ? or provide me with a screenshot with the problem as you see it in C::B?
Eran

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 10 november 2006 build is out.
« Reply #11 on: November 12, 2006, 12:33:28 am »
Could you give me a link to a windows binary of the latest demo compiled against head please? My development environment uses wxWidgets cvs, so it probably won't compile cleanly for me.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 10 november 2006 build is out.
« Reply #12 on: November 12, 2006, 02:33:07 am »
Could you give me a link to a windows binary of the latest demo compiled against head please? My development environment uses wxWidgets cvs, so it probably won't compile cleanly for me.

Nightly Builds

http://forums.codeblocks.org/index.php?board=20.0

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 10 november 2006 build is out.
« Reply #13 on: November 12, 2006, 03:15:26 am »
I refered to eranifs wxFlatNotebook demo =)

Offline oz

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: The 10 november 2006 build is out.
« Reply #14 on: November 12, 2006, 08:40:12 am »
Ubuntu 6.10 (Edgy) build here.

I use this build on ubuntu edgy, and it said "incomplete entry on line 40, /etc/maincap" at startup, does any one know if it is my problem or somewhere else?