User forums > Nightly builds
The 30 March 2008 build (4977) is out.
killerbot:
--- Quote from: stahta01 on April 02, 2008, 02:12:39 am ---Missing Headers when compiled under Windows (NON PCH).
Tim S
Index: src/plugins/compilergcc/compilerLCC.cpp
===================================================================
--- src/plugins/compilergcc/compilerLCC.cpp (revision 4982)
+++ src/plugins/compilergcc/compilerLCC.cpp (working copy)
@@ -11,6 +11,8 @@
// this compiler is valid only in windows
#include <sdk.h>
+#include "logmanager.h"
+#include "manager.h"
#include "compilerLCC.h"
#include <wx/intl.h>
#include <wx/regex.h>
--- End quote ---
DONE.
Loaden:
In VC2005 compiler, i want use '/Fo' option to set obj file output dir, but it disable. the error msg is:
cl : Command line warning D4025 : overriding '/FoD:\obj' with '/FoD:\obj\src\Test.obj'
In the same compiler, the option of '[/Zi /D_DEBUG]', this option can not use in NDEBUG mode, so when i build a release version, i can't add a debug info to bin file.
I hope change this option to [/Zi], not '[/Zi /D_DEBUG]'.
Thanks!
Linker settings can not add '/DEBUG' in a new line, but can do it like '/DEBUG /PDB:"$(BIN)\Test.pdb"'
A new bug: 'Display build progress bar' are not work.
Biplab:
--- Quote from: PsYhLo on April 02, 2008, 07:32:40 am ---
--- Code: ---make[5]: *** No rule to make target `all'. Stop.
make[5]: Leaving directory `/home/psyhlo/devel/cb-src/src/plugins/scriptedwizard/resources/matlab_csf'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/psyhlo/devel/cb-src/src/plugins/scriptedwizard/resources'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/psyhlo/devel/cb-src/src/plugins/scriptedwizard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/psyhlo/devel/cb-src/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/psyhlo/devel/cb-src/src'
make: *** [all-recursive] Error 1
--- End code ---
svn 4982
--- End quote ---
Fixed in revision 4984.
cacb:
--- Quote from: killerbot on March 30, 2008, 11:51:26 pm ---
* Fixed: Now C::B would not prompt to select missing compiler for Targets not supported by current platform
--- End quote ---
Hi, I installed 4977 (thanks!) on Kubuntu 7.10 with wxWidgets 2.8.7. I still get the same dialogs about missing compiler for build targets not used under Linux
--- Code: ---The defined compiler for W32_Debug cannot be located (ID:msvc8)
--- End code ---
This happens on linux even though the build target is defined to be for the Windows platform only.
Biplab:
--- Quote from: cacb on April 02, 2008, 08:42:09 pm ---Hi, I installed 4977 (thanks!) on Kubuntu 7.10 with wxWidgets 2.8.7. I still get the same dialogs about missing compiler for build targets not used under Linux
--- Code: ---The defined compiler for W32_Debug cannot be located (ID:msvc8)
--- End code ---
This happens on linux even though the build target is defined to be for the Windows platform only.
--- End quote ---
When does it occur?? During project loading or compiling? :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version