User forums > Nightly builds

The 16 august 2007 build (4399) is out.

(1/4) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

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 16 August 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070816_rev4399_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070816_rev4399_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070816_rev4399_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070816_rev4399_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070816_rev4399_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* wxSmith: Implemented grid for sizer-less resources
* wxSmith:
* Added border for wxPanel items added into other resources
* Fixed background colour for wxFrame
* Preview for wxPanel resources are now using resizable dialog
* wxSmith: Fixes for few segfaults discovered on linux
* wxSmith:
* Added missing GPL header in newly added files
* DELETE key now deletes current selection in editor
* Source Exporter:
* PDF exporter: fixed crash when the file to be exported had non-ASCII characters
* remove warnings in wxPdfDocument

* wxSmith: Fixed bug #10964
Regressions/Confirmed/Annoying/Common bugs:


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

pasgui:
Build for Ubuntu 7.04 i386 can be found here

TheTuxKeeper:
Updated packages for Suse 10.1, 10.2 and factory (i586 and x84_64) against wxgtk 2.8 are available:

* Where to find the packages and .repo files: http://software.opensuse.org/home:/TheTuxKeeper/ + distribution name
* Howto install packages from my repository: http://en.opensuse.org/Build_Service/User
* Where to get the right wxWidgets package (only for 10.2 and below): Mirror from ftp://packman.links2linux.de/pub/packman/MIRRORS + "suse/" + suse versionAll other distributions aren't supported atm.

have fun ;)

SR:
Slackware build updated to revision 4399
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

olipfei:
Sorry guys, but sometimes it's hard for me to understand how you manage to compile C::B on Linux. I just 'svn update'd to r4399, after doing that last time around a week ago, from a revision around r4360 or so, which compiled cleanly from start to finish. But today, after routinely issuing './bootstrap ; ./configure --prefix=/usr --with-contrib-plugins=all ; make' I stumble across dozens of compiler errors (undefined symbols, syntax errors, etc.) which at first sight seem irritating, but at second sight are easily resolved only inserting header files (C::B and wx) and nothing else! To keep my posting short I only give some significant examples:

sdk/manager.cpp:
* wxTheApp undefined => <wx/app.h>
sdk/uservarmanager.cpp:
* invalid cast to wxButton in XRCCTRL => <wx/button.h>,
* wxTextEntryDialog undefined => <wx/txtdlg.h>
src/infopane.cpp:
* cbThrow undefined => #include <cbexception.h>

Since r4399 obviously compiled fine on your systems, any hints where these problems could rise from in my case?

Apropos headers: Looking at some of the files in sdk/ and src/ I'm also confused how to use the various SDK header files in conjunction with CB_PRECOMP (also in view of http://forums.codeblocks.org/index.php/topic,6676.0.html). Can someone point me to clear C::B policies concerning the correct usage of CB_PRECOMP, sdk.h and sdk_precomp.h?

Many thanks,
Oliver

Navigation

[0] Message Index

[#] Next page

Go to full version