Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 14, 2007, 08:27:04 pm

Title: The 14 November 2007 build (4630) is out.
Post by: killerbot on November 14, 2007, 08:27:04 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx286.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 14 November 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071114_rev4630_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 November 2007 build (4630) is out.
Post by: pasgui on November 14, 2007, 09:03:36 pm
Build for Ubuntu i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Title: Re: The 14 November 2007 build (4603) is out.
Post by: dronT78 on November 14, 2007, 09:24:58 pm
Thanks! Compiling now  :D
Title: Re: The 14 November 2007 build (4603) is out.
Post by: Xaviou on November 14, 2007, 09:37:03 pm
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 14 November 2007 build (4603) is out.
Post by: Kazade on November 14, 2007, 09:52:18 pm
I just updated using Pasgui's repository, but when I try to run CodeBlocks I get this output:

codeblocks: symbol lookup error: codeblocks: undefined symbol: cbEVT_ADD_LOG_WINDOW

This is on Ubuntu Gutsy, any ideas?

EDIT:

Don't worry, I didn't realize libcodeblocks0 was being held back because I didn't have wx2.8
Title: Re: The 14 November 2007 build (4603) is out.
Post by: pasgui on November 14, 2007, 10:02:02 pm
I think it's rev4630 instead of rev4603.

Best regards,

pasgui
Title: Re: The 14 November 2007 build (4603) is out.
Post by: Acki on November 14, 2007, 10:14:33 pm
when I open a project file (.cbp) by doubleclick it doesn't open...
C::B starts and shows me the start screen...
the folder where the project is located doen't react (no icon update anymore)...
when I close C::B the folder gets OK again and shows me an error message "The project file could not be found"...
But I still can open the project from inside C::B, even if I tried to open it by double click...
Title: Re: The 14 November 2007 build (4603) is out.
Post by: killerbot on November 14, 2007, 11:23:33 pm
I think it's rev4630 instead of rev4603.

Best regards,

pasgui
fixed
Title: Re: The 14 November 2007 build (4630) is out.
Post by: rjmyst3 on November 15, 2007, 02:24:26 am
  • Added "open in embedded viewer" option in help plugin. This way, simple HTML files (no javascript, exotic CSS, etc!) can be opened inside Code::Blocks instead of external browser. A good example is wxWidgets docs.

I wrote this article (http://wiki.codeblocks.org/index.php?title=Using_yelp_as_a_help_viewer) about using the help plugin to launch the gnome help viewer (yelp) for the wxWidgets documentation.

Is there any way that I can alter the script (or anything else) to use the help plugin to load the wxWidgets docs inside the new embedded viewer  (instead of yelp)?
Title: Re: The 14 November 2007 build (4630) is out.
Post by: Jenna on November 15, 2007, 06:53:02 am
I just updated my repo for debian (see sig).
Title: Re: The 14 November 2007 build (4630) is out.
Post by: dronT78 on November 15, 2007, 10:51:28 am
Hi.
libcompiler.la
libcompiler.so
cause my codeblocks to crush at startup
if i remove them codeblocks starts properly
i attached crush log from codeblocks and gdb backtrace

Debian Lenny i386 with 2.6.22-3-amd64 kernel, wxWidgets 2.8.4, libc 2.6.1

[attachment deleted by admin]
Title: Re: The 14 November 2007 build (4630) is out.
Post by: Jenna on November 15, 2007, 11:29:15 am
Hi.
libcompiler.la
libcompiler.so
cause my codeblocks to crush at startup
if i remove them codeblocks starts properly
i attached crush log from codeblocks and gdb backtrace

Debian Lenny i386 with 2.6.22-3-amd64 kernel, wxWidgets 2.8.4, libc 2.6.1

Might be a wxWidgets-problem.

From changelog for wxWidgets 2.8.6:

Code
 * Replaced g_free with g_border_free to fix crash with newer GTK+.

Is it a self-compiled version of codeblocks, or do you use the one from my repo ?
I compiled it against wxWidgets 2.8.6.1-0 from apt.wxwidgets.org.

Edit:
I just tested "my" lenny-package on my laptop under debian sid/experimental. I got no problems.
Title: Re: The 14 November 2007 build (4630) is out.
Post by: mandrav on November 15, 2007, 12:20:01 pm
  • Added "open in embedded viewer" option in help plugin. This way, simple HTML files (no javascript, exotic CSS, etc!) can be opened inside Code::Blocks instead of external browser. A good example is wxWidgets docs.

I wrote this article (http://wiki.codeblocks.org/index.php?title=Using_yelp_as_a_help_viewer) about using the help plugin to launch the gnome help viewer (yelp) for the wxWidgets documentation.

Is there any way that I can alter the script (or anything else) to use the help plugin to load the wxWidgets docs inside the new embedded viewer  (instead of yelp)?

As a matter of fact, I was working on this just yesterday but didn't have time to commit :).
Anyway, everything's in rev.4633. If you can't wait for the next nightly, update your working copy and add the scripts/wx_help.script file as a help item.
Title: Re: The 14 November 2007 build (4630) is out.
Post by: dronT78 on November 15, 2007, 01:33:36 pm
Might be a wxWidgets-problem.
From changelog for wxWidgets 2.8.6:
Code
 * Replaced g_free with g_border_free to fix crash with newer GTK+.

ok. i update wxwidgets to 2.8.6 and all works fine. thank you.
Title: Re: The 14 November 2007 build (4630) is out.
Post by: shajunxing on November 15, 2007, 01:35:08 pm
Great! I'll try it soon. :P
Title: Re: The 14 November 2007 build (4630) is out.
Post by: rjmyst3 on November 15, 2007, 02:02:42 pm
  • Added "open in embedded viewer" option in help plugin. This way, simple HTML files (no javascript, exotic CSS, etc!) can be opened inside Code::Blocks instead of external browser. A good example is wxWidgets docs.

I wrote this article (http://wiki.codeblocks.org/index.php?title=Using_yelp_as_a_help_viewer) about using the help plugin to launch the gnome help viewer (yelp) for the wxWidgets documentation.

Is there any way that I can alter the script (or anything else) to use the help plugin to load the wxWidgets docs inside the new embedded viewer  (instead of yelp)?

As a matter of fact, I was working on this just yesterday but didn't have time to commit :).
Anyway, everything's in rev.4633. If you can't wait for the next nightly, update your working copy and add the scripts/wx_help.script file as a help item.

Fantastic!

I eagerly await the next nightly.  :D