Author Topic: The 14 November 2007 build (4630) is out.  (Read 25317 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 14 November 2007 build (4630) is out.
« 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.

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:

  • Fixed functions toolbar being cleared when closing a non-active editor (patch #2227)
  • Fixed debugger to stop on first breakpoint in linux (patch #2225)
  • Fix rare crash in debugger plugin.
  • Separated per-target additional gdb commands in two steps: a) before establishing remote connection (if any) and b) after remote connection is established
  • Added per-target debugger option to skip adjusting LD_LIBRARY_PATH
  • Moved wxPropertyGrid into wxSmith folder (it's no longer part of sdk)
  • wxSmith:
    * Fixed bug with tree labels not changing value after variable name was changed
    * Fixed crash on exit when did not want to save .wxs file
  • Welcome the new log manager
  • App's debug log is now only present if --debug-log option is used
  • Moved open files list to a separate plugin
  • 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.
  • HTML log file is now a link in build log and can be clicked to open
  • Files extension handler has been updated to recognize HTML files and open them in the embedded viewer, if the user has NOT added a different association manually.
  • wxSmith: Fixed few problems with toolbar editor
  • wxSmith:
    * Remove DGBLOG entreis I forgot to remove (thanx killerbot for finding them)
    * Make font face name non-translated string (was translated before)
  • Moved firing of cbEVT_EDITOR_CLOSE in EditorBase so foreign editors send it too (e.g. wxSmith). Caused a bug in open files list plugin.

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: November 14, 2007, 11:23:14 pm by killerbot »

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 14 November 2007 build (4630) is out.
« Reply #1 on: November 14, 2007, 09:03:36 pm »
Build for Ubuntu i386 can be found here
« Last Edit: November 14, 2007, 09:14:33 pm by pasgui »

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 14 November 2007 build (4603) is out.
« Reply #2 on: November 14, 2007, 09:24:58 pm »
Thanks! Compiling now  :D

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 14 November 2007 build (4603) is out.
« Reply #3 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.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Kazade

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 14 November 2007 build (4603) is out.
« Reply #4 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
« Last Edit: November 14, 2007, 09:55:44 pm by Kazade »

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 14 November 2007 build (4603) is out.
« Reply #5 on: November 14, 2007, 10:02:02 pm »
I think it's rev4630 instead of rev4603.

Best regards,

pasgui

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 14 November 2007 build (4603) is out.
« Reply #6 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...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 14 November 2007 build (4603) is out.
« Reply #7 on: November 14, 2007, 11:23:33 pm »
I think it's rev4630 instead of rev4603.

Best regards,

pasgui
fixed

Offline rjmyst3

  • Multiple posting newcomer
  • *
  • Posts: 117
    • wxFormBuilder
Re: The 14 November 2007 build (4630) is out.
« Reply #8 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 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)?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 14 November 2007 build (4630) is out.
« Reply #9 on: November 15, 2007, 06:53:02 am »
I just updated my repo for debian (see sig).

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 14 November 2007 build (4630) is out.
« Reply #10 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]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 14 November 2007 build (4630) is out.
« Reply #11 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.
« Last Edit: November 15, 2007, 11:42:06 am by jens »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 14 November 2007 build (4630) is out.
« Reply #12 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 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.
Be patient!
This bug will be fixed soon...

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 14 November 2007 build (4630) is out.
« Reply #13 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.

Offline shajunxing

  • Multiple posting newcomer
  • *
  • Posts: 25
  • Sorry for my poor English ;)
Re: The 14 November 2007 build (4630) is out.
« Reply #14 on: November 15, 2007, 01:35:08 pm »
Great! I'll try it soon. :P