User forums > Nightly builds
The 30 March 2008 build (4977) is out.
starofrainnight:
the problem seems releated to new feature of "Added : /nologo to resource compiler of MSVC-8 "
I was using VC2008 express in windows xp sp2
now, i have to restore to last nightly build (4966) :?
the build log is :
--- Code: ----------------- Build: Debug in Passthru ---------------
[ 14.3%] cl.exe /nologo /Gz /Od /W3 /c /Zp8 /DWINVER=0X500 /DUNICODE /D_UNICODE /D_X86_ /DSTD_CALL /DWIN32_LEAN_AND_MEAN /DNT_UP /DNDIS_MINIPORT_DRIVER /DNDIS50_MINIPORT /DNDIS50 /DNDIS_WDM=1 /MTd /Zi /D_DEBUG /Zi /DDBG /DDEBUG /D_DEBUG /GS /WX /D_MSC_VER=1500 /ID:\sb\winddk\include /Id:\sb\vc2008\VC\include /ID:\sb\winddk\inc\wxp /ID:\sb\winddk\inc\ddk\wxp /ID:\sb\winddk\inc\ddk\wdm\wxp /ID:\sb\sdks\libnet\include /ID:\sources\vc7\RaBird\src\C++\rabird -ID:\sources\codeblocks\rabird_branch\starofrainnight\Passthru /c miniport.c /FoDebug\miniport.obj
miniport.c
[ 28.6%] cl.exe /nologo /Gz /Od /W3 /c /Zp8 /DWINVER=0X500 /DUNICODE /D_UNICODE /D_X86_ /DSTD_CALL /DWIN32_LEAN_AND_MEAN /DNT_UP /DNDIS_MINIPORT_DRIVER /DNDIS50_MINIPORT /DNDIS50 /DNDIS_WDM=1 /MTd /Zi /D_DEBUG /Zi /DDBG /DDEBUG /D_DEBUG /GS /WX /D_MSC_VER=1500 /ID:\sb\winddk\include /Id:\sb\vc2008\VC\include /ID:\sb\winddk\inc\wxp /ID:\sb\winddk\inc\ddk\wxp /ID:\sb\winddk\inc\ddk\wdm\wxp /ID:\sb\sdks\libnet\include /ID:\sources\vc7\RaBird\src\C++\rabird -ID:\sources\codeblocks\rabird_branch\starofrainnight\Passthru /c passthru.c /FoDebug\passthru.obj
passthru.c
[ 42.9%] rc.exe /nologo /ID:\sb\vc2008\VC\include /ID:\sb\winddk\inc\wxp /ID:\sb\winddk\inc\ddk\wxp /ID:\sb\winddk\inc\ddk\wdm\wxp -ID:\sources\codeblocks\rabird_branch\starofrainnight\Passthru -foDebug\passthru.res passthru.rc
fatal error RC1106: invalid option: -ologo
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
--- End code ---
Biplab:
--- Quote from: starofrainnight on April 01, 2008, 01:04:08 pm ---the problem seems releated to new feature of "Added : /nologo to resource compiler of MSVC-8 "
--- End quote ---
Thanks for pointing this. Reverted in revision 4979. Please wait for the next nightly. Sorry for the inconvenience caused. :(
stahta01:
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>
Loaden:
Please add a option to make all obj file in the same folder, example: 'Object output dir'.
If can do, build a project like VS will most easy.
But now, CB user must set sub folder in the build option.
Thank you very much!
PsYhLo:
--- 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
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version