News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 02 january 2007 build is out.

Started by killerbot, January 02, 2007, 04:25:34 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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.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 02 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070102_rev3450_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Fixed crash when enabling/disabling plugins - even wxSmith can be enabled/disabled now :)

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) (is fixed with our special wx263/wx28 dll)


cstudent


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot

thanks Tim, let's hope that they solve the problem instead of talking about it.

Today artoj found a bunch of other wx problems on windows ... , so nice :-(

stahta01

Quote from: killerbot on January 02, 2007, 09:17:02 PM
thanks Tim, let's hope that they solve the problem instead of talking about it.

Today artoj found a bunch of other wx problems on windows ... , so nice :-(

They closed my patch by rejecting it.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot

well thanks to you we also have the link to the bug report ...  :twisted:

tasdev

Thanks for the Ubuntu 6.10 build which I've downloaded. When I open it in the Package Installer (by double clicking the .deb file) I get the message:

Error: dependency is not satisfiable: libwxbase2.6-0

How do I resolve this issue?

Thanks for any help

tasdev

Kazade

Quote from: tasdev on January 03, 2007, 09:07:48 AM
Thanks for the Ubuntu 6.10 build which I've downloaded. When I open it in the Package Installer (by double clicking the .deb file) I get the message:

Error: dependency is not satisfiable: libwxbase2.6-0

How do I resolve this issue?

Thanks for any help

tasdev

sudo apt-get install libwxbase2.6-0

vander

I read older postings in the forum about freebasic support. Is this canceled or still running?

tasdev

Hi Kazade

Thanks for the help! When I try that I get:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package libwxbase2.6-0

Cheers

tasdev

mandrav

Quote from: tasdev on January 03, 2007, 11:12:44 AM
Hi Kazade

Thanks for the help! When I try that I get:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package libwxbase2.6-0

Cheers

tasdev

Make sure you have enabled the universe/multiverse extra repositories.
Be patient!
This bug will be fixed soon...

tasdev