News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 07 november 2006 build is out.

Started by killerbot, November 08, 2006, 07:18:05 AM

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

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)


bigbug

#1
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 :)

gjsmo

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).
Quote from: artoj on January 11, 2006, 11:45:05 AM
Quote from: Michael on January 11, 2006, 10:26:08 AM
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).
[url="http://www.danasoft.com/sig/gjsmo.jpg"]http://www.danasoft.com/sig/gjsmo.jpg[/url] 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

artoj

#3
Quote from: gjsmo 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).

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

Belgabor

Quote from: artoj on November 08, 2006, 02:57:07 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

#5
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.

killerbot

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.

artoj

Quote from: Belgabor on November 08, 2006, 04:01:41 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

Quote from: artoj on November 08, 2006, 08:05:56 PM
Quote from: Belgabor on November 08, 2006, 04:01:41 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:

Marenz

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

byo

Quote from: Suprano 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

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

BYO

severach

Quote from: Freddy 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".
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.