D
delld420
Grünschnabel
Hallo,
Ich wollte Monitord (www.monitord.de) unter Debian 7 installieren.
Ich habe jetzt den Source-Code runtergeladen und wollte ihn mit /configure, make und make install installieren.
configure habe ich mit chmod +x ausführbar gemacht, das scheint auch soweit durchzulaufen.
Wenn ich jetzt make ausführe, bricht er mit folgendem Fehler ab:
Was muss ich tun, damit es klappt?
Vielen Dank!
Ich wollte Monitord (www.monitord.de) unter Debian 7 installieren.
Ich habe jetzt den Source-Code runtergeladen und wollte ihn mit /configure, make und make install installieren.
configure habe ich mit chmod +x ausführbar gemacht, das scheint auch soweit durchzulaufen.
Wenn ich jetzt make ausführe, bricht er mit folgendem Fehler ab:
Code:
make all-am
make[1]: Entering directory `/home/XXXXX/Downloads/trunk'
g++ -DHAVE_CONFIG_H -I. -Ijthread-1.2.1/src -D_DEBUG -Wall -g -O2 -MT monitord/monitord_monitord-MonitorConfiguration.o -MD -MP -MF monitord/.deps/monitord_monitord-MonitorConfiguration.Tpo -c -o monitord/monitord_monitord-MonitorConfiguration.o `test -f 'monitord/MonitorConfiguration.cpp' || echo './'`monitord/MonitorConfiguration.cpp
In file included from monitord/MonitorConfiguration.cpp:16:0:
./simpleopt/SimpleGlob.h: In instantiation of ‘int CSimpleGlobTempl::Add(const SOCHAR*) [with SOCHAR = char]’:
./simpleopt/SimpleGlob.h:687:9: required from ‘int CSimpleGlobTempl::Add(int, const SOCHAR* const*) [with SOCHAR = char]’
monitord/MonitorConfiguration.cpp:334:62: required from here
./simpleopt/SimpleGlob.h:623:55: error: ‘GetFileTypeS’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
./simpleopt/SimpleGlob.h:623:55: note: declarations in dependent base ‘SimpleGlobBase’ are not found by unqualified lookup
./simpleopt/SimpleGlob.h:623:55: note: use ‘this->GetFileTypeS’ instead
./simpleopt/SimpleGlob.h:644:53: error: ‘FindFirstFileS’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
./simpleopt/SimpleGlob.h:644:53: note: declarations in dependent base ‘SimpleGlobBase’ are not found by unqualified lookup
./simpleopt/SimpleGlob.h:644:53: note: use ‘this->FindFirstFileS’ instead
./simpleopt/SimpleGlob.h:657:9: error: ‘GetFileNameS’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
./simpleopt/SimpleGlob.h:657:9: note: declarations in dependent base ‘SimpleGlobBase’ are not found by unqualified lookup
./simpleopt/SimpleGlob.h:657:9: note: use ‘this->GetFileNameS’ instead
./simpleopt/SimpleGlob.h:657:9: error: ‘IsDirS’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
./simpleopt/SimpleGlob.h:657:9: note: declarations in dependent base ‘SimpleGlobBase’ are not found by unqualified lookup
./simpleopt/SimpleGlob.h:657:9: note: use ‘this->IsDirS’ instead
./simpleopt/SimpleGlob.h:658:9: error: ‘FindNextFileS’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
./simpleopt/SimpleGlob.h:658:9: note: declarations in dependent base ‘SimpleGlobBase’ are not found by unqualified lookup
./simpleopt/SimpleGlob.h:658:9: note: use ‘this->FindNextFileS’ instead
make[1]: *** [monitord/monitord_monitord-MonitorConfiguration.o] Fehler 1
make[1]: Leaving directory `/home/XXXX/Downloads/trunk'
make: *** [all] Fehler 2
Was muss ich tun, damit es klappt?
Vielen Dank!