News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 14 february 2006 build is out.

Started by killerbot, February 14, 2006, 08:58:26 PM

Previous topic - Next topic

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 14 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060214_rev2004_win32.7z
  - Linux : not supported yet


Resolved Fixed:


  • Better error reporting for script compile errors
  • Fixed broken messageboxes which didn't return the correct button press (fixes problems like not being able to delete tools etc)
  • Fixed crash when clicking on a build error and the project in question has already been closed
  • Removed some debugging messages from the debugger (accidentally committed them last time)

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)


Zingam

I'm getting this error message:

00:45:47: Execution of command 'mingw32-g++.exe -v -E -x c++ D:\DOCUME~1\Zingam\LOCALS~1\Temp\Dum24E.tmp' failed (error 2: the system cannot find the file specified.)
00:45:47: Execution of command 'mingw32-g++.exe -v -E -x c++ D:\DOCUME~1\Zingam\LOCALS~1\Temp\Dum24F.tmp' failed (error 2: the system cannot find the file specified.)
00:45:47: Execution of command 'mingw32-g++.exe -v -E -x c++ D:\DOCUME~1\Zingam\LOCALS~1\Temp\Dum250.tmp' failed (error 2: the system cannot find the file specified.)
00:45:47: Execution of command 'mingw32-g++.exe -v -E -x c++ D:\DOCUME~1\Zingam\LOCALS~1\Temp\Dum251.tmp' failed (error 2: the system cannot find the file specified.)

I did this:

I've created 3 projects in a workspace. I've saved it. I closed Code::Blocks. I've started it again, and i opened the workspace. It happens each time, when I try to open the workspace and if I've restarted CB before that but I still can compile the projects

MortenMacFly

Quote from: Zingam on February 14, 2006, 11:51:23 PM
I'm getting this error message: [...]
I am receiving this, too. This is quite for a while now but for me it sometimes happens (when I open workspaces) and sometimes not. The reason behind is the check for the C++ include path's that is done running a special build for a dummy C++ file in the temp folder. The strange thing is: The dummy files ARE being created (I checked that) so I don't understand the error.

However: What I don't like is that this dummy compilation is done for every project out of a workspace. This could be optimised to apply only to every differrent compiler type that is used across the projects of a workspace. I might be wrong: But I belive this applies to g++ type of compilers only, so this check might not even be done for every compiler at all...

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

kkez

That error happened to me too, but only if i had codecompletion enabled. Now it's disabled, except for the "open included file" option :)