This is the mail archive of the cygwin-xfree@sources.redhat.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]

Re: startxwin.bat problem


On 30 Dec 2000, Andrew Markebo wrote in responce to Haisam Ido:

> Hmm sounds like win9x-platform?

win98.

Haisam Ido initially wrote:
> | I just installed cygwin and xfree according to the provided instructions;
> | however, when I execute startxwin.bat i get the following error:
> | 
> | "The XWIN.EXE file is linked to missing export CYGWIN1.DLL:_ctype_."

I had the wrong cygwin1.dll.  Now I get the grey screen of death :-) and
nothing comes up.  Here's my startxwin.bat:

@echo off
SET DISPLAY=127.0.0.1:0.0
SET PATH=%PATH%;\usr\X11R6\bin;\cygwin\usr\bin
start XWin -screen 0 800x600x16 -whitepixel 255 -blackpixel 0
#start XWin -screen 0 1024x768x16 -whitepixel 255 -blackpixel 0
start /B xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e bash
start /B rxvt -fn "Lucidia Console-12"
start /B vtwm

When I remove /B the X screen locks the keyboard and mouse when I put them
back X starts but non of those apps start.

> | 
> | in a separate dialog box, while the dos window says:
> | 
> | Out of environment space
> | Out of environment space
> | A device attached to the system is not functioning.
> | Invalid switch - /B
> | Invalid switch - /B
> | Invalid switch - /B
> | 
> | Can someone be kind enough to help?
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]