Author Topic: The 19 October 2007 build (4545) is out.  (Read 41581 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 19 October 2007 build (4545) is out.
« on: October 19, 2007, 08:21:37 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 19 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071019_rev4545_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Removed: Reference of a non-existent header
  • wxSmith: Fixed bug when generating event handler by double-clicking on item
  • Fixed: Compiler 'note' is detected as an error. (Thanks to gmb300)
  • add parsing of note messages of GNU based compilers

Regressions/Confirmed/Annoying/Common bugs:

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


Offline ZekeDragon

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: The 19 October 2007 build (4545) is out.
« Reply #1 on: October 19, 2007, 09:09:29 pm »
It's been a long while since I've been on the Code::Blocks forums, since I've just been working with an older build quite satisfactorily, and I've shifted my development into Java and RealBASIC, which required different IDEs.  I now have a new laptop, and need to know if these builds work with Windows Vista (of which I plan to replace with Linspire or some other Linux distro later), so I can use C::B to develop with again.

- Zeke
I broke it again.

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 19 October 2007 build (4545) is out.
« Reply #2 on: October 19, 2007, 09:20:06 pm »
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
Not yet tested on Ubuntu 7.10
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 19 October 2007 build (4545) is out.
« Reply #3 on: October 19, 2007, 09:22:20 pm »
Slackware build updated to revision 4545
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1&c=1

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 October 2007 build (4545) is out.
« Reply #4 on: October 19, 2007, 09:23:52 pm »
repository with nightlies (slow because it's a home-server via dsl)

actually svn4545

add to /etc/apt/sources.list :

for etch aka stable
Code
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main

for lenny aka testing
Code
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main

for sid aka unstable
Code
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main

add my public-key to apt's trustdb:
Code
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

build against wxWidgets 2.84 from

Code
deb http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
Code
wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 19 October 2007 build (4545) is out.
« Reply #5 on: October 19, 2007, 10:36:10 pm »
Build for Ubuntu i386/amd64 can be found here

New repository:
Code
deb http://lgp203.free.fr/ubuntu/ distname universe
instead of
Code
deb http://lgp203.free.fr/ubuntu/ distname main
« Last Edit: October 28, 2007, 02:01:18 am by pasgui »

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 19 October 2007 build (4545) is out.
« Reply #6 on: October 19, 2007, 11:38:36 pm »
Hi all !

I've just tested my Code::Blocks build on Ubuntu 7.10 with the wx2.8.6 libs of the wxWidgets repository for Ubuntu7.04, and it works fine (with always this annoying message "Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed" at first launch).

@pasgui : you can update your repository and add the "gutsy" entry for the amd64 packages...

Regards.
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 19 October 2007 build (4545) is out.
« Reply #7 on: October 20, 2007, 12:14:08 am »
@pasgui : you can update your repository and add the "gutsy" entry for the amd64 packages...

The amd64 packages are already present in gutsy.

Best regards,

pasgui

luneo7

  • Guest
Re: The 19 October 2007 build (4545) is out.
« Reply #8 on: October 20, 2007, 02:37:54 pm »
Code::blocks build 4546
openSUSE 10.3 rpms at: http://software.opensuse.org/search - search for codeblocks

or go to http://luneo.phpnet.us

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 19 October 2007 build (4545) is out.
« Reply #9 on: October 20, 2007, 05:02:56 pm »

The amd64 packages are already present in gutsy.

Best regards,

pasgui

Hey cool  8)

But this won't be upgraded regularly, right?

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #10 on: October 20, 2007, 08:09:55 pm »
Hello,

C::B svn 4545 still crashes under Debian when creating new project :(

Great work though !

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 19 October 2007 build (4545) is out.
« Reply #11 on: October 20, 2007, 08:52:36 pm »
C::B svn 4545 still crashes under Debian when creating new project :(

Please post a crashlog along with other info (e.g., wx version, how to reproduce, etc).
Be a part of the solution, not a part of the problem.

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 19 October 2007 build (4545) is out.
« Reply #12 on: October 20, 2007, 10:06:04 pm »
Code::blocks build 4546
openSUSE 10.3 rpms at: http://software.opensuse.org/search - search for codeblocks

or go to http://luneo.phpnet.us
Thanks for the build luneo7 :D. I am wondering whether you use the build yourself as well. If so, do you also have the problem that there is always a complete "Rebuild" happening, even when you select "Build" or just want to start debugging? This is what I experience on an openSUSE 10.3 machine. If you do not have this problem, do you maybe have an idea where it might go wrong in my case?
Thanks!

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #13 on: October 20, 2007, 10:36:12 pm »
C::B svn 4545 still crashes under Debian when creating new project :(

Please post a crashlog along with other info (e.g., wx version, how to reproduce, etc).

Log (is this what you want ?):
Code
this is a debug error*** glibc detected *** codeblocks: double free or corruption (out): 0x08fdd3d0 ***
======= Backtrace: =========
/lib/i686/cmov/libc.so.6[0xb695bcf5]
/lib/i686/cmov/libc.so.6(cfree+0x90)[0xb695f790]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb780f9a1]
/usr/lib/libwx_gtk2u_core-2.8.so.0[0xb6e81f2e]
/usr/lib/libwx_gtk2u_core-2.8.so.0(_ZN8wxButton10SetDefaultEv+0xe6)[0xb6e825e6]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN18wxButtonXmlHandler16DoCreateResourceEv+0x299)[0xb7212f79]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd1)[0xb723c721]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x3e)[0xb723d42e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x48a)[0xb7259dba]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x119)[0xb725d809]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x13f)[0xb723d19f]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x6e)[0xb723d45e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd1)[0xb723c721]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x3e)[0xb723d42e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x48a)[0xb7259dba]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x119)[0xb725d809]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x13f)[0xb723d19f]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x6e)[0xb723d45e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x119)[0xb725d809]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN18wxDialogXmlHandler16DoCreateResourceEv+0x4a6)[0xb721e826]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource10LoadDialogEP8wxDialogP8wxWindowRK8wxString+0x7d)[0xb725b19d]
/usr/lib/libcodeblocks.so.0(_ZN18NewFromTemplateDlgC1E18TemplateOutputTypeRK13wxArrayString+0x150)[0xb74b7650]
/usr/lib/libcodeblocks.so.0(_ZN15TemplateManager3NewE18TemplateOutputTypeP8wxString+0x47)[0xb7526da7]
codeblocks(_ZN9MainFrame13OnFileNewWhatER14wxCommandEvent+0xc9)[0x809fa19]
/usr/lib/libwx_baseu-2.8.so.0(_ZNK12wxAppConsole11HandleEventEP12wxEvtHandlerMS0_FvR7wxEventES3_+0x35)[0xb6bb6635]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent+0x8f)[0xb6c5c98f]
/usr/lib/libwx_baseu-2.8.so.0(_ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler+0x7b)[0xb6c5cadb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0xcf)[0xb6c5cc5f]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
======= Memory map: ========
08048000-080d1000 r-xp 00000000 03:05 33172      /usr/bin/codeblocks
080d1000-080d7000 rw-p 00088000 03:05 33172      /usr/bin/codeblocks
080d7000-09006000 rw-p 080d7000 00:00 0          [heap]
b2200000-b2221000 rw-p b2200000 00:00 0
b2221000-b2300000 ---p b2221000 00:00 0
b2344000-b23bb000 r--p 00000000 03:05 248368     /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf
b23bb000-b2402000 r--p 00000000 03:05 248346     /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
b2402000-b2403000 ---p b2402000 00:00 0
b2403000-b2c03000 rw-p b2403000 00:00 0
b2c03000-b2c4e000 r--p 00000000 03:05 248345     /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf
b2c4e000-b2c66000 r-xp 00000000 03:05 268888     /usr/share/codeblocks/plugins/libdragscroll.so
b2c66000-b2c68000 rw-p 00017000 03:05 268888     /usr/share/codeblocks/plugins/libdragscroll.so
b2c68000-b2cc3000 r-xp 00000000 03:05 268894     /usr/share/codeblocks/plugins/libhelp_plugin.so
b2cc3000-b2cc7000 rw-p 0005a000 03:05 268894     /usr/share/codeblocks/plugins/libhelp_plugin.so
b2cc7000-b2cca000 rw-p b2cc7000 00:00 0
b2cca000-b2ce3000 r-xp 00000000 03:05 268900     /usr/share/codeblocks/plugins/libProfiler.so
b2ce3000-b2ce5000 rw-p 00018000 03:05 268900     /usr/share/codeblocks/plugins/libProfiler.so
b2ce5000-b2d07000 r-xp 00000000 03:05 269657     /usr/share/codeblocks/plugins/libtodo.so
b2d07000-b2d09000 rw-p 00022000 03:05 269657     /usr/share/codeblocks/plugins/libtodo.so
b2d09000-b2d1a000 r-xp 00000000 03:05 269643     /usr/share/codeblocks/plugins/libclasswizard.so
b2d1a000-b2d1b000 rw-p 00010000 03:05 269643     /usr/share/codeblocks/plugins/libclasswizard.so
b2d1b000-b2db0000 r-xp 00000000 03:05 268884     /usr/share/codeblocks/plugins/libcodesnippets.so
b2db0000-b2db7000 rw-p 00094000 03:05 268884     /usr/share/codeblocks/plugins/libcodesnippets.so
b2db7000-b2db8000 rw-p b2db7000 00:00 0
b2db8000-b2de0000 r-xp 00000000 03:05 269653     /usr/share/codeblocks/plugins/libprojectsimporter.so
b2de0000-b2de1000 rw-p 00028000 03:05 269653     /usr/share/codeblocks/plugins/libprojectsimporter.so
b2de1000-b2ded000 r-xp 00000000 03:05 269641     /usr/share/codeblocks/plugins/libautosave.so
b2ded000-b2dee000 rw-p 0000b000 03:05 269641     /usr/share/codeblocks/plugins/libautosave.so
b2dee000useless outputanother way for useless outputAbandon
"this is a debug error" appears at startup, not when crashing.


I'm using jens' repository.
It uses wxGTK2.8.
To reproduce, just try to create a new project by clicking "File > New > Project…". It crashes just after the click (nothing happens between click and crash).

Actually, you can crash it by clicking either "Build target…", "File…", "Custom…" or "From user template…".
No crash when clicking "Open…" or other item.

Strange, isn't it ?
« Last Edit: October 21, 2007, 12:22:23 am by three_minute_hero »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 October 2007 build (4545) is out.
« Reply #14 on: October 21, 2007, 01:29:02 am »
I cannot reproduce the error.

There have been post about similar errors, for example this one.

Which version of wxWidgets2.8 do you have installed ?
And which suite of the deb-packages ? testing or unstable ?

I use unstable on my system, it's exactly the same build then the one in repo.

The packages are build with pbuilder. to make sure there are no broken dependencies, because on my working-system there are also some libraries from experimental .

Nevertheless I updated the repo to svn4547, but this should not make a difference.
« Last Edit: October 21, 2007, 01:43:43 am by jens »