Hallo,
so habe die gcc Pakete jetzt nach installiert. Geht leider immer noch nicht denn jetzt kommen noch mehr Fehlermeldungen. Naja ich werde wohl wieder mit POCSAG unter WIndows weiter machen.
Konsolencopy:
linux:/home/wally/Internet-DL/monitor-1.8.1 # make
gcc -Wstrict-prototypes -I/usr/X11R6/include -O3 -march=i486 -DARCH_I386 -c -o bin-i686/hdlc.o hdlc.c
In file included from monitor.h:26,
from hdlc.c:27:
cursor.h:34:21: ncurses.h: No such file or directory
In file included from hdlc.c:27:
monitor.h:138: error: parse error before "WINDOW"
monitor.h:138: warning: no semicolon at end of struct or union
monitor.h:141: error: parse error before '}' token
hdlc.c: In function `ax25_disp_packet':
hdlc.c:325: error: invalid use of incomplete typedef `Common'
hdlc.c: At top level:
monitor.h:395: error: storage size of `common' isn't known
make: *** [bin-i686/hdlc.o] Error 1
linux:/home/wally/Internet-DL/monitor-1.8.1 # make scope
gcc -Wstrict-prototypes -I/usr/X11R6/include -O3 -march=i486 -DARCH_I386 -c -o bin-i686/hdlc.o hdlc.c
In file included from monitor.h:26,
from hdlc.c:27:
cursor.h:34:21: ncurses.h: No such file or directory
In file included from hdlc.c:27:
monitor.h:138: error: parse error before "WINDOW"
monitor.h:138: warning: no semicolon at end of struct or union
monitor.h:141: error: parse error before '}' token
hdlc.c: In function `ax25_disp_packet':
hdlc.c:325: error: invalid use of incomplete typedef `Common'
hdlc.c: At top level:
monitor.h:395: error: storage size of `common' isn't known
make: *** [bin-i686/hdlc.o] Error 1
linux:/home/wally/Internet-DL/monitor-1.8.1 # make install
Installiere Monitor und Gen nach /usr/local/bin,
Manual nach /usr/local/man/mann
als Super User
su -c"/usr/bin/install -c monitor /usr/local/bin;\
/usr/bin/install -c bin-i686/gen /usr/local/bin;\
/usr/bin/install -c monrc.n.gz /usr/local/man/mann"
/usr/bin/install: cannot stat `monitor': No such file or directory
/usr/bin/install: cannot stat `bin-i686/gen': No such file or directory
linux:/home/wally/Internet-DL/monitor-1.8.1 #