RE: LyX doesn't even start

2002-11-25 Thread Rob Saunders


-Original Message-
From: Sebastian Obermeier [mailto:[EMAIL PROTECTED]] 
Sent: 24 November 2002 16:11
To: [EMAIL PROTECTED]
Subject: LyX doesn't even start

Hi!

Claus Hentschel recommended to write to this mailing list, because he 
doesn't know what is wrong.

The problem is I can't start the LyX port for Windows. I'm using XP 
(MikTeX, X-Win32), and when I try to start LyX, I get the following
error 
message:

LyX: Creating directory /cygdrive/d/home/.lyx/ and running configure...
grep: writing output: Bad file descriptor
grep: writing output: Bad file descriptor
[... same grep-Message 70times repeated]
grep: writing output: Bad file descriptor
grep: write error: Bad file descriptor
LyX: Done!
XIO:  fatal IO error 113 (Connection aborted) on X server
192.168.0.1:0.0
   after 73 requests (70 known processed) with 0 events remaining.

If I start LyX again, then I only get the following error message

XIO:  fatal IO error 113 (Connection aborted) on X server
192.168.0.1:0.0
   after 373 requests (370 known processed) with 0 events remaining.

The connection to the X-server is ok, because if I start with no present

home-directory, I get a window within the X-server saying that the user 
directory cannot be created.

I tried everything, I started Windows in secure modus; I copied the
files 
from a working Win' 98 Lyx (which has the same file structure) to XP
(same 
error), I installed LyX, MikTeX and Cygwin several times, I installed it
to 
Win XP of my neighbour (it works there without a problem).

Now I don't have any idea, what I can try to get it working :-(

What does the error code 113 mean?

Attached is the output of cygcheck. Maybe there's something wrong with 
environment variables,

but before lyx starts, it sets the following variables in lyxprofile:

export HOME=/cygdrive/d/Home

Obvious maybe, but do you have d drive?  It appears all your other paths
are c:\...

I use export HOME=/cygdrive/c/cygwin/home/blah

export DISPLAY=127.0.0.1:0.0;
export PATH=/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH
export USER=`id -un`
export MAKE_MODE=unix
export OSTYPE=cygwin
unset DOSDRIVE
unset DOSDIR
unset TMPDIR
unset TMP

Thanks in advance for your help!
  Sebastian









RE: LyX doesn't even start

2002-11-25 Thread Rob Saunders

Sebastian,

Sorry, forgot to indent last reply, try this one!

 LyX: Creating directory /cygdrive/d/home/.lyx/ and running
configure...


Problem could be here:

 export HOME=/cygdrive/d/Home

Obvious maybe, but do you have d drive?  It appears all your other paths
are c:\...

I use export HOME=/cygdrive/c/cygwin/home/blah 


 export DISPLAY=127.0.0.1:0.0;
 export PATH=/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH
 export USER=`id -un`
 export MAKE_MODE=unix
 export OSTYPE=cygwin
 unset DOSDRIVE
 unset DOSDIR
 unset TMPDIR
 unset TMP
 
 Thanks in advance for your help!
   Sebastian





Re: LyX doesn't even start

2002-11-25 Thread Andre Poenitz
On Mon, Nov 25, 2002 at 11:43:13AM -, Rob Saunders wrote:
 
 The problem is I can't start the LyX port for Windows.

Problem here is that not many developers use Windows for LyX...

 I'm using XP (MikTeX, X-Win32), and when I try to start LyX, I get the
 following error message:

 LyX: Creating directory /cygdrive/d/home/.lyx/ and running configure...
 grep: writing output: Bad file descriptor

Could you search through the configure script for 'grep' and add lines
echoing the command in order to figure out which lines fail?

Although 70 of them somehow sounds like every grep fails

Does stuff like  echo $VERSION | grep 'cvs' /dev/null   work under
Windows? (Cygwin that is, I suppose?)

Andre' 

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



RE: LyX doesn't even start

2002-11-25 Thread Rob Saunders


-Original Message-
From: Sebastian Obermeier [mailto:[EMAIL PROTECTED]] 
Sent: 24 November 2002 16:11
To: [EMAIL PROTECTED]
Subject: LyX doesn't even start

Hi!

Claus Hentschel recommended to write to this mailing list, because he 
doesn't know what is wrong.

The problem is I can't start the LyX port for Windows. I'm using XP 
(MikTeX, X-Win32), and when I try to start LyX, I get the following
error 
message:

LyX: Creating directory /cygdrive/d/home/.lyx/ and running configure...
grep: writing output: Bad file descriptor
grep: writing output: Bad file descriptor
[... same grep-Message 70times repeated]
grep: writing output: Bad file descriptor
grep: write error: Bad file descriptor
LyX: Done!
XIO:  fatal IO error 113 (Connection aborted) on X server
192.168.0.1:0.0
   after 73 requests (70 known processed) with 0 events remaining.

If I start LyX again, then I only get the following error message

XIO:  fatal IO error 113 (Connection aborted) on X server
192.168.0.1:0.0
   after 373 requests (370 known processed) with 0 events remaining.

The connection to the X-server is ok, because if I start with no present

home-directory, I get a window within the X-server saying that the user 
directory cannot be created.

I tried everything, I started Windows in secure modus; I copied the
files 
from a working Win' 98 Lyx (which has the same file structure) to XP
(same 
error), I installed LyX, MikTeX and Cygwin several times, I installed it
to 
Win XP of my neighbour (it works there without a problem).

Now I don't have any idea, what I can try to get it working :-(

What does the error code 113 mean?

Attached is the output of cygcheck. Maybe there's something wrong with 
environment variables,

but before lyx starts, it sets the following variables in lyxprofile:

export HOME=/cygdrive/d/Home

Obvious maybe, but do you have d drive?  It appears all your other paths
are c:\...

I use export HOME=/cygdrive/c/cygwin/home/blah

export DISPLAY=127.0.0.1:0.0;
export PATH=/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH
export USER=`id -un`
export MAKE_MODE=unix
export OSTYPE=cygwin
unset DOSDRIVE
unset DOSDIR
unset TMPDIR
unset TMP

Thanks in advance for your help!
  Sebastian









RE: LyX doesn't even start

2002-11-25 Thread Rob Saunders

Sebastian,

Sorry, forgot to indent last reply, try this one!

 LyX: Creating directory /cygdrive/d/home/.lyx/ and running
configure...


Problem could be here:

 export HOME=/cygdrive/d/Home

Obvious maybe, but do you have d drive?  It appears all your other paths
are c:\...

I use export HOME=/cygdrive/c/cygwin/home/blah 


 export DISPLAY=127.0.0.1:0.0;
 export PATH=/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH
 export USER=`id -un`
 export MAKE_MODE=unix
 export OSTYPE=cygwin
 unset DOSDRIVE
 unset DOSDIR
 unset TMPDIR
 unset TMP
 
 Thanks in advance for your help!
   Sebastian





Re: LyX doesn't even start

2002-11-25 Thread Andre Poenitz
On Mon, Nov 25, 2002 at 11:43:13AM -, Rob Saunders wrote:
 
 The problem is I can't start the LyX port for Windows.

Problem here is that not many developers use Windows for LyX...

 I'm using XP (MikTeX, X-Win32), and when I try to start LyX, I get the
 following error message:

 LyX: Creating directory /cygdrive/d/home/.lyx/ and running configure...
 grep: writing output: Bad file descriptor

Could you search through the configure script for 'grep' and add lines
echoing the command in order to figure out which lines fail?

Although 70 of them somehow sounds like every grep fails

Does stuff like  echo $VERSION | grep 'cvs' /dev/null   work under
Windows? (Cygwin that is, I suppose?)

Andre' 

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



RE: LyX doesn't even start

2002-11-25 Thread Rob Saunders


-Original Message-
From: Sebastian Obermeier [mailto:[EMAIL PROTECTED]] 
Sent: 24 November 2002 16:11
To: [EMAIL PROTECTED]
Subject: LyX doesn't even start

Hi!

Claus Hentschel recommended to write to this mailing list, because he 
doesn't know what is wrong.

The problem is I can't start the LyX port for Windows. I'm using XP 
(MikTeX, X-Win32), and when I try to start LyX, I get the following
error 
message:

LyX: Creating directory /cygdrive/d/home/.lyx/ and running configure...
grep: writing output: Bad file descriptor
grep: writing output: Bad file descriptor
[... same grep-Message 70times repeated]
grep: writing output: Bad file descriptor
grep: write error: Bad file descriptor
LyX: Done!
XIO:  fatal IO error 113 (Connection aborted) on X server
"192.168.0.1:0.0"
   after 73 requests (70 known processed) with 0 events remaining.

If I start LyX again, then I only get the following error message

XIO:  fatal IO error 113 (Connection aborted) on X server
"192.168.0.1:0.0"
   after 373 requests (370 known processed) with 0 events remaining.

The connection to the X-server is ok, because if I start with no present

home-directory, I get a window within the X-server saying that the user 
directory cannot be created.

I tried everything, I started Windows in "secure modus"; I copied the
files 
from a working Win' 98 Lyx (which has the same file structure) to XP
(same 
error), I installed LyX, MikTeX and Cygwin several times, I installed it
to 
Win XP of my neighbour (it works there without a problem).

Now I don't have any idea, what I can try to get it working :-(

What does the error code 113 mean?

Attached is the output of cygcheck. Maybe there's something wrong with 
environment variables,

but before lyx starts, it sets the following variables in lyxprofile:

export HOME="/cygdrive/d/Home"

Obvious maybe, but do you have d drive?  It appears all your other paths
are c:\...

I use export HOME="/cygdrive/c/cygwin/home/blah"

export DISPLAY=127.0.0.1:0.0;
export PATH="/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH"
export USER="`id -un`"
export MAKE_MODE=unix
export OSTYPE=cygwin
unset DOSDRIVE
unset DOSDIR
unset TMPDIR
unset TMP

Thanks in advance for your help!
  Sebastian









RE: LyX doesn't even start

2002-11-25 Thread Rob Saunders

Sebastian,

Sorry, forgot to indent last reply, try this one!

> LyX: Creating directory /cygdrive/d/home/.lyx/ and running
configure...


Problem could be here:

> export HOME="/cygdrive/d/Home"

Obvious maybe, but do you have d drive?  It appears all your other paths
are c:\...

I use export HOME="/cygdrive/c/cygwin/home/blah" 


> export DISPLAY=127.0.0.1:0.0;
> export PATH="/usr/bin:/usr/local/bin:/usr/X11R6/bin:/bin:$PATH"
> export USER="`id -un`"
> export MAKE_MODE=unix
> export OSTYPE=cygwin
> unset DOSDRIVE
> unset DOSDIR
> unset TMPDIR
> unset TMP
> 
> Thanks in advance for your help!
>   Sebastian





Re: LyX doesn't even start

2002-11-25 Thread Andre Poenitz
On Mon, Nov 25, 2002 at 11:43:13AM -, Rob Saunders wrote:
> 
> The problem is I can't start the LyX port for Windows.

Problem here is that not many developers use Windows for LyX...

> I'm using XP (MikTeX, X-Win32), and when I try to start LyX, I get the
> following error message:
>
> LyX: Creating directory /cygdrive/d/home/.lyx/ and running configure...
> grep: writing output: Bad file descriptor

Could you search through the configure script for 'grep' and add lines
echoing the command in order to figure out which lines fail?

Although 70 of them somehow sounds like "every grep fails"

Does stuff like  echo "$VERSION" | grep 'cvs' >/dev/null   work under
Windows? (Cygwin that is, I suppose?)

Andre' 

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)