User forums > Nightly builds

The 11 November 2009 build (5911) is out.

<< < (6/14) > >>

gd_on:
You are certainly right. And my svn runs on Windows, then I port the result on Linux, not connected to Internet. But it's the first time this happens like that and this update file is the only one with cr/lf inside. There are 3 or 4 other update file in contribs folders, all with lf alone.
Nevertheless, the workaround is very simple.

gd_on

oBFusCATed:
gd_on: Do you know that the file structure generated by svn is not compatible between OSes? (It is written somewhere on their site)

gd_on:
No, I don't. :(
Nevertheless, It worked quite well until last changes. And I haven't any linux machine connected to Internet.
So never-mind, I will continue and correct some files if needed.

gd_on

stahta01:
Patch needed for NOPCH compile under Windows 6.1 (AKA Windows 7).

Tim S.


--- Code: ---Index: src/sdk/projectfileoptionsdlg.cpp
===================================================================
--- src/sdk/projectfileoptionsdlg.cpp (revision 5925)
+++ src/sdk/projectfileoptionsdlg.cpp (working copy)
@@ -12,6 +12,7 @@
 #ifndef CB_PRECOMP
     #include "cbproject.h"
     #include "compilerfactory.h"
+    #include "logmanager.h"
     #include <wx/xrc/xmlres.h>
     #include <wx/intl.h>
     #include <wx/choice.h>

--- End code ---

My understanding id that sdk_precomp.h is to be used inside SDK only; everywhere else should use sdk.h.



--- Code: ---Index: src/plugins/contrib/CppCheck/CppCheckListLog.cpp
===================================================================
--- src/plugins/contrib/CppCheck/CppCheckListLog.cpp (revision 5932)
+++ src/plugins/contrib/CppCheck/CppCheckListLog.cpp (working copy)
@@ -1,4 +1,4 @@
-#include "sdk_precomp.h"
+#include "sdk.h"
 
 #ifndef CB_PRECOMP
     #include <wx/arrstr.h>

--- End code ---

godlike:
I created a build target for Intel's C++ compiler. The project builds just fine but there is a problem with the settings.

I go to: "project build options" -> I select my target -> "compiler settings" tab -> "other options" tab

I put a custom ICPC flag but it never saves it. When I click ok and then go again its lost.

If it is a bug please tell me if I should submit.
Thanks in advance and great work with C::B. Im using it for almost 2 years now.


Edit: I forgot to mention that Im using the 64bit debian version from jens repository

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version