Author Topic: The 26 May 2006 build is out.  (Read 12694 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 May 2006 build is out.
« on: May 26, 2006, 06:57:37 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 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060526_rev2510_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060526_rev2510.deb
         http://download.berlios.de/codeblocks/CB_20060526_rev2510_fc4+5.rpm
Resolved Fixed:

  • Fixed batch-builds crashes

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)

« Last Edit: May 27, 2006, 07:42:38 pm by killerbot »

ProutDeMammouth

  • Guest
Re: The 26 May 2006 build is out.
« Reply #1 on: May 26, 2006, 07:01:41 pm »
Yesterday revision was 2509. Today is 2490; is it a countdown to rc3?

ProutDeMammouth

  • Guest
Re: The 26 May 2006 build is out.
« Reply #2 on: May 26, 2006, 07:02:34 pm »
Apparently you modified the revision number to 2510; so a countup  :D

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 May 2006 build is out.
« Reply #3 on: May 26, 2006, 07:02:46 pm »
refresh the page ;-)

ProutDeMammouth

  • Guest
Re: The 26 May 2006 build is out.
« Reply #4 on: May 26, 2006, 07:05:09 pm »
refresh the page ;-)
yes, i see now revision number 2 of this page.

Trikko

  • Guest
Re: The 26 May 2006 build is out.
« Reply #5 on: May 27, 2006, 11:17:06 am »
If i have a workspace with two project A & B with different targets when i build the first (using for example "all" target) if i activate the project "B" when build is finished "B" project is active but on combobox there're still target of project A.

Another request: can i have a "relink" option? When i build a library and a test app i want to force to relink test app, not recompile (i can do it deleting executable... a button should be more confortable)


Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 May 2006 build is out.
« Reply #6 on: May 27, 2006, 03:41:07 pm »
If i have a workspace with two project A & B with different targets when i build the first (using for example "all" target) if i activate the project "B" when build is finished "B" project is active but on combobox there're still target of project A.

Another request: can i have a "relink" option? When i build a library and a test app i want to force to relink test app, not recompile (i can do it deleting executable... a button should be more confortable)



Hello Trikko,
good feedback : could you
- file the first part as a bug at berlios project page
- file the second part as a feature request at berlios project page

thanks,
Lieven

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 26 May 2006 build is out.
« Reply #7 on: May 27, 2006, 06:41:04 pm »
When i build a library and a test app i want to force to relink test app, not recompile (i can do it deleting executable... a button should be more confortable)

I think you can set your project's dependencies to include the libraries in question. At least if they're part of the workspace but maybe in all cases, someone correct me if I'm wrong. When the library date changes, your project will simply re-link at build time.


Trikko

  • Guest
Re: The 26 May 2006 build is out.
« Reply #8 on: May 27, 2006, 07:00:25 pm »
I'm just using a workspace with lib and app, but it doesn't work...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 26 May 2006 build is out.
« Reply #9 on: May 27, 2006, 07:21:22 pm »
I'm just using a workspace with lib and app, but it doesn't work...

Go to the app's project properties and add the lib output file as an external dependency...
Be patient!
This bug will be fixed soon...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 May 2006 build is out.
« Reply #10 on: May 29, 2006, 01:14:28 pm »
If i have a workspace with two project A & B with different targets when i build the first (using for example "all" target) if i activate the project "B" when build is finished "B" project is active but on combobox there're still target of project A.

I have tried this (with the build from 28 may 2006) and I don't have that problem.
If you still have this, could you report back to us and if possible detail the steps to reproduce.