Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 20, 2007, 06:17:27 pm

Title: The 20 May 2007 build is out.
Post by: killerbot on May 20, 2007, 06:17:27 pm
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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 20 May 2007 build is out.
Post by: kelo81 on May 20, 2007, 10:58:30 pm
  • Fixed: [Bug #10992] Find within Editor does not work properly

Thanks!!  :D
Title: Re: The 20 May 2007 build is out.
Post by: TheTuxKeeper on May 21, 2007, 09:26:45 am
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
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)
Title: Re: The 20 May 2007 build is out.
Post by: Biplab on May 21, 2007, 09:30:58 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
Title: Re: The 20 May 2007 build is out.
Post by: TheTuxKeeper 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.
Title: Re: The 20 May 2007 build is out.
Post by: Biplab on May 21, 2007, 10:01:12 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
Title: Re: The 20 May 2007 build is out.
Post by: TheTuxKeeper on May 21, 2007, 10:13:39 am
have no experiences with building statically, could try it after my exams.

btw. thanks for the extremely fast answer  :D
Title: Re: The 20 May 2007 build is out.
Post by: WaRRiE on May 21, 2007, 11:38:14 am
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...
Title: Re: The 20 May 2007 build is out.
Post by: killerbot on May 21, 2007, 11:54:36 am
have a look at the top message of every nightly build, read carefully ;-)
Title: Re: The 20 May 2007 build is out.
Post by: MortenMacFly on May 21, 2007, 12:37:26 pm
Code
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include [...]
Does any one know what's going on there ?
http://forums.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218 (http://forums.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218)

With regards, Morten.
Title: Re: The 20 May 2007 build is out.
Post by: TheTuxKeeper on May 21, 2007, 01:24:46 pm
Code
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src/include [...]
Does any one know what's going on there ?
http://forums.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218 (http://forums.codeblocks.org/index.php/topic,5906.msg45218.html#msg45218)

With regards, Morten.
yeah, there's a search button :oops:
sorry
Title: Re: The 20 May 2007 build is out.
Post by: WaRRiE on May 21, 2007, 01:36:43 pm
have a look at the top message of every nightly build, read carefully ;-)

Ah, I knew I was missing something. Thanks!
Title: Re: The 20 May 2007 build is out.
Post by: 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?
Title: Re: The 20 May 2007 build is out.
Post by: Pecan on May 22, 2007, 03:47:15 pm
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.
Title: Re: The 20 May 2007 build is out.
Post by: Pecan on May 22, 2007, 09:11:46 pm
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
Title: Re: The 20 May 2007 build is out.
Post by: vix on May 23, 2007, 07:57:45 am
Thanks!
Title: Re: The 20 May 2007 build is out.
Post by: 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?
Title: Re: The 20 May 2007 build is out.
Post by: TheTuxKeeper on May 25, 2007, 08:56:24 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 ;)