User forums > Nightly builds

The 25 february 2006 build is out.

(1/3) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 25 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060225_rev2079_win32.7z
  - Linux : not supported yet


Resolved Fixed:


* remove unneeded forward declarations of wxNoteBook (patch 857)
* fixed some issues to allow correct build on linux (patch 861)
* Fixed formatting of editormanager.cpp. To all devs: use 4 spaces
tabbing and do not use astyle on the sources if you use different
settings
* Updated mime info for linux installations
* on compile single file (compile current file) have other project files saved first
* added libshfolder to sdk target to have a good win9x ansi build
* Mac Icons
* Icon update
Regressions/Confirmed/Annoying/Common bugs:


* DDE bug : clicking in windows explorer on a CB registered file throws an error message box
* toolbar-images-not-changing-state (is a wx problem)
* there are several issues with Code Completion (is being redesigned : work in progress)

Zingam:
I've reported a bug for the Digital Mars D compiler :) and it was partially fixed and set to closed but it is still present:
The compiler does not generate debug info! Should I report it again? It seems that the switch -g is ignored. Actually -debug seems also being ignored.

For example if I do this command from the command prompt:
1. c:\dmd\bin\dmd.exe main.d student.d -v -release -od.objs -ofd.exe
I get something different .exe than when I do:
2. c:\dmd\bin\dmd.exe main.d student.d -v -g -debug -od.objs -ofd.exe
or even:
3. c:\dmd\bin\dmd.exe main.d student.d -v -g -od.objs -ofd.exe

But it doesn't matter which switches I select in CB, the output file is always equal to the first case above:
1. c:\dmd\bin\dmd.exe main.d student.d -v -release -od.objs -ofd.exe


Will there be any better support in the forseeable future for non-C++ compilers? This IDE is much better than anything else I've seen and is cross-platform.

killerbot:
Please do reopen the bug report if it, as you say, still does not work correctly.

By the way, I have no knowledge of D language, but if you could PM me the following info I will give it a try :
 - download link for the compiler
 - how to install (without polluting my system)
 - your 'mini' project (cbp file and sources) as a test case for the 'not working' correctly.
 - additional info i don't even have no clue about, but you think I should know (without learning the D language) ;-)


[EDIT] : tryout the following to provide us feedback :
Menu Settings ->Compiler and Debugger ->Selected Compiler (Digital Mars D compiler) -> Other tab -> Compiler logging : choose "Full command line"
Please paste the output then of your compile in this topic !

Zingam:
Another cool bug here: When I double click a file that opens CB and Tip of the day is enabled I get a message box: "Windows could find... bla, bla, bla. Make sure you have typed bla bla bla bla... etc..." The file is still opened. The error does not appear if Tip of the day is disabled. This is my observation in the last 5 minutes after installing this build.

killerbot:
this is the infamous DDE bug, join the club  :P

Navigation

[0] Message Index

[#] Next page

Go to full version