Author Topic: The 07 november 2006 build is out.  (Read 14494 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 07 november 2006 build is out.
« on: November 08, 2006, 07:18:05 am »
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

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 07 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061107_rev3190_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061107_rev3190_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061107_rev3190_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061107_rev3190_fc4+5.rpm (not yet)


Resolved Fixed:

  • Changes in spec file:
    - Adds support for RHEL/CentOS, and uses "automake17" RPM on .el3 (Patch
      #1605, thanks afb)
    - fixed some issues concerning mandriva/mandrake
  • Fixes to the autotools build system:
    - applied the not yet applied parts of patch #1591 (thanks afb oncemore)
    - added more missing resources and images to autotools
    - removed lib_finder/license.txt from autotools till it's there
  • MAC hack to have compiler options dialog to be big enough
  • Handle opening and working with projects with invalid compilers

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)

« Last Edit: November 08, 2006, 01:30:58 pm by killerbot »

bigbug

  • Guest
Re: The 07 november 2006 build is out.
« Reply #1 on: November 08, 2006, 11:53:52 am »
Here is an installer, including
  • MinGW including the gcc-DW2-g++-3.4.5 compiler and the gdb-6.3-2 debugger
  • precompiled STLport-5.1.0 RC3
  • Boost C++ Libraries 1.33.1, precompiled for MinGW, MinGW multithreading and STLport-5.1.0 RC3
  • Boost Documentation

Have fun :)
« Last Edit: November 08, 2006, 12:16:19 pm by bigbug »

Offline gjsmo

  • Multiple posting newcomer
  • *
  • Posts: 28
  • i luv computers
    • My Blog
Re: The 07 november 2006 build is out.
« Reply #2 on: November 08, 2006, 01:25:11 pm »
Why is the "toolbar-images-not-changing-state (is a wx problem/Win XP problem)" bug still in the list? I do not believe this is a problem. This goes back to the 10th of January (just take a look).
It was not what was discussed here?

Yup, that's the one.

The affected buttons are (at least): save, print, find, replace and abort debug.

save - image always enabled
print - image always disabled
find - image always enabled
replace - image always enabled
abort debug - image always enabled

-----------

Could someone with proper rights to the SF.net project page close these bugs because they are now fixed:

1401383 
1401376

Thanks for killerbot for creating the patches (and devs for applying them). :)
I only see the print button gone wrong - and who prints their source files anyways (not that I'm suggesting the button be removed - I use it, just not much).
http://www.danasoft.com/sig/gjsmo.jpg i luv linux.
There are 10 types of people in this world - those who understand binary and those who don't.
oh yeah: "I didn't really say everything I said."      -Yogi Berra

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 07 november 2006 build is out.
« Reply #3 on: November 08, 2006, 02:57:07 pm »
Why is the "toolbar-images-not-changing-state (is a wx problem/Win XP problem)" bug still in the list? I do not believe this is a problem. This goes back to the 10th of January (just take a look).

I only see the print button gone wrong - and who prints their source files anyways (not that I'm suggesting the button be removed - I use it, just not much).

Well, I still have the same problem, just like it was reported back in January + it's not just the tool bars, the same problem exists in the menus too.

EDIT: In order to fix the menus (on Windows), one should use either 1) fully emulated menus which have 100% support for images with the menu items or 2) remove the menu images.

    Arto
« Last Edit: November 08, 2006, 02:59:34 pm by artoj »

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 07 november 2006 build is out.
« Reply #4 on: November 08, 2006, 04:01:41 pm »
EDIT: In order to fix the menus (on Windows), one should use either 1) fully emulated menus which have 100% support for images with the menu items

As eranif released wxFlatMenuBar, where's the problem?  :P

Freddy

  • Guest
Re: The 07 november 2006 build is out.
« Reply #5 on: November 08, 2006, 04:02:52 pm »
I can't get CB to work with Digital Mars C++ compiler.
It says "Command line error: unrecognized parameter '-Wall'--- errorlevel 1".
Isn't -Wall an option of Mingw? O_o
What's happening? Can you help me?

EDIT: Solved. But anyway I think it's a bug... the IDE is getting settings from one compiler and using with another... I had to remove manually from project/build options/other options.
« Last Edit: November 08, 2006, 04:22:08 pm by Freddy »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 07 november 2006 build is out.
« Reply #6 on: November 08, 2006, 05:18:28 pm »
might be it's not a digital mars option, check the digital mars website.
Question : did you create a that project with the project wizard, that kind of gives the options based upon GCC, so that might explain.

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 07 november 2006 build is out.
« Reply #7 on: November 08, 2006, 08:05:56 pm »
As eranif released wxFlatMenuBar, where's the problem?  :P

Don't worry, I'm sure the tool bar / menu problem will be fixed in the upcoming months.

sethjackson

  • Guest
Re: The 07 november 2006 build is out.
« Reply #8 on: November 08, 2006, 09:23:56 pm »
As eranif released wxFlatMenuBar, where's the problem?  :P

Don't worry, I'm sure the tool bar / menu problem will be fixed in the upcoming months.

:lol:

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 07 november 2006 build is out.
« Reply #9 on: November 09, 2006, 10:18:21 pm »
I just have too tell you:
I LOVE THE TETRIS PLUGIN and its time-lock!
This is just great *g*
maybee you could add, that not only time but also a certain number of code changes have to happen before allowing to play again *g*

--Ano

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 07 november 2006 build is out.
« Reply #10 on: November 10, 2006, 12:34:27 am »
I just have too tell you:
I LOVE THE TETRIS PLUGIN and its time-lock!
This is just great *g*
maybee you could add, that not only time but also a certain number of code changes have to happen before allowing to play again *g*

--Ano

Nice to hear that :) Unfortunately no update of this plugin is planned in near future. I hope that time-block will be sufficient.

BYO

Offline severach

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: The 07 november 2006 build is out.
« Reply #11 on: November 11, 2006, 12:34:33 am »
I can't get CB to work with Digital Mars C++ compiler.
It says "Command line error: unrecognized parameter '-Wall'--- errorlevel 1".
Code::Blocks adds -Wall to a new project by every compiler even though it it only applies to MinGW.

Just go in and delete it.