Displaying 4 results from an estimated 4 matches for "sourcen".
Did you mean:
source
2003 Oct 24
0
OCFS problem with 2.4.9-e.27 (Solved?)
Hello,
where do you had downloaded the ocfs-2.4.9-e-1.0.9-8.src.rpm -Package and
where can I find a working combination of fw-kernel and ocfs?
We are testing under SLES8 and had linux-2.4.20rc2-orafw Kernel downloaded from otn and try to compile the ocfs-sourcen also downloaded from otn.
Problem is, that Suse SLES8 works with kernel 2.4.19, so we can't recompile the ocfs-sourcen for kernel 2.4.20. We try to compile this on an other workstation with Suse 8.2 and copy it to the SLES8-Workstation, we get an segmentation fault-error.
Is anywere the Sourc...
2012 Jul 26
4
Time rsYnc Machine (tym)
http://dragoman.org/tym
Regards
Tomas
1999 Jan 13
6
Neuling
Hallo Liste
Derzeit mache ich meine ersten Gehversuche mit Linux (SuSE). Bis jetzt
habe ich in einem kleinen Netzwerk f?r meine Tauchschule vier Rechner
betreut. Einer davon war WinNT-4.0 Server und Arbeitsplatz zugleich.
Nachdem ich nicht mehr bereit bin, mich mit dem w?chentlichen "blue
screen" und dem monatlichen Neuinstallieren von NT abzufinden, bin ich
derzeit beim Umsteigen auf
2020 Sep 27
3
How to add a new clang-tidy module
...ang-tidy/checkers/Output/misra-m-0-1-1.cpp.tmp.cpp', '-fix', '--checks=-*,misra-m-0-1-1', '-format-style=none', '--', '-std=c++11', '-nostdinc++']... clang-tidy failed: Error: no checks enabled. USAGE: clang-tidy [options] <source0> [... <sourceN>]
Below is my diff
diff --git a/clang-tools-extra/clang-tidy/CMakeLists.txt b/clang-tools-extra/clang-tidy/CMakeLists.txt
index ca7a5afed6b..ccb77ef6a62 100644
--- a/clang-tools-extra/clang-tidy/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/CMakeLists.txt
@@ -64,6 +64,7 @@ add_subdirect...