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)
Quote from: killerbot on May 20, 2007, 06:17:27 PM
- Fixed: [Bug #10992] Find within Editor does not work properly
Thanks!! :D
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 1Does 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)
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
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.
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
have no experiences with building statically, could try it after my exams.
btw. thanks for the extremely fast answer :D
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...
have a look at the top message of every nightly build, read carefully ;-)
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 (http://forums.next.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218)
With regards, Morten.
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 (http://forums.next.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218)
With regards, Morten.
yeah, there's a search button :oops:
sorry
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!
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?
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.
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
Thanks!
I compile and install wxWidgets 2.8.3 on fedora, can I install & use the version?
Quote from: i25ffz on May 23, 2007, 12:14:44 PM
I compile and install wxWidgets 2.8.3 on fedora, can I install & use the version?
Sorry for the late answer. Saw your post but forgot to answer :oops:
If you installed wxgtk as rpm and not only with
make install then it could work (without an wxgtk rpm, rpm will throw some dependency errors). But I haven't checked whether it runs with 2.8. You can try and see ;)