User forums > Nightly builds

The 20 May 2007 build is out.

(1/4) > >>

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
--- End quote ---

Thanks!!  :D

TheTuxKeeper:
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 :| ).

--- Code: --- 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
--- End code ---
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)

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. :?

--- End quote ---

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

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.

Navigation

[0] Message Index

[#] Next page

Go to full version