[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
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://
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
3 matches
Mail list logo