Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 26, 2006, 06:57:37 pm

Title: The 26 May 2006 build is out.
Post by: killerbot 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 May 2006 build is out.
Post by: ProutDeMammouth on May 26, 2006, 07:01:41 pm
Yesterday revision was 2509. Today is 2490; is it a countdown to rc3?
Title: Re: The 26 May 2006 build is out.
Post by: ProutDeMammouth on May 26, 2006, 07:02:34 pm
Apparently you modified the revision number to 2510; so a countup  :D
Title: Re: The 26 May 2006 build is out.
Post by: killerbot on May 26, 2006, 07:02:46 pm
refresh the page ;-)
Title: Re: The 26 May 2006 build is out.
Post by: ProutDeMammouth on May 26, 2006, 07:05:09 pm
refresh the page ;-)
yes, i see now revision number 2 of this page.
Title: Re: The 26 May 2006 build is out.
Post by: 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)

Title: Re: The 26 May 2006 build is out.
Post by: killerbot 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
Title: Re: The 26 May 2006 build is out.
Post by: orefa 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.

Title: Re: The 26 May 2006 build is out.
Post by: Trikko on May 27, 2006, 07:00:25 pm
I'm just using a workspace with lib and app, but it doesn't work...
Title: Re: The 26 May 2006 build is out.
Post by: mandrav 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...
Title: Re: The 26 May 2006 build is out.
Post by: killerbot 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.