Author Topic: The 16 august 2007 build (4399) is out.  (Read 30803 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 16 august 2007 build (4399) is out.
« on: August 16, 2007, 09:43:13 pm »
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)

« Last Edit: August 17, 2007, 01:42:59 pm by killerbot »

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 16 august 2007 build (4399) is out.
« Reply #1 on: August 16, 2007, 10:02:51 pm »
Build for Ubuntu 7.04 i386 can be found here

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 16 august 2007 build (4399) is out.
« Reply #2 on: August 16, 2007, 10:38:31 pm »
Updated packages for Suse 10.1, 10.2 and factory (i586 and x84_64) against wxgtk 2.8 are available:
All other distributions aren't supported atm.

have fun ;)
Nightly builds for openSUSE

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 16 august 2007 build (4399) is out.
« Reply #3 on: August 16, 2007, 10:40:04 pm »
Slackware build updated to revision 4399
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

Offline olipfei

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 16 august 2007 build (4399) is out.
« Reply #4 on: August 17, 2007, 12:17:39 am »
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

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 16 august 2007 build (4399) is out.
« Reply #5 on: August 17, 2007, 06:12:13 am »
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


I would suggest trying this patch to see if it helps.

Patch 2139 "Remove include of wx/wx.h from configmanager.h"
https://developer.berlios.de/patch/?func=detailpatch&patch_id=2139&group_id=5358
Note: The patch now contains only things needed to get an windows build without precompiled headers to work.
(The removal of the include of wx/wx.h from configmanager.h has already been done in SVN.)

Tim S
« Last Edit: August 17, 2007, 06:23:31 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 16 august 2007 build (4399) is out.
« Reply #6 on: August 17, 2007, 09:31:05 am »
have fixed the rest

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 16 august 2007 build (4399) is out.
« Reply #7 on: August 17, 2007, 11:59:07 am »
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 16 august 2007 build (4399) is out.
« Reply #8 on: August 17, 2007, 05:58:23 pm »
I noticed codeblocks isn't parsing includes which are inside other includes.  I use glfw which in it's include files includes gl.h and glu.h, but in the main they are not being parsed for code completion.

in order to get it to work, I have to include both manually, save, then delete the lines, then save and they would be there, until I restart.
« Last Edit: August 17, 2007, 06:00:56 pm by indigo0086 »

Offline photon3108

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: The 16 august 2007 build (4399) is out.
« Reply #9 on: August 18, 2007, 08:53:27 am »
<Ubuntu 7.04>

When I opened project-->properties window, it was too large to see
the bottem. And I could not resize it, too. I have tried to change the
screen setting bigger than 1024x768, but the video chip can't afford.

I thought many reasons could cause it, for examples screen resolution,
window's theme, etc. To find the reasons of each computer and set
them suitably is not easy for general users.

Maybe it is a good idea to enable resizing.

:)

mouse

  • Guest
Re: The 16 august 2007 build (4399) is out.
« Reply #10 on: August 18, 2007, 09:19:59 am »
I have problem with libcompiler plugin on Ubuntu Feisty with this and below versions of C::B. It always freeze after compiler's menu close and C::B workspace appears with Tip's menu. If I remove libcompiler, all going fine.

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 16 august 2007 build (4399) is out.
« Reply #11 on: August 18, 2007, 11:24:48 am »
I have problem with libcompiler plugin on Ubuntu Feisty with this and below versions of C::B. It always freeze after compiler's menu close and C::B workspace appears with Tip's menu. If I remove libcompiler, all going fine.
you are probably using wxWidgets between 2.8.0 and 2.8.3, 2.8.4 is required
Code::Blocks package maintainer for Fedora and EPEL

mouse

  • Guest
Re: The 16 august 2007 build (4399) is out.
« Reply #12 on: August 18, 2007, 02:19:54 pm »
you are probably using wxWidgets between 2.8.0 and 2.8.3, 2.8.4 is required
Hmm, Feisty repo's has wxWidgets 2.8.1 version. I've been sure, that I've install 2.8.4 :) C::B in Help->About says: wx 2.8.4 (linux, unicode).
Thanks
« Last Edit: August 18, 2007, 02:38:48 pm by mouse »

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 16 august 2007 build (4399) is out.
« Reply #13 on: August 18, 2007, 05:40:23 pm »
you are probably using wxWidgets between 2.8.0 and 2.8.3, 2.8.4 is required
Hmm, Feisty repo's has wxWidgets 2.8.1 version. I've been sure, that I've install 2.8.4 :) C::B in Help->About says: wx 2.8.4 (linux, unicode).
Thanks

I believe that is a compile time message, did you compile Code::Blocks on your own? If not, I think it means the person who compiled Code::Blocks did it against 2.8.4.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 16 august 2007 build (4399) is out.
« Reply #14 on: August 19, 2007, 03:06:32 am »
Enter in a console terminal the command:

Code
wx-config --version

and see what it spits out.