Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 8 Aug 2001 15:14:57 -0700 From: Seth Delackner To: cygwin AT cygwin DOT com Subject: Building rxvt? Message-ID: <20010808151457.B4197@io.jtan.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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/