Installation von monitord unter Debian wheezy

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:

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!
 
Warten, bis im Repository wieder eine compilierbare Version eingestellt ist (bei dieser einen Fehlermeldung befindet sich die Deklaration und Definition von GetFileTypeS in der Datei simpleopt/SimpleGlob.h unterhalb ihrer ersten Benutzung, d.h., man muesste eine Deklaration von GetFileTypeS ein paar Zeilen weiter oben einfuegen. Kein schoener Code.
 
Hi,

Danke für deine Antwort. Dann werde ich einfach mal regelmäßig prüfen obs wieder funktioniert.

Grüße und besten Dank!
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Akonadi startet nicht mehr

CUPS Godex Filter kompilieren

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Zurück
Oben