Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
All,

I apologize beforehand if this is one of those emails that appears a lot on
the list. I have looked through the www.lyx.org website and don't seem to be
able to find what I am looking for.

Recently, I downloaded lyx 1.3.6 for Windows and installed it. At first,
everything worked great until I attempted to install some packages that I
just skipped through during initial installation. Now, when I run lyx, I
instantly get a popup message that says

LyX wasn't able to find any layout description!

Check the contents of the file textclass.lst
Sorry, has to exist :-(

[OK]

I press the OK button and everything goes away. I looked at textclass.lst
and don't see anything useful. I attempted to manually run configure, but
that doesn't work either. I have also attempted to uninstall and reinstall,
but nothing changes.

Any help will be greatly appreciated.

John
- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



RE: Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
To answer your questions, yes they were latex packages, and yes I am using
MiKTeX.

I had only looked at the textclass.lst file in the C:\Program
Files\LyX\Resources\lyx directory. You are correct that the one that I did
not check (in C:\Documents and
Settings\your_id_here\Application Data\lyx) is 0-length. I copied the global
one to the local one but that didn't work.

When I try running sh configure, it doesn't run because paths don't appear
to be set up right. I decided not to try to fix that because I wasn't sure
it would get me anywhere.

John

- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Paul A. Rubin
Sent: Friday, December 23, 2005 2:18 PM
To: lyx-users@lists.lyx.org
Subject: Re: Windows Installation Problem


John W. Sheppard, PhD wrote:

 I apologize beforehand if this is one of those emails that appears a lot
on
 the list. I have looked through the www.lyx.org website and don't seem to
be
 able to find what I am looking for.

The empty textclass.lst phenomenon occurs repeatedly in the list, but
your symptoms are somewhat different from most.

 Recently, I downloaded lyx 1.3.6 for Windows and installed it. At first,
 everything worked great until I attempted to install some packages that I
 just skipped through during initial installation.

Were the skipped packages LaTeX packages (and, if so, are you using
MiKTeX), or were they supporting programs (Ghostscript, MinSYS, ...)?

 Now, when I run lyx, I
 instantly get a popup message that says

 LyX wasn't able to find any layout description!

 Check the contents of the file textclass.lst
 Sorry, has to exist :-(

 [OK]

 I press the OK button and everything goes away. I looked at textclass.lst
 and don't see anything useful.

There are (or should be) two copies of textclass.lst on your system.
One would be in C:\Program Files\LyX\Resources\lyx (assuming that's
where you installed LyX), and the other would be in C:\Documents and
Settings\your_id_here\Application Data\lyx.  Which did you look at
(both?), and did you see content in them, or were they empty (zero
bytes)?  The most common, if not only, problem with textclass.lst on
Windows systems seems to be the configure script writing a zero-length
file as a result of something going wrong.

 I attempted to manually run configure, but
 that doesn't work either. I have also attempted to uninstall and
reinstall,
 but nothing changes.

By manually run, do you mean running 'sh configure' in the C:\Program
Files\LyX\Resources\lyx directory?  If so, does that spew a lot of
progress information to the shell window and, most importantly, does it
indicate that a working copy of latex.exe was found?

Paul





RE: Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
This is all very strange. I copied the file again, and it now seems to be
working.

Sorry for the false alarm, and thanks for the advice.

John

- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



-Original Message-
From: Stephen Harris [mailto:[EMAIL PROTECTED]
Sent: Friday, December 23, 2005 5:23 PM
To: John W. Sheppard, PhD; lyx-users@lists.lyx.org
Subject: Re: Windows Installation Problem



- Original Message -
From: John W. Sheppard, PhD [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Sent: Friday, December 23, 2005 12:41 PM
Subject: RE: Windows Installation Problem


 To answer your questions, yes they were latex packages, and yes I am using
 MiKTeX.

 I had only looked at the textclass.lst file in the C:\Program
 Files\LyX\Resources\lyx directory. You are correct that the one that I did
 not check (in C:\Documents and
 Settings\your_id_here\Application Data\lyx) is 0-length. I copied the
 global
 one to the local one but that didn't work.

 When I try running sh configure, it doesn't run because paths don't appear
 to be set up right. I decided not to try to fix that because I wasn't sure
 it would get me anywhere.

 John


That means you probably dont have Msys in your Windows PATH

Suppose that you have Msys etc installed in C:\Msys\1.0\bin
and bin is where sh.exe is located. Then you should try from

C:\Msys\1.0\bin\sh.exe configure  [using the dos cmd prompt]

you would be in your ~lyx\resources\lyx directory which contains
the configure file, and type in C:\Msys\1.0\bin\sh.exe configure enter
(but no quotes when you type it) from the lyx\resources\lyx directory.

For me this looks like:
C:\Lyx\resources\lyx C:\msys\1.0\bin\sh.exe configure enter

But you want to substitute your actual installation location,
maybe c:\program files\lyx\resources\lyx, in place of my location.

Regards,
Stephen






Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
All,

I apologize beforehand if this is one of those emails that appears a lot on
the list. I have looked through the www.lyx.org website and don't seem to be
able to find what I am looking for.

Recently, I downloaded lyx 1.3.6 for Windows and installed it. At first,
everything worked great until I attempted to install some packages that I
just skipped through during initial installation. Now, when I run lyx, I
instantly get a popup message that says

LyX wasn't able to find any layout description!

Check the contents of the file textclass.lst
Sorry, has to exist :-(

[OK]

I press the OK button and everything goes away. I looked at textclass.lst
and don't see anything useful. I attempted to manually run configure, but
that doesn't work either. I have also attempted to uninstall and reinstall,
but nothing changes.

Any help will be greatly appreciated.

John
- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



RE: Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
To answer your questions, yes they were latex packages, and yes I am using
MiKTeX.

I had only looked at the textclass.lst file in the C:\Program
Files\LyX\Resources\lyx directory. You are correct that the one that I did
not check (in C:\Documents and
Settings\your_id_here\Application Data\lyx) is 0-length. I copied the global
one to the local one but that didn't work.

When I try running sh configure, it doesn't run because paths don't appear
to be set up right. I decided not to try to fix that because I wasn't sure
it would get me anywhere.

John

- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Paul A. Rubin
Sent: Friday, December 23, 2005 2:18 PM
To: lyx-users@lists.lyx.org
Subject: Re: Windows Installation Problem


John W. Sheppard, PhD wrote:

 I apologize beforehand if this is one of those emails that appears a lot
on
 the list. I have looked through the www.lyx.org website and don't seem to
be
 able to find what I am looking for.

The empty textclass.lst phenomenon occurs repeatedly in the list, but
your symptoms are somewhat different from most.

 Recently, I downloaded lyx 1.3.6 for Windows and installed it. At first,
 everything worked great until I attempted to install some packages that I
 just skipped through during initial installation.

Were the skipped packages LaTeX packages (and, if so, are you using
MiKTeX), or were they supporting programs (Ghostscript, MinSYS, ...)?

 Now, when I run lyx, I
 instantly get a popup message that says

 LyX wasn't able to find any layout description!

 Check the contents of the file textclass.lst
 Sorry, has to exist :-(

 [OK]

 I press the OK button and everything goes away. I looked at textclass.lst
 and don't see anything useful.

There are (or should be) two copies of textclass.lst on your system.
One would be in C:\Program Files\LyX\Resources\lyx (assuming that's
where you installed LyX), and the other would be in C:\Documents and
Settings\your_id_here\Application Data\lyx.  Which did you look at
(both?), and did you see content in them, or were they empty (zero
bytes)?  The most common, if not only, problem with textclass.lst on
Windows systems seems to be the configure script writing a zero-length
file as a result of something going wrong.

 I attempted to manually run configure, but
 that doesn't work either. I have also attempted to uninstall and
reinstall,
 but nothing changes.

By manually run, do you mean running 'sh configure' in the C:\Program
Files\LyX\Resources\lyx directory?  If so, does that spew a lot of
progress information to the shell window and, most importantly, does it
indicate that a working copy of latex.exe was found?

Paul





RE: Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
This is all very strange. I copied the file again, and it now seems to be
working.

Sorry for the false alarm, and thanks for the advice.

John

- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



-Original Message-
From: Stephen Harris [mailto:[EMAIL PROTECTED]
Sent: Friday, December 23, 2005 5:23 PM
To: John W. Sheppard, PhD; lyx-users@lists.lyx.org
Subject: Re: Windows Installation Problem



- Original Message -
From: John W. Sheppard, PhD [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Sent: Friday, December 23, 2005 12:41 PM
Subject: RE: Windows Installation Problem


 To answer your questions, yes they were latex packages, and yes I am using
 MiKTeX.

 I had only looked at the textclass.lst file in the C:\Program
 Files\LyX\Resources\lyx directory. You are correct that the one that I did
 not check (in C:\Documents and
 Settings\your_id_here\Application Data\lyx) is 0-length. I copied the
 global
 one to the local one but that didn't work.

 When I try running sh configure, it doesn't run because paths don't appear
 to be set up right. I decided not to try to fix that because I wasn't sure
 it would get me anywhere.

 John


That means you probably dont have Msys in your Windows PATH

Suppose that you have Msys etc installed in C:\Msys\1.0\bin
and bin is where sh.exe is located. Then you should try from

C:\Msys\1.0\bin\sh.exe configure  [using the dos cmd prompt]

you would be in your ~lyx\resources\lyx directory which contains
the configure file, and type in C:\Msys\1.0\bin\sh.exe configure enter
(but no quotes when you type it) from the lyx\resources\lyx directory.

For me this looks like:
C:\Lyx\resources\lyx C:\msys\1.0\bin\sh.exe configure enter

But you want to substitute your actual installation location,
maybe c:\program files\lyx\resources\lyx, in place of my location.

Regards,
Stephen






Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
All,

I apologize beforehand if this is one of those emails that appears a lot on
the list. I have looked through the www.lyx.org website and don't seem to be
able to find what I am looking for.

Recently, I downloaded lyx 1.3.6 for Windows and installed it. At first,
everything worked great until I attempted to install some packages that I
just "skipped through" during initial installation. Now, when I run lyx, I
instantly get a popup message that says

LyX wasn't able to find any layout description!

Check the contents of the file "textclass.lst"
Sorry, has to exist :-(

[OK]

I press the OK button and everything goes away. I looked at textclass.lst
and don't see anything useful. I attempted to "manually run" configure, but
that doesn't work either. I have also attempted to uninstall and reinstall,
but nothing changes.

Any help will be greatly appreciated.

John
- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



RE: Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
To answer your questions, yes they were latex packages, and yes I am using
MiKTeX.

I had only looked at the textclass.lst file in the C:\Program
Files\LyX\Resources\lyx directory. You are correct that the one that I did
not check (in C:\Documents and
Settings\your_id_here\Application Data\lyx) is 0-length. I copied the global
one to the local one but that didn't work.

When I try running sh configure, it doesn't run because paths don't appear
to be set up right. I decided not to try to fix that because I wasn't sure
it would get me anywhere.

John

- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Paul A. Rubin
Sent: Friday, December 23, 2005 2:18 PM
To: lyx-users@lists.lyx.org
Subject: Re: Windows Installation Problem


John W. Sheppard, PhD wrote:
>
> I apologize beforehand if this is one of those emails that appears a lot
on
> the list. I have looked through the www.lyx.org website and don't seem to
be
> able to find what I am looking for.

The empty textclass.lst phenomenon occurs repeatedly in the list, but
your symptoms are somewhat different from most.
>
> Recently, I downloaded lyx 1.3.6 for Windows and installed it. At first,
> everything worked great until I attempted to install some packages that I
> just "skipped through" during initial installation.

Were the "skipped" packages LaTeX packages (and, if so, are you using
MiKTeX), or were they supporting programs (Ghostscript, MinSYS, ...)?

> Now, when I run lyx, I
> instantly get a popup message that says
>
> LyX wasn't able to find any layout description!
>
> Check the contents of the file "textclass.lst"
> Sorry, has to exist :-(
>
> [OK]
>
> I press the OK button and everything goes away. I looked at textclass.lst
> and don't see anything useful.

There are (or should be) two copies of textclass.lst on your system.
One would be in C:\Program Files\LyX\Resources\lyx (assuming that's
where you installed LyX), and the other would be in C:\Documents and
Settings\your_id_here\Application Data\lyx.  Which did you look at
(both?), and did you see content in them, or were they empty (zero
bytes)?  The most common, if not only, problem with textclass.lst on
Windows systems seems to be the configure script writing a zero-length
file as a result of something going wrong.

> I attempted to "manually run" configure, but
> that doesn't work either. I have also attempted to uninstall and
reinstall,
> but nothing changes.

By "manually run", do you mean running 'sh configure' in the C:\Program
Files\LyX\Resources\lyx directory?  If so, does that spew a lot of
progress information to the shell window and, most importantly, does it
indicate that a working copy of latex.exe was found?

Paul





RE: Windows Installation Problem

2005-12-23 Thread John W. Sheppard, PhD
This is all very strange. I copied the file again, and it now seems to be
working.

Sorry for the false alarm, and thanks for the advice.

John

- - - - - - - - - -
Dr. John W. Sheppard
- Fellow and Assistant Research Professor
- ARINC and Johns Hopkins University
- [EMAIL PROTECTED] and [EMAIL PROTECTED]



-Original Message-
From: Stephen Harris [mailto:[EMAIL PROTECTED]
Sent: Friday, December 23, 2005 5:23 PM
To: John W. Sheppard, PhD; lyx-users@lists.lyx.org
Subject: Re: Windows Installation Problem



- Original Message -
From: "John W. Sheppard, PhD" <[EMAIL PROTECTED]>
To: <lyx-users@lists.lyx.org>
Sent: Friday, December 23, 2005 12:41 PM
Subject: RE: Windows Installation Problem


> To answer your questions, yes they were latex packages, and yes I am using
> MiKTeX.
>
> I had only looked at the textclass.lst file in the C:\Program
> Files\LyX\Resources\lyx directory. You are correct that the one that I did
> not check (in C:\Documents and
> Settings\your_id_here\Application Data\lyx) is 0-length. I copied the
> global
> one to the local one but that didn't work.
>
> When I try running sh configure, it doesn't run because paths don't appear
> to be set up right. I decided not to try to fix that because I wasn't sure
> it would get me anywhere.
>
> John
>

That means you probably dont have Msys in your Windows PATH

Suppose that you have Msys etc installed in C:\Msys\1.0\bin
and bin is where sh.exe is located. Then you should try from

C:\Msys\1.0\bin\sh.exe configure  [using the dos cmd prompt]

you would be in your ~lyx\resources\lyx directory which contains
the configure file, and type in "C:\Msys\1.0\bin\sh.exe configure" 
(but no quotes when you type it) from the lyx\resources\lyx directory.

For "me" this looks like:
C:\Lyx\resources\lyx> C:\msys\1.0\bin\sh.exe configure 

But you want to substitute your actual installation location,
maybe c:\program files\lyx\resources\lyx, in place of "my" location.

Regards,
Stephen