Hi !
Das Verzeichnis gibt es nicht

Habs angelegt und dort rein kopiert :
theli@theli:~/THELI/gui/packages/fitstools$ make fitscopyhead
cc fitscopyhead.c -o fitscopyhead
fitscopyhead.c:6:21: error: eclipse.h: Datei oder Verzeichnis nicht gefunden
fitscopyhead.c:7:23: error: fitstools.h: Datei oder Verzeichnis nicht gefunden
fitscopyhead.c: In function ‘main’:
fitscopyhead.c:39: error: ‘FILEMAX’ undeclared (first use in this function)
fitscopyhead.c:39: error: (Each undeclared identifier is reported only once
fitscopyhead.c:39: error: for each function it appears in.)
fitscopyhead.c:40: error: ‘image_t’ undeclared (first use in this function)
fitscopyhead.c:40: error: ‘image_in’ undeclared (first use in this function)
fitscopyhead.c:40: error: ‘image_out’ undeclared (first use in this function)
fitscopyhead.c:41: error: ‘qfits_header’ undeclared (first use in this function)
fitscopyhead.c:41: error: ‘imag_header’ undeclared (first use in this function)
fitscopyhead.c:41: error: ‘head_header’ undeclared (first use in this function)
fitscopyhead.c:101: error: ‘BPP_IEEE_FLOAT’ undeclared (first use in this function)
make: *** [fitscopyhead] Fehler 1
Oder soll das hier hin ?
theli@theli:~/THELI/gui/packages/fitstools$ find /home/theli/ -name eclipse.h
/home/theli/THELI/theli-1.5.1/eclipsetools/eclipse/include/eclipse.h
find: "/home/theli/THELI/Daten/Alle/lost+found": Keine Berechtigung
/home/theli/THELI/theli-1.6.1/eclipsetools/eclipse/include/eclipse.h
Thomas