joku
Benutzer
- Mitglied seit
- 06. Mrz 2011
- Beiträge
- 6.664
- Punkte für Reaktionen
- 2
- Punkte
- 164
Ich habe es mir mal angesehenGanz konkret versuche ich diese Sourcen zu kompilieren (Incron).
in der README steht unter 2. das Du inotify.h und inotify-syscalls.h
an der entsprechende Stelle brauchst.
Das Archiv hat auch eine Makefile datei, die anzupassen ist. Wenn das alles passt, reicht ein
cd zu dem Makefile, zB.:
cd incron-0.4.0
make
g++ -c -O2 -g0 -Wall -pipe -o icd-main.o icd-main.cpp
icd-main.cpp: In function ‘bool check_parameter(const char*, const char*, const char*)’:
icd-main.cpp:218: error: ‘strcmp’ was not declared in this scope
icd-main.cpp: In function ‘bool kill_incrond()’:
icd-main.cpp:272: error: ‘strcmp’ was not declared in this scope
icd-main.cpp: In function ‘int main(int, char**)’:
icd-main.cpp:372: error: ‘strerror’ was not declared in this scope
icd-main.cpp:475: error: ‘strerror’ was not declared in this scope
make: *** [icd-main.o] Fehler 1
wenn das alles ohne Fehler durchläuft kannst Du den Cross Complier verwenden.
Gruß Jo