Author Topic: The 09 March 2007 build is out.  (Read 26208 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 09 March 2007 build is out.
« on: March 09, 2007, 09:09:51 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

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_version3.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 09 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070309_rev3681_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070309_rev3681_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070309_rev3681_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070309_rev3681_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Added gdb support for pausing the debuggee while running (thanks to kai7 for the tip)
  • Fixed duplicate menu mnemonics in Find and Replace dialog
  • KeyBinder 1.0.22 2007/03/9[ Patch #1913 ] Patch Key Binder plugin for wxW28 with disable_compat26
  • Fixed linking errors in wxWiz generated projects against Monolithic-Static wx lib

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)

« Last Edit: March 10, 2007, 09:25:46 am by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 09 March 2007 build is out.
« Reply #1 on: March 09, 2007, 10:23:52 pm »
Ubuntu 6.10 Amd64 .deb installer can be found here.

The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Ice

  • Guest
Re: The 09 March 2007 build is out.
« Reply #2 on: March 10, 2007, 04:31:26 am »
Windows XP installer can be found here.

dabomb

  • Guest
Re: The 09 March 2007 build is out.
« Reply #3 on: March 10, 2007, 07:15:10 am »
hi I'm new here, and even newer to programing, just trying to find my feet here, but when i try to build a project, it returns the error:

ld.exe:: cannot find -lSDL_image
:: === Build finished: 1 errors, 0 warnings ===

can someone help me out, and i'm sorry if this is an obvious or "noob" question

Offline frithjofh

  • Regular
  • ***
  • Posts: 376
Re: The 09 March 2007 build is out.
« Reply #4 on: March 10, 2007, 09:40:40 am »
And another noob-question... sorry...

i just wanted to know if there was any posibility that in some future the whole set of wxwidgets is supported in wxsmith...?

i dont even know where to post this question, so i put it here, please dont throw any stones at me.

its just that there are so many widgets wich are so damn interesting, like yhe wxtreebook, and for me it doesnt work putting together a treecontrol and a notebook (as the notebook doesnt have the posibility to switch of tabs... or do i just dont know how  :?)

but for all the rest: what a great piece of software you people are producing, many thanks

frithjofh
architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: The 09 March 2007 build is out.
« Reply #5 on: March 10, 2007, 03:42:46 pm »
hi I'm new here, and even newer to programing, just trying to find my feet here, but when i try to build a project, it returns the error:

ld.exe:: cannot find -lSDL_image
:: === Build finished: 1 errors, 0 warnings ===

can someone help me out, and i'm sorry if this is an obvious or "noob" question
you probably have not instaled SDL_image
http://www.libsdl.org/projects/SDL_image/
or havent seted it up correctly in code::blocks

here at this page are nice sdl tutorials which also describes seting up sdl and sdl libralies in code::blocks:
http://lazyfoo.net/SDL_tutorials/index.php

edit: but i personally prefer these sdl tutorials:
http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index
« Last Edit: March 10, 2007, 03:45:10 pm by lubos »

Offline marfi

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: The 09 March 2007 build is out.
« Reply #6 on: March 10, 2007, 04:22:03 pm »
Hi, it looks like the gdb debugger doesn't work correctly in this release (Win XP SP2), because when it reaches any break point it doesn't switch the editor to a file where the breakpoint is inserted (it only stops the application).

woodroof

  • Guest
Re: The 09 March 2007 build is out.
« Reply #7 on: March 10, 2007, 05:03:24 pm »
Can anyone fix a (old) bug #10106? It prevent me from using C::B...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 09 March 2007 build is out.
« Reply #8 on: March 10, 2007, 05:27:30 pm »
Hi, it looks like the gdb debugger doesn't work correctly in this release (Win XP SP2), because when it reaches any break point it doesn't switch the editor to a file where the breakpoint is inserted (it only stops the application).

I think I can confirm this.
I could not even stop the debugger any more ...

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 09 March 2007 build is out.
« Reply #9 on: March 10, 2007, 08:54:36 pm »
Windows XP installer can be found here.

Would be grate to have an installation of the latest build of C::B with freshly compiled mingw-4.1.2 .
« Last Edit: March 10, 2007, 08:57:24 pm by Grom »
gcc+winXP+suse.

mmm7

  • Guest
Truncated messages / Re: The 09 March 2007 build is out.
« Reply #10 on: March 10, 2007, 09:46:13 pm »
Hi all,
In the build messages window warnings and errors are truncated. Most of the time, the last word is missing.
I get messages like this:

Code
src\rwindow\rwindow.h  25    warning:  `class rwindow::WIndowIterator' has virtual
src\bitmap\BitMap.h    31    warning:  member initializers for `
src\bitmap\BitMap.h    20    warning:     and `int bitmap::BitMap::w'
src\bitmap\BitMap.h    20    warning:     will be reordered to match declaration.
src\bitmap\BitMap.h    98    warning:  `class

As long as I can tell, not all the messages are truncated.

Apart from this, C::B is working perfectly.

Operating system: Win XP PRO (Hungarian)
Code::Blocks version: SVN 3562 (2007.02.02.) and SVN 3681 (2007.03.09.)
gcc version: 3.2.3

dabomb

  • Guest
Re: The 09 March 2007 build is out.
« Reply #11 on: March 10, 2007, 10:05:37 pm »
is there any tutorial for various computer languages in depth pertaining specifically to codeblocks?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 09 March 2007 build is out.
« Reply #12 on: March 10, 2007, 11:13:45 pm »
Quote from: mmm7
In the build messages window warnings and errors are truncated. Most of the time, the last word is missing.

Add "-fmessage-length=0" to your global (gcc) compiler options.
Be patient!
This bug will be fixed soon...

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 09 March 2007 build is out.
« Reply #13 on: March 11, 2007, 03:37:19 am »
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_version3.7z

My three patches for wxWidgets 2.6 back-porting the fixes from CVS-Head has been applied to the 2.6 Branch.
Note, my patches were changed some, but I have verified that they seem to work.

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

dabomb

  • Guest
Re: The 09 March 2007 build is out.
« Reply #14 on: March 11, 2007, 08:23:16 am »
ok i think i figured out my problem, im missing my libsdl_image file, i have no clue where it went and where to get it, i even re-downloaded my whole sdl package but didnt find the file. any advice (i hope i didnt sound too terribly dumb)

PS: im not sure how to install that sdl image stuff you gave me the link to earlier
« Last Edit: March 11, 2007, 08:53:03 am by dabomb »