News:

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

Main Menu

The 26 January 2007 build is out.

Started by killerbot, January 26, 2007, 11:15:31 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_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 26 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070126_rev3542_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070126_rev3542_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070126_rev3542_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20070126_rev3542_fc4+5.i586.rpm


Resolved Fixed:


  • Added encoding detection for files loading (brute-force)
  • Greatly improved C++ parser's parsing time (~70-90% decrease)

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)


jpaterso

Quote from: killerbot on January 26, 2007, 11:15:31 PM

  • Greatly improved C++ parser's parsing time (~70-90% decrease)

Wow that's a serious speedup! Thanks!

dronT78

#2
Checkout rev. 3543
./bootstrap
error : configure.in:10: require Automake 1.9, but have 1.7.9
but yesterday all was ok.
whats up?  :shock:
i have automake 1.10!
OS Gentoo Linux AMD64

TheTuxKeeper

Quote from: dronT78 on January 27, 2007, 11:18:30 AM
Checkout rev. 3543
./bootstrap
error : configure.in:10: require Automake 1.9, but have 1.7.9
but yesterday all was ok.
whats up?  :shock:
i have automake 1.10!
OS Gentoo Linux AMD64
I'll check  this. It's a problem with the WANT_AUTOMAKE variable, it is currently set to 1.7, but due to my change in configure.in 1.9 is required, but only for make dist :?
Nightly builds for openSUSE

Jan van den Borst

LS
Some time ago I posted a bug regarding editing my project. At some point the bug was gone, now it has returned.

The bug is editing the properties of my lib building project. If I open the properties of this project and then press the OK button it crashes my codeblocks. If I press cancel codeblocks doesnt crash. I cannot figure out what is wrong: Is it my project file or my conf file.

Any help is welcome.
(project file and conf file included)

[attachment deleted by admin]

dronT78

Quote from: daniel2000 on January 27, 2007, 01:09:40 PM
I'll check  this. It's a problem with the WANT_AUTOMAKE variable, it is currently set to 1.7, but due to my change in configure.in 1.9 is required, but only for make dist :?
thanks, but i build CB with
./configure --enable-contrib --prefix=/usr
make
make install

Vampyre_Dark

Wow, this build loaded amazingly quick.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

dronT78

Now there is another two bugs

first with debugger.
make wxWidgets Projects from template.
insert return true; in first line at bool MyApp::OnInit()
now run debug/continue from panel button
after this unable to stop debugger

second with enviroment
when open cbp file from Thunar in XFCE4.4 codeblocks opened but not responding
before kill -9

project is attached. have fun :(

[attachment deleted by admin]

TheTuxKeeper

Quote from: dronT78 on January 27, 2007, 01:14:33 PM
thanks, but i build CB with
./configure --enable-contrib --prefix=/usr
make
make install
Yes, but the gentoo automake-wrapper (/usr/bin/automake is linked to it) looks whether WANT_AUTOMAKE is defined correctly and then uses the specified version.  bootstrap defines WANT_AUTOMAKE=1.7, that's why automake-1.7 is used ;)
But since there's a problem with automake < 1.9, it uses the old v7 tar format (filenames limited to 99 characters), I added an option to use a newer tar format, but this option isn't availabe in automake < 1.9 and causes this error :( automake doesn't care whether you use make dist because it doesn't know. It wants to set up everything like it's defined
I'll look whether there's a work around.
Nightly builds for openSUSE

Kazade


Quote from: killerbot on January 26, 2007, 11:15:31 PM

  • Greatly improved C++ parser's parsing time (~70-90% decrease)

F*ck me thats fast!  :lol:

TheTuxKeeper

Quote from: dronT78 on January 27, 2007, 01:14:33 PM
thanks, but i build CB with
./configure --enable-contrib --prefix=/usr
make
make install
Can you try it with rev3545 (or later) ? Should be fixed now. I checked it on gentoo also with automake 1.10. It will use automake 1.9.
Generally, it will now also work with automake 1.7/1.8 again as far as you don't use make dist ;)

If you don't fetch a fresh checkout, you'll have to start with ./bootstrap again.
Nightly builds for openSUSE

windhawk

A bug I've found with this build:

Right clicking a file in the project tree and choosing properties from the menu doesn't always give me the properties of the selected file, but those of a different one in the project instead. :(

(Win XP)

killerbot

Quote from: windhawk on January 28, 2007, 10:12:20 AM
A bug I've found with this build:

Right clicking a file in the project tree and choosing properties from the menu doesn't always give me the properties of the selected file, but those of a different one in the project instead. :(

(Win XP)

could you provide a little test project reconstructing the bug ?

heromyth

I am wondering how can you successfully build CB under WinXP.

In recent weeks, I have failed in building it. In fact, it's because of sdk\scripting.  After adding some #include "*h"s,  I have got these:

sdk\scripting\squirrel\sqarray.h:21: error: no matching function for call to `operator new(unsigned int, SQArray*&)'
sdk\scripting\squirrel\sqarray.h:13:   instantiated from here
sdk\scripting\squirrel\squtils.h:52: error: no matching function for call to `operator new(unsigned int, void*)'
sdk\scripting\squirrel\sqarray.h:61:   instantiated from here
sdk\scripting\squirrel\squtils.h:33: error: no matching function for call to `operator new(unsigned int, void*)'
sdk\scripting\squirrel\sqarray.h:65:   instantiated from here
sdk\scripting\squirrel\squtils.h:71: error: no matching function for call to `operator new(unsigned int, void*)'


There is no any problem at last month. Now, I have no idea.

My environment of building is that:
OS:  WinXP sp2
Compiler: gcc version 3.4.5 (mingw special)
wxWidget: 2.6.3
CB: svn 3545


However, I have successfully built CB under FreeBSD 6.2-release.

killerbot

detailed explanation in the wiki, search on the word 'cookbook' --> nightly cookbook, explains how it is build