Author Topic: The 26 April 2008 build (5020) is out.  (Read 46887 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 April 2008 build (5020) is out.
« on: April 27, 2008, 07:37:59 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_wx287.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 26 April 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080426_rev5020_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Fix for bug with filenames that contain symlinks in their paths (might open the same file more than once using different paths because of the symlinks)
  • Fixed well-hidden parsing bug related to template parameters
  • Preprocessor definitions are now parsed and display the macro's definition when the macro is used as a function
  • Fixed code-completion bug that would fail providing suggestions if the caret was at the end of the file
  • Fixed: [Bug #13676] OnCompiler(Started,Finished) event.GetProject() returns null
  • Fixed: Refresh the project tree after AutoVersioning plugin configures a project
  • LD_LIBRARY_PATH is now correctly set for targets executed with cb_console_runner
  • Added debugger option: "catch C++ exceptions"
  • Added debugger option: "auto switch to first valid frame when breaking". Meaning the debugger will switch to the first frame with valid filename/line info when breaking
  • Replaced a couple of debugger's message boxes with info windows
  • Fixed: [Bug #13679] Crash in CodeCompletion after autosave

Regressions/Confirmed/Annoying/Common bugs:

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


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 26 April 2008 build (5020) is out.
« Reply #1 on: April 27, 2008, 07:45:30 pm »
A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server (see signature).

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 26 April 2008 build (5020) is out.
« Reply #2 on: April 27, 2008, 11:10:39 pm »
I see a lot of progress with the parser.

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 26 April 2008 build (5020) is out.
« Reply #3 on: April 28, 2008, 01:03:05 am »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: April 28, 2008, 02:40:03 am by pasgui »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 26 April 2008 build (5020) is out.
« Reply #4 on: April 28, 2008, 08:14:53 am »
Ubuntu 7.04 to 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
Not yet tested on Ubuntu 8.04, but I think it should work.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 26 April 2008 build (5020) is out.
« Reply #5 on: April 28, 2008, 08:30:18 am »
What is cbproject.cpp:1: fatal error: had to relocate PCH when building from svn?

Offline Vuki

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 26 April 2008 build (5020) is out.
« Reply #6 on: April 28, 2008, 06:10:03 pm »
Running programs from within CB does not work in 5020. Tested on WinXP.

I created new Console Application project which is supposed to print "Hello world" in the console. After compiling and executing Build > Run, the only response I get is:

Process returned 10000 (0x2710) execution time 0.000 s

Additionally, the caption of cmd window says "PATH=$PATH;. C:\ttt\ttt.exe" (shouldn't it be "PATH=%PATH%;."?)

The same project on 5010 runs fine, "Hello world" is printed and the window caption is correct ("C:\ttt\ttt.exe").

Other projects also do not run on 5020 and they do run from the command shell.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 26 April 2008 build (5020) is out.
« Reply #7 on: April 28, 2008, 06:24:27 pm »
Ah, and I thought there was a problem with my console projects...
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 26 April 2008 build (5020) is out.
« Reply #8 on: April 29, 2008, 12:10:16 am »
I see a lot of progress with the parser.

That makes me happy :D

Offline billyonthemountain

  • Multiple posting newcomer
  • *
  • Posts: 40
Re: The 26 April 2008 build (5020) is out.
« Reply #9 on: April 29, 2008, 02:16:39 am »
Running programs from within CB does not work in 5020. Tested on WinXP.

I created new Console Application project which is supposed to print "Hello world" in the console. After compiling and executing Build > Run, the only response I get is:

Process returned 10000 (0x2710) execution time 0.000 s

Additionally, the caption of cmd window says "PATH=$PATH;. C:\ttt\ttt.exe" (shouldn't it be "PATH=%PATH%;."?)

The same project on 5010 runs fine, "Hello world" is printed and the window caption is correct ("C:\ttt\ttt.exe").

Other projects also do not run on 5020 and they do run from the command shell.


Same here for both C and C++ console projects (Vista)
(ASM, C/C++)||(VISION&AI)||(EMBEDDED SYSTEMS)

kamikaze

  • Guest
Re: The 26 April 2008 build (5020) is out.
« Reply #10 on: April 29, 2008, 12:38:51 pm »
this sh*t doesn't work on windows xp here... Process terminated with status 10000 (0 minutes, 16 seconds)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 26 April 2008 build (5020) is out.
« Reply #11 on: April 30, 2008, 10:06:20 am »
In Ubuntu 8.04, CB can't auto abort when F9 done.

Offline Floréal

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 26 April 2008 build (5020) is out.
« Reply #12 on: May 01, 2008, 01:37:18 pm »
I'm running a ubuntu 8.04, and it seems that pressing spacebar in to the editor calls the code-completion rather than adding a blank space in my text. Shall I reset mys CB settings, by removin .codeblocks forlder ento my home dir?
« Last Edit: May 01, 2008, 01:40:07 pm by Floréal »

Offline libfab

  • Multiple posting newcomer
  • *
  • Posts: 45
Re: The 26 April 2008 build (5020) is out.
« Reply #13 on: May 01, 2008, 05:59:01 pm »
Floréal, your issue was solved by sharky in a late post here:
http://forums.codeblocks.org/index.php?topic=8291.msg61700;topicseen#msg61700
Fab

Offline Floréal

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 26 April 2008 build (5020) is out.
« Reply #14 on: May 01, 2008, 08:46:04 pm »
Okay, thank you very much.