Geoff Wing <[EMAIL PROTECTED]> typed:
: Steve O <[EMAIL PROTECTED]>
: added Cygwin port
This release contains the great work from Steve to port to Cygwin.
People who want to build for Cygwin and want the XPM features must
obtain the XPM-3.4k release separately and unpack under
rxvt-2.7.10/W11
You probably also want to define DEFAULT_BACKSPACE in src/feature.h to
be "\010" (or 8) so that backspace will give ^H
I've successfully built with:
./configure --enable-utmp --enable-wtmp --enable-lastlog \
--enable-xpm-background --enable-menubar --enable-rxvt-scroll \
--enable-next-scroll --enable-xterm-scroll --enable-frills \
--enable-linespace --enable-mousewheel --enable-keepscrolling \
--enable-old-selection \
--with-xpm-includes=`pwd`/W11/X11 --with-xpm-library=`pwd`/W11/lib \
--with-x-library="-mwindows ../W11/wrap/rxvt_res.o -Wl,--subsystem,console" \
CFLAGS="-O -g -W -I`pwd`/W11"
Regards,
Geoff