root@telefon:~/AST/LCR/lcr# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking asterisk/compiler.h usability... no
checking asterisk/compiler.h presence... no
checking for asterisk/compiler.h... no
checking openssl/rsa.h usability... no
checking openssl/rsa.h presence... no
checking for openssl/rsa.h... no
checking for main in -lcrypto... no
checking for openbsc/include/openbsc/gsm_data.h... no
checking for layer23/include/osmocom/osmocom_data.h... no
checking for main in -lm... yes
checking for main in -lncurses... no
checking for main in -lpthread... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking mISDNuser/mbuffer.h usability... no
checking mISDNuser/mbuffer.h presence... no
checking for mISDNuser/mbuffer.h... no
checking for assert.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for working strnlen... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
root@telefon:~/AST/LCR/lcr# make -j2
make all-am
make[1]: Entering directory `/root/AST/LCR/lcr'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\"" -DLOG_DIR="\"/usr/local/lcr\"" -DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -g -O2 -MT lcradmin.o -MD -MP -MF ".deps/lcradmin.Tpo" -c -o lcradmin.o lcradmin.c; \
then mv -f ".deps/lcradmin.Tpo" ".deps/lcradmin.Po"; else rm -f ".deps/lcradmin.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\"" -DLOG_DIR="\"/usr/local/lcr\"" -DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -g -O2 -MT cause.o -MD -MP -MF ".deps/cause.Tpo" -c -o cause.o cause.c; \
then mv -f ".deps/cause.Tpo" ".deps/cause.Po"; else rm -f ".deps/cause.Tpo"; exit 1; fi
lcradmin.c:24:20: error: curses.h: Datei oder Verzeichnis nicht gefunden
In file included from lcradmin.c:25:
macro.h: In function ‘void sprint(char*, unsigned int, const char*, ...)’:
macro.h:51: error: ‘va_start’ was not declared in this scope
macro.h:54: error: ‘va_end’ was not declared in this scope
macro.h: In function ‘void fatal(const char*, int, const char*, ...)’:
macro.h:73: error: ‘va_start’ was not declared in this scope
macro.h:75: error: ‘va_end’ was not declared in this scope
lcradmin.c: In function ‘void init_curses()’:
lcradmin.c:92: error: ‘initscr’ was not declared in this scope
lcradmin.c:92: error: ‘cbreak’ was not declared in this scope
lcradmin.c:92: error: ‘noecho’ was not declared in this scope
lcradmin.c:93: error: ‘start_color’ was not declared in this scope
lcradmin.c:94: error: ‘stdscr’ was not declared in this scope
lcradmin.c:94: error: ‘TRUE’ was not declared in this scope
lcradmin.c:94: error: ‘nodelay’ was not declared in this scope
lcradmin.c:95: error: ‘COLOR_PAIRS’ was not declared in this scope
lcradmin.c:95: error: ‘COLORS’ was not declared in this scope
lcradmin.c:97: error: ‘init_pair’ was not declared in this scope
lcradmin.c:105: error: ‘LINES’ was not declared in this scope
lcradmin.c:106: error: ‘COLS’ was not declared in this scope
lcradmin.c: In function ‘void cleanup_curses()’:
lcradmin.c:111: error: ‘endwin’ was not declared in this scope
lcradmin.c: In function ‘void color(int)’:
lcradmin.c:116: error: ‘COLOR_PAIRS’ was not declared in this scope
lcradmin.c:116: error: ‘COLORS’ was not declared in this scope
lcradmin.c:117: error: ‘COLOR_PAIR’ was not declared in this scope
lcradmin.c:117: error: ‘attrset’ was not declared in this scope
lcradmin.c: In function ‘int debug_port(admin_message*, admin_message*, int, int, int)’:
lcradmin.c:128: error: ‘addstr’ was not declared in this scope
lcradmin.c: In function ‘int debug_epoint(admin_message*, admin_message*, int, int, int)’:
lcradmin.c:223: error: ‘addstr’ was not declared in this scope
lcradmin.c:358: error: ‘move’ was not declared in this scope
lcradmin.c:360: error: ‘ACS_VLINE’ was not declared in this scope
lcradmin.c:360: error: ‘addch’ was not declared in this scope
lcradmin.c:364: error: ‘ACS_LTEE’ was not declared in this scope
lcradmin.c:364: error: ‘addch’ was not declared in this scope
lcradmin.c:364: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:367: error: ‘LINES’ was not declared in this scope
lcradmin.c:369: error: ‘LINES’ was not declared in this scope
lcradmin.c:375: error: ‘move’ was not declared in this scope
lcradmin.c:376: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:376: error: ‘addch’ was not declared in this scope
lcradmin.c:376: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c: In function ‘int debug_join(admin_message*, admin_message*, int, int)’:
lcradmin.c:389: error: ‘addstr’ was not declared in this scope
lcradmin.c:419: error: ‘move’ was not declared in this scope
lcradmin.c:422: error: ‘ACS_LTEE’ was not declared in this scope
lcradmin.c:422: error: ‘addch’ was not declared in this scope
lcradmin.c:422: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:424: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:424: error: ‘addch’ was not declared in this scope
lcradmin.c:424: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:426: error: ‘LINES’ was not declared in this scope
lcradmin.c:428: error: ‘LINES’ was not declared in this scope
lcradmin.c: In function ‘const char* admin_state(int, char**)’:
lcradmin.c:555: error: ‘erase’ was not declared in this scope
lcradmin.c:622: error: ‘move’ was not declared in this scope
lcradmin.c:629: error: ‘addstr’ was not declared in this scope
lcradmin.c:634: error: ‘addstr’ was not declared in this scope
lcradmin.c:694: error: ‘LINES’ was not declared in this scope
lcradmin.c:705: error: ‘COLS’ was not declared in this scope
lcradmin.c:709: error: ‘ACS_LTEE’ was not declared in this scope
lcradmin.c:709: error: ‘addch’ was not declared in this scope
lcradmin.c:709: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:768: error: ‘LINES’ was not declared in this scope
lcradmin.c:772: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:772: error: ‘addch’ was not declared in this scope
lcradmin.c:772: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:782: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:782: error: ‘addch’ was not declared in this scope
lcradmin.c:782: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:784: error: ‘LINES’ was not declared in this scope
lcradmin.c:789: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:789: error: ‘addch’ was not declared in this scope
lcradmin.c:789: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:800: error: ‘LINES’ was not declared in this scope
lcradmin.c:810: error: ‘move’ was not declared in this scope
lcradmin.c:813: error: ‘addstr’ was not declared in this scope
lcradmin.c:818: error: ‘LINES’ was not declared in this scope
lcradmin.c:828: error: ‘move’ was not declared in this scope
lcradmin.c:831: error: ‘addstr’ was not declared in this scope
lcradmin.c:853: error: ‘LINES’ was not declared in this scope
lcradmin.c:862: error: ‘move’ was not declared in this scope
lcradmin.c:865: error: ‘addstr’ was not declared in this scope
lcradmin.c:893: error: ‘LINES’ was not declared in this scope
lcradmin.c:898: error: ‘LINES’ was not declared in this scope
lcradmin.c:908: error: ‘move’ was not declared in this scope
lcradmin.c:909: error: ‘LINES’ was not declared in this scope
lcradmin.c:911: error: ‘LINES’ was not declared in this scope
lcradmin.c:918: error: ‘LINES’ was not declared in this scope
lcradmin.c:926: error: ‘move’ was not declared in this scope
lcradmin.c:927: error: ‘LINES’ was not declared in this scope
lcradmin.c:929: error: ‘LINES’ was not declared in this scope
lcradmin.c:936: error: ‘LINES’ was not declared in this scope
lcradmin.c:943: error: ‘move’ was not declared in this scope
lcradmin.c:944: error: ‘LINES’ was not declared in this scope
lcradmin.c:946: error: ‘LINES’ was not declared in this scope
lcradmin.c:952: error: ‘LINES’ was not declared in this scope
lcradmin.c:958: error: ‘LINES’ was not declared in this scope
lcradmin.c:959: error: ‘move’ was not declared in this scope
lcradmin.c:961: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:961: error: ‘COLS’ was not declared in this scope
lcradmin.c:961: error: ‘hline’ was not declared in this scope
lcradmin.c:976: error: ‘addstr’ was not declared in this scope
lcradmin.c:978: error: ‘addch’ was not declared in this scope
lcradmin.c:981: error: ‘addstr’ was not declared in this scope
lcradmin.c:993: error: ‘move’ was not declared in this scope
lcradmin.c:997: error: ‘addstr’ was not declared in this scope
lcradmin.c:998: error: ‘COLS’ was not declared in this scope
lcradmin.c:1008: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:1008: error: ‘COLS’ was not declared in this scope
lcradmin.c:1008: error: ‘hline’ was not declared in this scope
lcradmin.c:1022: error: ‘LINES’ was not declared in this scope
lcradmin.c:1034: error: ‘refresh’ was not declared in this scope
lcradmin.c:1045: error: ‘getch’ was not declared in this scope
lcradmin.c:1113: error: ‘getch’ was not declared in this scope
make[1]: *** [lcradmin.o] Fehler 1
make[1]: *** Warte auf noch nicht beendete Prozesse...
make[1]: Leaving directory `/root/AST/LCR/lcr'
make: *** [all] Fehler 2
root@telefon:~/AST/LCR/lcr# make install
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -DCONFIG_DATA="\"/usr/local/lcr\"" -DSHARE_DATA="\"/usr/local/lcr\"" -DLOG_DIR="\"/usr/local/lcr\"" -DEXTENSION_DATA="\"/usr/local/lcr/extensions\"" -g -O2 -MT lcradmin.o -MD -MP -MF ".deps/lcradmin.Tpo" -c -o lcradmin.o lcradmin.c; \
then mv -f ".deps/lcradmin.Tpo" ".deps/lcradmin.Po"; else rm -f ".deps/lcradmin.Tpo"; exit 1; fi
lcradmin.c:24:20: error: curses.h: Datei oder Verzeichnis nicht gefunden
In file included from lcradmin.c:25:
macro.h: In function ‘void sprint(char*, unsigned int, const char*, ...)’:
macro.h:51: error: ‘va_start’ was not declared in this scope
macro.h:54: error: ‘va_end’ was not declared in this scope
macro.h: In function ‘void fatal(const char*, int, const char*, ...)’:
macro.h:73: error: ‘va_start’ was not declared in this scope
macro.h:75: error: ‘va_end’ was not declared in this scope
lcradmin.c: In function ‘void init_curses()’:
lcradmin.c:92: error: ‘initscr’ was not declared in this scope
lcradmin.c:92: error: ‘cbreak’ was not declared in this scope
lcradmin.c:92: error: ‘noecho’ was not declared in this scope
lcradmin.c:93: error: ‘start_color’ was not declared in this scope
lcradmin.c:94: error: ‘stdscr’ was not declared in this scope
lcradmin.c:94: error: ‘TRUE’ was not declared in this scope
lcradmin.c:94: error: ‘nodelay’ was not declared in this scope
lcradmin.c:95: error: ‘COLOR_PAIRS’ was not declared in this scope
lcradmin.c:95: error: ‘COLORS’ was not declared in this scope
lcradmin.c:97: error: ‘init_pair’ was not declared in this scope
lcradmin.c:105: error: ‘LINES’ was not declared in this scope
lcradmin.c:106: error: ‘COLS’ was not declared in this scope
lcradmin.c: In function ‘void cleanup_curses()’:
lcradmin.c:111: error: ‘endwin’ was not declared in this scope
lcradmin.c: In function ‘void color(int)’:
lcradmin.c:116: error: ‘COLOR_PAIRS’ was not declared in this scope
lcradmin.c:116: error: ‘COLORS’ was not declared in this scope
lcradmin.c:117: error: ‘COLOR_PAIR’ was not declared in this scope
lcradmin.c:117: error: ‘attrset’ was not declared in this scope
lcradmin.c: In function ‘int debug_port(admin_message*, admin_message*, int, int, int)’:
lcradmin.c:128: error: ‘addstr’ was not declared in this scope
lcradmin.c: In function ‘int debug_epoint(admin_message*, admin_message*, int, int, int)’:
lcradmin.c:223: error: ‘addstr’ was not declared in this scope
lcradmin.c:358: error: ‘move’ was not declared in this scope
lcradmin.c:360: error: ‘ACS_VLINE’ was not declared in this scope
lcradmin.c:360: error: ‘addch’ was not declared in this scope
lcradmin.c:364: error: ‘ACS_LTEE’ was not declared in this scope
lcradmin.c:364: error: ‘addch’ was not declared in this scope
lcradmin.c:364: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:367: error: ‘LINES’ was not declared in this scope
lcradmin.c:369: error: ‘LINES’ was not declared in this scope
lcradmin.c:375: error: ‘move’ was not declared in this scope
lcradmin.c:376: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:376: error: ‘addch’ was not declared in this scope
lcradmin.c:376: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c: In function ‘int debug_join(admin_message*, admin_message*, int, int)’:
lcradmin.c:389: error: ‘addstr’ was not declared in this scope
lcradmin.c:419: error: ‘move’ was not declared in this scope
lcradmin.c:422: error: ‘ACS_LTEE’ was not declared in this scope
lcradmin.c:422: error: ‘addch’ was not declared in this scope
lcradmin.c:422: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:424: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:424: error: ‘addch’ was not declared in this scope
lcradmin.c:424: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:426: error: ‘LINES’ was not declared in this scope
lcradmin.c:428: error: ‘LINES’ was not declared in this scope
lcradmin.c: In function ‘const char* admin_state(int, char**)’:
lcradmin.c:555: error: ‘erase’ was not declared in this scope
lcradmin.c:622: error: ‘move’ was not declared in this scope
lcradmin.c:629: error: ‘addstr’ was not declared in this scope
lcradmin.c:634: error: ‘addstr’ was not declared in this scope
lcradmin.c:694: error: ‘LINES’ was not declared in this scope
lcradmin.c:705: error: ‘COLS’ was not declared in this scope
lcradmin.c:709: error: ‘ACS_LTEE’ was not declared in this scope
lcradmin.c:709: error: ‘addch’ was not declared in this scope
lcradmin.c:709: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:768: error: ‘LINES’ was not declared in this scope
lcradmin.c:772: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:772: error: ‘addch’ was not declared in this scope
lcradmin.c:772: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:782: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:782: error: ‘addch’ was not declared in this scope
lcradmin.c:782: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:784: error: ‘LINES’ was not declared in this scope
lcradmin.c:789: error: ‘ACS_LLCORNER’ was not declared in this scope
lcradmin.c:789: error: ‘addch’ was not declared in this scope
lcradmin.c:789: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:800: error: ‘LINES’ was not declared in this scope
lcradmin.c:810: error: ‘move’ was not declared in this scope
lcradmin.c:813: error: ‘addstr’ was not declared in this scope
lcradmin.c:818: error: ‘LINES’ was not declared in this scope
lcradmin.c:828: error: ‘move’ was not declared in this scope
lcradmin.c:831: error: ‘addstr’ was not declared in this scope
lcradmin.c:853: error: ‘LINES’ was not declared in this scope
lcradmin.c:862: error: ‘move’ was not declared in this scope
lcradmin.c:865: error: ‘addstr’ was not declared in this scope
lcradmin.c:893: error: ‘LINES’ was not declared in this scope
lcradmin.c:898: error: ‘LINES’ was not declared in this scope
lcradmin.c:908: error: ‘move’ was not declared in this scope
lcradmin.c:909: error: ‘LINES’ was not declared in this scope
lcradmin.c:911: error: ‘LINES’ was not declared in this scope
lcradmin.c:918: error: ‘LINES’ was not declared in this scope
lcradmin.c:926: error: ‘move’ was not declared in this scope
lcradmin.c:927: error: ‘LINES’ was not declared in this scope
lcradmin.c:929: error: ‘LINES’ was not declared in this scope
lcradmin.c:936: error: ‘LINES’ was not declared in this scope
lcradmin.c:943: error: ‘move’ was not declared in this scope
lcradmin.c:944: error: ‘LINES’ was not declared in this scope
lcradmin.c:946: error: ‘LINES’ was not declared in this scope
lcradmin.c:952: error: ‘LINES’ was not declared in this scope
lcradmin.c:958: error: ‘LINES’ was not declared in this scope
lcradmin.c:959: error: ‘move’ was not declared in this scope
lcradmin.c:961: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:961: error: ‘COLS’ was not declared in this scope
lcradmin.c:961: error: ‘hline’ was not declared in this scope
lcradmin.c:976: error: ‘addstr’ was not declared in this scope
lcradmin.c:978: error: ‘addch’ was not declared in this scope
lcradmin.c:981: error: ‘addstr’ was not declared in this scope
lcradmin.c:993: error: ‘move’ was not declared in this scope
lcradmin.c:997: error: ‘addstr’ was not declared in this scope
lcradmin.c:998: error: ‘COLS’ was not declared in this scope
lcradmin.c:1008: error: ‘ACS_HLINE’ was not declared in this scope
lcradmin.c:1008: error: ‘COLS’ was not declared in this scope
lcradmin.c:1008: error: ‘hline’ was not declared in this scope
lcradmin.c:1022: error: ‘LINES’ was not declared in this scope
lcradmin.c:1034: error: ‘refresh’ was not declared in this scope
lcradmin.c:1045: error: ‘getch’ was not declared in this scope
lcradmin.c:1113: error: ‘getch’ was not declared in this scope
make: *** [lcradmin.o] Fehler 1