Author Topic: The 14 february 2007 build is out.  (Read 40607 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 14 february 2007 build is out.
« on: February 14, 2007, 08:33:24 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 14 February 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070214_rev3607_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070214_rev3607_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070214_rev3607_suse100-102.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20070214_rev3607_fc4+5.i586.rpm


Resolved Fixed:

  • wxWidgets Wizard: Added support for wxWidgets 2.9.x (CVS Branch)
  • wxWidgets Wizard: Added PCH support for GCC in Linux
  • First part of directories layout re-organization: moved all sdk header files to a new dir named "include"
  • wxSmith: Fixed bug in wxBitmapButton with invalid code generated in some cases, found by manianis
  • Directories layout restructuring part two (completed)
  • Fixed hang/crash on exit (observed in linux)
  • another massive projects files update (clean-up)
  • C::B Plugin Wizard: Updated to conform with latest directory layout changes

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: February 15, 2007, 07:43:48 am by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 14 february 2007 build is out.
« Reply #1 on: February 14, 2007, 08:42:11 pm »
since the directory movings it seems that there's no svn revision in the exe (about, start here or splash screen) , no idea why yet ...

sethjackson

  • Guest
Re: The 14 february 2007 build is out.
« Reply #2 on: February 14, 2007, 08:48:09 pm »
Windows ANSI build here.

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 14 february 2007 build is out.
« Reply #3 on: February 14, 2007, 09:21:26 pm »
Why SVN doesn't work :(
i can't get the latest svn revision

it gives me this when i start to update my local rev with
Code
svn up
from my console
Code
svn: Can't connect to host 'svn.berlios.de': ÷·ðï¿(8ø·

OS: Ubuntu 6.10
« Last Edit: February 14, 2007, 09:26:47 pm by PsYhLo »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 14 february 2007 build is out.
« Reply #4 on: February 14, 2007, 09:49:12 pm »
since the directory movings it seems that there's no svn revision in the exe (about, start here or splash screen) , no idea why yet ...

Did you delete or rename the SDK folder and update it using SVN to recreate it, I had a lot of weird issues till I did that at first under windows.

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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 14 february 2007 build is out.
« Reply #5 on: February 14, 2007, 10:02:37 pm »
Why SVN doesn't work :(
i can't get the latest svn revision

it gives me this when i start to update my local rev with
Code
svn up
from my console
Code
svn: Can't connect to host 'svn.berlios.de': ÷·ðï¿(8ø·

OS: Ubuntu 6.10

Works for me, what protocol are you using? http or svn? I believe that I am using svn:

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 14 february 2007 build is out.
« Reply #6 on: February 14, 2007, 10:05:43 pm »
Did you delete or rename the SDK folder and update it using SVN to recreate it, [...]
That's in fact a good way to do (and highly recommended). Maybe it's best to do a fresh SVN checkout if somebody experiences compiler issues. It's not only the new directory structure that has changed but also the project's setup (e.g. place of object, lib and pch files). It's not easy to clean the sandbox without good "inside-knowledge". ;-)
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 14 february 2007 build is out.
« Reply #7 on: February 15, 2007, 03:19:54 am »
I never asked cuz I thought I'd look dumb, but what is the difference between the regular windows build and the ANSI one?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 14 february 2007 build is out.
« Reply #8 on: February 15, 2007, 03:44:43 am »
I never asked cuz I thought I'd look dumb, but what is the difference between the regular windows build and the ANSI one?

ANSI means NON Unicode in this case, Unicode is a method to handle Languages that require more than 256 codes to handle the language (Also allows you to mix multiple Languages together). ANSI standards defines the way to represent many different Languages(only one Language at a time) modified from ASCII using 256 code values (8 bits per character). This is a very simple definition that may not be perfect but I hope gets the idea across. 

Links That may help to understand
http://en.wikipedia.org/wiki/Unicode
http://en.wikipedia.org/wiki/ISO_8859
http://en.wikipedia.org/wiki/Code_page#Windows_.28ANSI.29_code_pages


Tim S
« Last Edit: February 15, 2007, 11:43:32 am by stahta01 »
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

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 14 february 2007 build is out.
« Reply #9 on: February 15, 2007, 12:40:27 pm »
Quote
wxWidgets Wizard: Added support for wxWidgets 2.9.x (CVS Branch)
Wow! I'm use wx 2.9 from yesterday. Thanks!

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 14 february 2007 build is out.
« Reply #10 on: February 15, 2007, 12:42:04 pm »
I found a strange behavior. I loaded the cb's unix project and opened a random file.
When I want to use the combobox, where you can jump between the function definitions, the dropdown menu disappears when I move the mouse. Sometimes it needs several tries till I can select one item and sometimes I can move the mouse but when I click the menu disappears and nothing happens  :shock:

Can someone confirm this ?

I use rev3607 on suse 10.2.

btw. the build target selection works, if I clear history, restart and open the project. But if I restart with the project in history the build target combobox disappears as already reported.
Nightly builds for openSUSE

Offline Joerg

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 14 february 2007 build is out.
« Reply #11 on: February 15, 2007, 01:51:29 pm »
Why does C::B need the mingw.dll,
even if I don't use mingw for compiling?
Greets
It's never too late to fail!

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2769
Re: The 14 february 2007 build is out.
« Reply #12 on: February 15, 2007, 02:12:20 pm »
I found a strange behavior. I loaded the cb's unix project and opened a random file.
When I want to use the combobox, where you can jump between the function definitions, the dropdown menu disappears when I move the mouse. Sometimes it needs several tries till I can select one item and sometimes I can move the mouse but when I click the menu disappears and nothing happens  :shock:

Can someone confirm this ?

I use rev3607 on suse 10.2.

btw. the build target selection works, if I clear history, restart and open the project. But if I restart with the project in history the build target combobox disappears as already reported.

Yes, but I get it on svn 3590 when using the debugger.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 14 february 2007 build is out.
« Reply #13 on: February 15, 2007, 02:46:43 pm »
Why does C::B need the mingw.dll,
even if I don't use mingw for compiling?
Greets

It does NOT need the mingw.dll, except for on windows where since minGW was used to compile and build Code::Blocks it needs it to run.

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

manianis

  • Guest
Re: The 14 february 2007 build is out.
« Reply #14 on: February 15, 2007, 02:47:37 pm »
It says SVN 0