News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 26 April 2008 build (5020) is out.

Started by killerbot, April 27, 2008, 07:37:59 PM

Previous topic - Next topic

killerbot

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)


Jenna

A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server (see signature).

indigo0086

I see a lot of progress with the parser.

pasgui

#3
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Xaviou

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.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

dronT78

What is cbproject.cpp:1: fatal error: had to relocate PCH when building from svn?

Vuki

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.

thomas

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."

JGM


billyonthemountain

Quote from: Vuki 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.


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

kamikaze

this sh*t doesn't work on windows xp here... Process terminated with status 10000 (0 minutes, 16 seconds)

Loaden

In Ubuntu 8.04, CB can't auto abort when F9 done.

Floréal

#12
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?

libfab


Floréal