Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 14, 2006, 08:58:26 pm

Title: The 14 february 2006 build is out.
Post by: killerbot on February 14, 2006, 08:58:26 pm
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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 february 2006 build is out.
Post by: Zingam on February 14, 2006, 11:51:23 pm
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
Title: Re: The 14 february 2006 build is out.
Post by: MortenMacFly on February 15, 2006, 12:11:31 am
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.
Title: Re: The 14 february 2006 build is out.
Post by: kkez on February 15, 2006, 01:24:49 pm
That error happened to me too, but only if i had codecompletion enabled. Now it's disabled, except for the "open included file" option :)