News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 26 May 2006 build is out.

Started by killerbot, May 26, 2006, 06:57:37 PM

Previous topic - Next topic

killerbot

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)


ProutDeMammouth

Yesterday revision was 2509. Today is 2490; is it a countdown to rc3?

ProutDeMammouth

Apparently you modified the revision number to 2510; so a countup  :D

killerbot


ProutDeMammouth

Quote from: killerbot on May 26, 2006, 07:02:46 PM
refresh the page ;-)
yes, i see now revision number 2 of this page.

Trikko

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)


killerbot

Quote from: Trikko 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)



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

orefa

Quote from: Trikko on May 27, 2006, 11:17:06 AM
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

I'm just using a workspace with lib and app, but it doesn't work...

mandrav

Quote from: Trikko on May 27, 2006, 07:00:25 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...

killerbot

Quote from: Trikko 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.

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.