This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: was: httping 0.0.3 make error


svartsjel@gmx.net 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 mentioned in the boxes FAQ)
* src/config.h
    #define _POSIX_SOURCE has to be removed
* src/Makefile
    "strip boxes" has to be replaced by "strip boxes.exe"



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]