News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 20 May 2007 build is out.

Started by killerbot, May 20, 2007, 06:17:27 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/wxmsw28u_gcc_cb_wx284.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

The 20 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070520_rev3975_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070520_rev3975_Ubuntu6.10+7.04.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070520_rev3975_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070520_rev3975_fc4+5.i586.rpm


Resolved Fixed:


  • Fixed: Deprecated function warning in cbEditor.
  • Applied: [Patch #2003] Debug menu/toolbar icon agreement
  • Fixed: [Bug #10992] Find within Editor does not work properly

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


kelo81

Quote from: killerbot on May 20, 2007, 06:17:27 PM

  • Fixed: [Bug #10992] Find within Editor does not work properly

Thanks!!  :D
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

TheTuxKeeper

#2
This revision didn't build on suse 10.0 (and the fedora one failed because the file list of the spec file was out of date :| ).
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -I../../../../s
rc/include -I../../../../src/include/wxscintilla/include -Ulinux -Uunix -O2 -ffast-math -O2 -g -march=i586 -mtune=i686 -fmes
sage-length=0 -D_FORTIFY_SOURCE=2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT envvars_cfgdlg.lo -MD -MP -MF .dep
s/envvars_cfgdlg.Tpo -c envvars_cfgdlg.cpp  -fPIC -DPIC -o .libs/envvars_cfgdlg.o
envvars_cfgdlg.cpp: In member function 'void EnvVarsConfigDlg::SaveSettings()':
envvars_cfgdlg.cpp:162: error: 'class wxChoice' has no member named 'GetCurrentSelection'
envvars_cfgdlg.cpp: In member function 'void EnvVarsConfigDlg::OnCreateSetClick(wxCommandEvent&)':
envvars_cfgdlg.cpp:383: error: 'class wxChoice' has no member named 'GetCurrentSelection'
envvars_cfgdlg.cpp: In member function 'void EnvVarsConfigDlg::OnRemoveSetClick(wxCommandEvent&)':
envvars_cfgdlg.cpp:425: error: 'class wxChoice' has no member named 'GetCurrentSelection'
envvars_cfgdlg.cpp:447: error: 'class wxChoice' has no member named 'GetCurrentSelection'
make[4]: *** [envvars_cfgdlg.lo] Error 1
Does any one know what's going on there ? pch is enabled ! gcc is 4.0.2 and wxGTK 2.6.2. Is it my fault ? fedora has the same gcc and wxGTK version. no it's 2.6.3. :(

Will restart the fedora build now with the updated spec file ;) (btw. it's not the spec file in svn, it's one which creates only one package)
Nightly builds for openSUSE

Biplab

Quote from: daniel2000 on May 21, 2007, 09:26:45 AM
Does any one know what's going on there ? pch is enabled ! gcc is 4.0.2 and wxGTK 2.6.2. Is it my fault ? fedora has the same gcc and wxGTK version. :?

The function, GetCurrentSelection() was not available prior to wx 2.6.2. So it should compile. Otherwise update your wx to at least 2.6.4.

Regards,

Biplab
Be a part of the solution, not a part of the problem.

TheTuxKeeper

hmm, that's bad. then codeblocks won't build on suse 10.0 and older without making a newer wxgtk package :(
That means that I have to drop the 10.0 support.
Nightly builds for openSUSE

Biplab

Quote from: daniel2000 on May 21, 2007, 09:50:17 AM
hmm, that's bad. then codeblocks won't build on suse 10.0 and older without making a newer wxgtk package :(
That means that I have to drop the 10.0 support.

Yes, it's bad sometimes. E.g., I was trying to build C::B on Mandriva 2007. But I couldn't find wxGTK package for Mandriva 2007 and later decided to build GTK+2 and wxGTK on my own. But this creates another problem of loosing the ability to distribute the compiled package.

Can we build C::B statically with wx? That may solve the dynamic runtime issue. I've no idea whether this is possible or not.

Regards,

Biplab
Be a part of the solution, not a part of the problem.

TheTuxKeeper

have no experiences with building statically, could try it after my exams.

btw. thanks for the extremely fast answer  :D
Nightly builds for openSUSE

WaRRiE

Hey guys,

I got some problems with installing the nightly build (Windows). I downloaded the stable release, installed it and unzipped the latest Nightly Build and copied it into my Program Dir of Code::Blocks. If I start Code::Blocks now, the application is telling me that the file "wxmsw28u_gcc_cb.dll" is missing. What did I wrong? I hope I didn't miss to read anything...

killerbot

have a look at the top message of every nightly build, read carefully ;-)

MortenMacFly

#9
Quote from: daniel2000 on May 21, 2007, 09:26:45 AM
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include [...]
Does any one know what's going on there ?
http://forums.next.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218

With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

TheTuxKeeper

Quote from: MortenMacFly on May 21, 2007, 12:37:26 PM
Quote from: daniel2000 on May 21, 2007, 09:26:45 AM
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include [...]
Does any one know what's going on there ?
http://forums.next.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218

With regards, Morten.
yeah, there's a search button :oops:
sorry
Nightly builds for openSUSE

WaRRiE

Quote from: killerbot on May 21, 2007, 11:54:36 AM
have a look at the top message of every nightly build, read carefully ;-)

Ah, I knew I was missing something. Thanks!

vix

Starting C::B I receive this error:
ERROR: SDK version mismatch for KeyMacs (1.11.10). Expecting 1.11.11

I've installed KeyMacs 0.3.15, from the link in the KeyMacs plugin page

Is there a newer KeyMacs release?

Pecan

Quote from: vix on May 22, 2007, 08:09:30 AM
Starting C::B I receive this error:
ERROR: SDK version mismatch for KeyMacs (1.11.10). Expecting 1.11.11

I've installed KeyMacs 0.3.15, from the link in the KeyMacs plugin page

Is there a newer KeyMacs release?

Not yet, but I'll attend to it today.

Pecan

Quote from: Pecan on May 22, 2007, 03:47:15 PM
Quote from: vix on May 22, 2007, 08:09:30 AM
Starting C::B I receive this error:
ERROR: SDK version mismatch for KeyMacs (1.11.10). Expecting 1.11.11

I've installed KeyMacs 0.3.15, from the link in the KeyMacs plugin page

Is there a newer KeyMacs release?

Not yet, but I'll attend to it today.


http://www.savefile.com/files/743327