User forums > Nightly builds

The 29 May 2008 build (5082) is out.

<< < (3/6) > >>

Sunyata:
I am also having the same problem in XP and Vista.
But after restart the PC and not try to access the CD drive, it works fine.
Another way to resolve the problem is just insert any CD into the drive,
the error will not appear anymore.

nanyu:
Dear stahta01,killerbot,Biplab and Biplab ,thanks for your replies.
But I still cann`t  settle it now.
To BipLab, ACE can not be compiled in (mingw32) GCC3.4.5 while I really need it.

Biplab:
As I said earlier, it is a problem of certain build of GCC. You can read about the problem in details from the following links.


--- Quote ---http://forums.codeblocks.org/index.php?topic=8088.msg60513#msg60513
http://www.nabble.com/forum/ViewPost.jtp?post=16344592&framed=y
--- End quote ---

This bug was fixed in the following release.

--- Quote ---http://sourceforge.net/forum/forum.php?forum_id=815819
--- End quote ---

So grab the right package and your problem will be solved.

If I'm not wrong, C::B 8.02 ships with the wrong GCC for Vista package which has this issue. May be it's time for a new release or at least repackage the 8.02 with the fixed compiler. :)


--- Quote from: nanyu on June 02, 2008, 09:51:43 am ---To BipLab, ACE can not be compiled in (mingw32) GCC3.4.5 while I really need it.

--- End quote ---

Sorry, but I couldn't understand your message.

stahta01:
Patch for NON-PCH Build on Windows.

Tim S


Index: src/plugins/contrib/headerfixup/fileanalysis.cpp
===================================================================
--- src/plugins/contrib/headerfixup/fileanalysis.cpp   (revision 5084)
+++ src/plugins/contrib/headerfixup/fileanalysis.cpp   (working copy)
@@ -12,6 +12,7 @@
   #include "manager.h"
   #include "editormanager.h"
   #include "cbeditor.h"
+  #include "logmanager.h"
 #endif
 
 #include <wx/ffile.h>

Belgabor:
The Insert -> All Class methods without implementation function does not add methods of nested classes correctly.
If I have

--- Code: ---struct A {
  struct B {
    void callme();
  };
};

--- End code ---
it correctly shows "A::B::callme(): void" in the selection list, but adds

--- Code: ---void B::callme()
{

}

--- End code ---
to the cpp file, ie the "A::" is missing.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version