Mail Archives: cygwin/2003/05/03/10:22:46
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/
- Raw text -