Re: was: httping 0.0.3 make error

2003-12-11 Thread Dirk Sondermann
[EMAIL PROTECTED] wrote: Could it be possible that httping (or boxes) just won't compile for Cygwin? Hallo Michael, httping will compile, provided ncurses is installed. boxes requires the following modifications: * src/regexp/Makefile -traditional has to be removed from CFLAGS (as mention

Re: was: httping 0.0.3 make error

2003-12-10 Thread Brian Ford
On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: > $ make install > gcc -ansi -O2 -c -o error.o error.c > error.c:1:21: ncurses.h: No such file or directory > make: *** [error.o] Error 1 > Well, does /usr/include/ncurses.h exist? If not, using the setup package search facility available here http://

was: httping 0.0.3 make error

2003-12-10 Thread svartsjel
Dirk Sondermann wrote: > try make CC='gcc -ansi' or replace the first line of the makefile by > CC=gcc -ansi. Hallo Dirk, Thanks for the reply. Taking your suggestion into account, I'll get (after updating the Makefile): $ make install gcc -ansi -O2 -c -o error.o error.c error.c:1:21: ncurse