Author Topic: The 20 May 2007 build is out.  (Read 16693 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 20 May 2007 build is out.
« 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:

  • 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)

« Last Edit: May 21, 2007, 05:43:09 pm by killerbot »

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 20 May 2007 build is out.
« Reply #1 on: May 20, 2007, 10:58:30 pm »
  • Fixed: [Bug #10992] Find within Editor does not work properly

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

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 20 May 2007 build is out.
« Reply #2 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)
« Last Edit: May 21, 2007, 09:34:55 am by daniel2000 »
Nightly builds for openSUSE

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 20 May 2007 build is out.
« Reply #3 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
Be a part of the solution, not a part of the problem.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 20 May 2007 build is out.
« Reply #4 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.
Nightly builds for openSUSE

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 20 May 2007 build is out.
« Reply #5 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
Be a part of the solution, not a part of the problem.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 20 May 2007 build is out.
« Reply #6 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
Nightly builds for openSUSE

WaRRiE

  • Guest
Re: The 20 May 2007 build is out.
« Reply #7 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...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 20 May 2007 build is out.
« Reply #8 on: May 21, 2007, 11:54:36 am »
have a look at the top message of every nightly build, read carefully ;-)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 20 May 2007 build is out.
« Reply #9 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

With regards, Morten.
« Last Edit: May 22, 2007, 08:29:03 am by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 20 May 2007 build is out.
« Reply #10 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

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

WaRRiE

  • Guest
Re: The 20 May 2007 build is out.
« Reply #11 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!

Offline vix

  • Multiple posting newcomer
  • *
  • Posts: 60
Re: The 20 May 2007 build is out.
« Reply #12 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?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: The 20 May 2007 build is out.
« Reply #13 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.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: The 20 May 2007 build is out.
« Reply #14 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