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]

Building rxvt?


Has anyone successfully built rxvt from the sources at http://www.io.com/~bub/rxvt.html ?

First I tried just ./configure, make, but that failed, then I tried the exact configure parameters mentioned in CYGWIN-PATCHES/rxvt-2.7.2.README, namely:

      ./configure --x-includes="../W11 -IW11" \
       --x-libraries="../W11/lib -mwindows ../W11/wrap/rxvt_res.o -Wl,--subsystem,console" \
       --with-xpm-includes=../W11 \
       --with-xpm-library=../W11/lib \
       --enable-menubar \
       --enable-xpm-background

Which caused make to fail on a dependency on undefined "XpmReadFileToPixmap".
So I tried the same configure minus any references to xpm, but the exe it built won't run because "failed to load libX11.dll".

Help!  I need to rebuild from source to add a patch that is not in the official build (to support screen resizing (my usage is resizing of a remote vi session)).

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]