Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Sat, 3 May 2003 10:22:34 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Francis Litterio cc: cygwin AT cygwin DOT com Subject: Re: How do I build the non-X version of rxvt.exe? In-Reply-To: Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 3 May 2003, Francis Litterio wrote: > I used setup.exe to download rxvt-2.7.10-3-src.tar.bz2. I unpacked it > and built it by doing: > > ./configure --prefix=/usr/local > make > > but when I run the resulting rxvt.exe, it reports: > > rxvt: can't open display :0 > > Is there some configure option that configures the source to build the > native Windows version of rxvt.exe? I couldn't see one. > > Any help is appreciated. > -- > Francis Litterio Francis, Short answer: unset your DISPLAY. Long answer: rxvt is compiled with support for both X11 and W11 (which is rxvt's emulation of X on native Windows). At runtime, it checks whether X is running, and if it isn't (DISPLAY is unset), rxvt loads and uses the W11 library. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Knowledge is an unending adventure at the edge of uncertainty. -- Leto II -- 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/