Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
I'm trying to compile the preversion on Mac OSX (10.4.3 with the  
standard installed Bourne shell). I follow the instructions in the  
INSTALL.MacOSX-file. QT compilation works fine (except that rm lib/ 
libqt.la does not work since libqt.la is missing).
The problem comes with LyX configure, where I get ** qt library not  
found !. (Naturally subsequent compilation of LyX fails.)
Going through the log-file I see that QTDIR seems to be pointing  
towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt- 
mac-opensource-src-4.1.0')

Is this a known problem?

Anders Ekberg


Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Georg Baum
On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
 The problem comes with LyX configure, where I get ** qt library not
 found !. (Naturally subsequent compilation of LyX fails.)
 Going through the log-file I see that QTDIR seems to be pointing
 towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt-
 mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

 Is this a known problem?

The problem is at your side. The configure script intentionally uses QTDIR to 
determine where qt is. You should either set it to point to the binary 
installation (it is never set by configure, so you or the qt install must 
have set it), or you could use the switches --with-qt-includes and 
--with-qt-libraries of configure if you don't have a a single qt directory.


Georg



Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
Thanks! The use of Qt 3.3.5 solved all the configuration problems  
(maybe this should be noted in the INSTALL.MacOSX-file since the  
current instruction:
Download the GPL-licensed Qt/Mac Free Edition library source code  
from http://www.trolltech.com/download/qt/mac.html points at  
version 3.4.


Unfortunately, the compilation ends in an error. The final terminal  
messages are:

...
BiblioModuleBase.C:109: error: syntax error before `-' token
BiblioModuleBase.C:110: error: syntax error before `-' token
BiblioModuleBase.C:111: warning: ISO C++ forbids declaration of `add'  
with no

   type
BiblioModuleBase.C:111: error: `int QToolTip::add' is not a static  
member of `

   class QToolTip'
BiblioModuleBase.C:111: warning: initializer list being treated as  
compound

   expression
BiblioModuleBase.C:111: warning: invalid conversion from `const  
char*' to `int'

BiblioModuleBase.C:112: error: parse error before `}' token
make[9]: *** [BiblioModuleBase.lo] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?

Anders


On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
 The problem comes with LyX configure, where I get ** qt library not
 found !. (Naturally subsequent compilation of LyX fails.)
 Going through the log-file I see that QTDIR seems to be pointing
 towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt-
 mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

 Is this a known problem?

The problem is at your side. The configure script intentionally  
uses QTDIR to

determine where qt is. You should either set it to point to the binary
installation (it is never set by configure, so you or the qt  
install must

have set it), or you could use the switches --with-qt-includes and
--with-qt-libraries of configure if you don't have a a single qt  
directory.



Georg




Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Bonhôte, André

Hi Anders

On 28.12.2005, at 14:45, Anders Ekberg wrote:


make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?


You sure you switched to gcc 3.3? I tried to compile it some hours  
ago, and it works fine (although I switched back to my old 1.3.6).



André Bonhôte

Systems Engineer
COLT
Mürtschenstrasse 27
CH-8048 Zürich/Switzerland
Tel:   +41 (0)44 560 06 00  Internal: 8411 0501
Fax:  +41 (0)44 563 05 01
[EMAIL PROTECTED]
www.colt.net
Data | Voice | Managed Services




Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
Downloaded a fresh version and recompiled (this time I put LyX.app in  
a local directory and set corresponding flags). Now it works like a  
charm. Sorry for any confusion and thanks for all help!


Anders Ekberg

On 28 dec 2005, at 14.45, Anders Ekberg wrote:

Thanks! The use of Qt 3.3.5 solved all the configuration problems  
(maybe this should be noted in the INSTALL.MacOSX-file since the  
current instruction:
Download the GPL-licensed Qt/Mac Free Edition library source code  
from http://www.trolltech.com/download/qt/mac.html points at  
version 3.4.


Unfortunately, the compilation ends in an error. The final terminal  
messages are:

...
BiblioModuleBase.C:109: error: syntax error before `-' token
BiblioModuleBase.C:110: error: syntax error before `-' token
BiblioModuleBase.C:111: warning: ISO C++ forbids declaration of  
`add' with no

   type
BiblioModuleBase.C:111: error: `int QToolTip::add' is not a static  
member of `

   class QToolTip'
BiblioModuleBase.C:111: warning: initializer list being treated as  
compound

   expression
BiblioModuleBase.C:111: warning: invalid conversion from `const  
char*' to `int'

BiblioModuleBase.C:112: error: parse error before `}' token
make[9]: *** [BiblioModuleBase.lo] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?

Anders


On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
 The problem comes with LyX configure, where I get ** qt library  
not

 found !. (Naturally subsequent compilation of LyX fails.)
 Going through the log-file I see that QTDIR seems to be pointing
 towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/ 
qt-

 mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

 Is this a known problem?

The problem is at your side. The configure script intentionally  
uses QTDIR to
determine where qt is. You should either set it to point to the  
binary
installation (it is never set by configure, so you or the qt  
install must

have set it), or you could use the switches --with-qt-includes and
--with-qt-libraries of configure if you don't have a a single qt  
directory.



Georg






Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
I'm trying to compile the preversion on Mac OSX (10.4.3 with the  
standard installed Bourne shell). I follow the instructions in the  
INSTALL.MacOSX-file. QT compilation works fine (except that rm lib/ 
libqt.la does not work since libqt.la is missing).
The problem comes with LyX configure, where I get ** qt library not  
found !. (Naturally subsequent compilation of LyX fails.)
Going through the log-file I see that QTDIR seems to be pointing  
towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt- 
mac-opensource-src-4.1.0')

Is this a known problem?

Anders Ekberg


Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Georg Baum
On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
 The problem comes with LyX configure, where I get ** qt library not
 found !. (Naturally subsequent compilation of LyX fails.)
 Going through the log-file I see that QTDIR seems to be pointing
 towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt-
 mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

 Is this a known problem?

The problem is at your side. The configure script intentionally uses QTDIR to 
determine where qt is. You should either set it to point to the binary 
installation (it is never set by configure, so you or the qt install must 
have set it), or you could use the switches --with-qt-includes and 
--with-qt-libraries of configure if you don't have a a single qt directory.


Georg



Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
Thanks! The use of Qt 3.3.5 solved all the configuration problems  
(maybe this should be noted in the INSTALL.MacOSX-file since the  
current instruction:
Download the GPL-licensed Qt/Mac Free Edition library source code  
from http://www.trolltech.com/download/qt/mac.html points at  
version 3.4.


Unfortunately, the compilation ends in an error. The final terminal  
messages are:

...
BiblioModuleBase.C:109: error: syntax error before `-' token
BiblioModuleBase.C:110: error: syntax error before `-' token
BiblioModuleBase.C:111: warning: ISO C++ forbids declaration of `add'  
with no

   type
BiblioModuleBase.C:111: error: `int QToolTip::add' is not a static  
member of `

   class QToolTip'
BiblioModuleBase.C:111: warning: initializer list being treated as  
compound

   expression
BiblioModuleBase.C:111: warning: invalid conversion from `const  
char*' to `int'

BiblioModuleBase.C:112: error: parse error before `}' token
make[9]: *** [BiblioModuleBase.lo] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?

Anders


On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
 The problem comes with LyX configure, where I get ** qt library not
 found !. (Naturally subsequent compilation of LyX fails.)
 Going through the log-file I see that QTDIR seems to be pointing
 towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt-
 mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

 Is this a known problem?

The problem is at your side. The configure script intentionally  
uses QTDIR to

determine where qt is. You should either set it to point to the binary
installation (it is never set by configure, so you or the qt  
install must

have set it), or you could use the switches --with-qt-includes and
--with-qt-libraries of configure if you don't have a a single qt  
directory.



Georg




Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Bonhôte, André

Hi Anders

On 28.12.2005, at 14:45, Anders Ekberg wrote:


make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?


You sure you switched to gcc 3.3? I tried to compile it some hours  
ago, and it works fine (although I switched back to my old 1.3.6).



André Bonhôte

Systems Engineer
COLT
Mürtschenstrasse 27
CH-8048 Zürich/Switzerland
Tel:   +41 (0)44 560 06 00  Internal: 8411 0501
Fax:  +41 (0)44 563 05 01
[EMAIL PROTECTED]
www.colt.net
Data | Voice | Managed Services




Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
Downloaded a fresh version and recompiled (this time I put LyX.app in  
a local directory and set corresponding flags). Now it works like a  
charm. Sorry for any confusion and thanks for all help!


Anders Ekberg

On 28 dec 2005, at 14.45, Anders Ekberg wrote:

Thanks! The use of Qt 3.3.5 solved all the configuration problems  
(maybe this should be noted in the INSTALL.MacOSX-file since the  
current instruction:
Download the GPL-licensed Qt/Mac Free Edition library source code  
from http://www.trolltech.com/download/qt/mac.html points at  
version 3.4.


Unfortunately, the compilation ends in an error. The final terminal  
messages are:

...
BiblioModuleBase.C:109: error: syntax error before `-' token
BiblioModuleBase.C:110: error: syntax error before `-' token
BiblioModuleBase.C:111: warning: ISO C++ forbids declaration of  
`add' with no

   type
BiblioModuleBase.C:111: error: `int QToolTip::add' is not a static  
member of `

   class QToolTip'
BiblioModuleBase.C:111: warning: initializer list being treated as  
compound

   expression
BiblioModuleBase.C:111: warning: invalid conversion from `const  
char*' to `int'

BiblioModuleBase.C:112: error: parse error before `}' token
make[9]: *** [BiblioModuleBase.lo] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?

Anders


On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
 The problem comes with LyX configure, where I get ** qt library  
not

 found !. (Naturally subsequent compilation of LyX fails.)
 Going through the log-file I see that QTDIR seems to be pointing
 towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/ 
qt-

 mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

 Is this a known problem?

The problem is at your side. The configure script intentionally  
uses QTDIR to
determine where qt is. You should either set it to point to the  
binary
installation (it is never set by configure, so you or the qt  
install must

have set it), or you could use the switches --with-qt-includes and
--with-qt-libraries of configure if you don't have a a single qt  
directory.



Georg






Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
I'm trying to compile the preversion on Mac OSX (10.4.3 with the  
standard installed Bourne shell). I follow the instructions in the  
INSTALL.MacOSX-file. QT compilation works fine (except that "rm lib/ 
libqt.la" does not work since libqt.la is missing).
The problem comes with LyX configure, where I get "** qt library not  
found !". (Naturally subsequent compilation of LyX fails.)
Going through the log-file I see that QTDIR seems to be pointing  
towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt- 
mac-opensource-src-4.1.0')

Is this a known problem?

Anders Ekberg


Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Georg Baum
On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
> The problem comes with LyX configure, where I get "** qt library not
> found !". (Naturally subsequent compilation of LyX fails.)
> Going through the log-file I see that QTDIR seems to be pointing
> towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt-
> mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

> Is this a known problem?

The problem is at your side. The configure script intentionally uses QTDIR to 
determine where qt is. You should either set it to point to the binary 
installation (it is never set by configure, so you or the qt install must 
have set it), or you could use the switches --with-qt-includes and 
--with-qt-libraries of configure if you don't have a a single qt directory.


Georg



Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
Thanks! The use of Qt 3.3.5 solved all the configuration problems  
(maybe this should be noted in the INSTALL.MacOSX-file since the  
current instruction:
"Download the GPL-licensed Qt/Mac Free Edition library source code  
from " points at  
version 3.4.


Unfortunately, the compilation ends in an error. The final terminal  
messages are:

...
BiblioModuleBase.C:109: error: syntax error before `->' token
BiblioModuleBase.C:110: error: syntax error before `->' token
BiblioModuleBase.C:111: warning: ISO C++ forbids declaration of `add'  
with no

   type
BiblioModuleBase.C:111: error: `int QToolTip::add' is not a static  
member of `

   class QToolTip'
BiblioModuleBase.C:111: warning: initializer list being treated as  
compound

   expression
BiblioModuleBase.C:111: warning: invalid conversion from `const  
char*' to `int'

BiblioModuleBase.C:112: error: parse error before `}' token
make[9]: *** [BiblioModuleBase.lo] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?

Anders


On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
> The problem comes with LyX configure, where I get "** qt library not
> found !". (Naturally subsequent compilation of LyX fails.)
> Going through the log-file I see that QTDIR seems to be pointing
> towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt-
> mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

> Is this a known problem?

The problem is at your side. The configure script intentionally  
uses QTDIR to

determine where qt is. You should either set it to point to the binary
installation (it is never set by configure, so you or the qt  
install must

have set it), or you could use the switches --with-qt-includes and
--with-qt-libraries of configure if you don't have a a single qt  
directory.



Georg




Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Bonhôte, André

Hi Anders

On 28.12.2005, at 14:45, Anders Ekberg wrote:


make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?


You sure you switched to gcc 3.3? I tried to compile it some hours  
ago, and it works fine (although I switched back to my old 1.3.6).



André Bonhôte

Systems Engineer
COLT
Mürtschenstrasse 27
CH-8048 Zürich/Switzerland
Tel:   +41 (0)44 560 06 00  Internal: 8411 0501
Fax:  +41 (0)44 563 05 01
[EMAIL PROTECTED]
www.colt.net
Data | Voice | Managed Services




Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anders Ekberg
Downloaded a fresh version and recompiled (this time I put LyX.app in  
a local directory and set corresponding flags). Now it works like a  
charm. Sorry for any confusion and thanks for all help!


Anders Ekberg

On 28 dec 2005, at 14.45, Anders Ekberg wrote:

Thanks! The use of Qt 3.3.5 solved all the configuration problems  
(maybe this should be noted in the INSTALL.MacOSX-file since the  
current instruction:
"Download the GPL-licensed Qt/Mac Free Edition library source code  
from " points at  
version 3.4.


Unfortunately, the compilation ends in an error. The final terminal  
messages are:

...
BiblioModuleBase.C:109: error: syntax error before `->' token
BiblioModuleBase.C:110: error: syntax error before `->' token
BiblioModuleBase.C:111: warning: ISO C++ forbids declaration of  
`add' with no

   type
BiblioModuleBase.C:111: error: `int QToolTip::add' is not a static  
member of `

   class QToolTip'
BiblioModuleBase.C:111: warning: initializer list being treated as  
compound

   expression
BiblioModuleBase.C:111: warning: invalid conversion from `const  
char*' to `int'

BiblioModuleBase.C:112: error: parse error before `}' token
make[9]: *** [BiblioModuleBase.lo] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Does anyone have a good idea on how to overcome this?

Anders


On Tuesday 27 December 2005 18:39, Anders Ekberg wrote:
> The problem comes with LyX configure, where I get "** qt library  
not

> found !". (Naturally subsequent compilation of LyX fails.)
> Going through the log-file I see that QTDIR seems to be pointing
> towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/ 
qt-

> mac-opensource-src-4.1.0')

LyX does not work with qt 4.x, you need qt 3.x.

> Is this a known problem?

The problem is at your side. The configure script intentionally  
uses QTDIR to
determine where qt is. You should either set it to point to the  
binary
installation (it is never set by configure, so you or the qt  
install must

have set it), or you could use the switches --with-qt-includes and
--with-qt-libraries of configure if you don't have a a single qt  
directory.



Georg






Re: [prerelease] LyX 1.4.0pre3 - math fonts

2005-12-27 Thread Pol
Lars Gullik Bjønnes wrote:
 This is the third pre-release of LyX 1.4.0.

Succesfully compiled on intel/centrino and gcc 4.0.3 with qt libs
Size is about 4.5 MB, as expected (few months ago the resulting size was
much larger, for unknown reasons)

I noticed that math text is displayed in bold; is it possible to have it
 in normal style? (i am using the bitstream Vera font)

thank you
--
pol



Re: [prerelease] LyX 1.4.0pre3 - math fonts

2005-12-27 Thread Pol
Lars Gullik Bjønnes wrote:
 This is the third pre-release of LyX 1.4.0.

Succesfully compiled on intel/centrino and gcc 4.0.3 with qt libs
Size is about 4.5 MB, as expected (few months ago the resulting size was
much larger, for unknown reasons)

I noticed that math text is displayed in bold; is it possible to have it
 in normal style? (i am using the bitstream Vera font)

thank you
--
pol



Re: [prerelease] LyX 1.4.0pre3 - math fonts

2005-12-27 Thread Pol
Lars Gullik Bjønnes wrote:
> This is the third pre-release of LyX 1.4.0.

Succesfully compiled on intel/centrino and gcc 4.0.3 with qt libs
Size is about 4.5 MB, as expected (few months ago the resulting size was
much larger, for unknown reasons)

I noticed that math text is displayed in bold; is it possible to have it
 in normal style? (i am using the bitstream Vera font)

thank you
--
pol



Re: [prerelease] LyX 1.4.0pre3

2005-12-25 Thread Stephen Harris


- Original Message - 
From: Lars Gullik Bjønnes [EMAIL PROTECTED]

To: lyx-devel@lists.lyx.org; lyx-users@lists.lyx.org
Sent: Saturday, December 24, 2005 5:40 AM
Subject: [prerelease] LyX 1.4.0pre3




This is the third pre-release of LyX 1.4.0.

This is getting close to what will be in the final release, only some
speed issues, documentation updates and some small other stuff is
likely to be changed after this.

As always this is pre-release code, and must be handled as such. Be
sure to backup your important stuff.

Please report all issues with these packages to
lyx-devel@lists.lyx.org

ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.bz2

--
Lgb



Before I used Michael Girz' instructions to compile LyX1.4.0 cvs
which are fairly involved. I was able to install lyx1.4.0pre3 though,
without any editing, just docs: Install_Win32, build_lyxwin.sh and
package_lyxwin.sh. It took a fair amount of disk space and memory.

The LyX config directory under Application Data seemed smaller
than the LyX directory that was created by LyX137_pre5 which
also allows calm typing and spellchecking. (I used msys/mingw.)

My new impressions include liking the design of the toolbars/menu,
the change tracking feature, and I was surprised that it installed so
easily as these instructions didn't work for me with the cvs download.
I suppose that likely was my error.

Regards,
Stephen




Re: [prerelease] LyX 1.4.0pre3

2005-12-25 Thread Stephen Harris


- Original Message - 
From: Lars Gullik Bjønnes [EMAIL PROTECTED]

To: lyx-devel@lists.lyx.org; lyx-users@lists.lyx.org
Sent: Saturday, December 24, 2005 5:40 AM
Subject: [prerelease] LyX 1.4.0pre3




This is the third pre-release of LyX 1.4.0.

This is getting close to what will be in the final release, only some
speed issues, documentation updates and some small other stuff is
likely to be changed after this.

As always this is pre-release code, and must be handled as such. Be
sure to backup your important stuff.

Please report all issues with these packages to
lyx-devel@lists.lyx.org

ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.bz2

--
Lgb



Before I used Michael Girz' instructions to compile LyX1.4.0 cvs
which are fairly involved. I was able to install lyx1.4.0pre3 though,
without any editing, just docs: Install_Win32, build_lyxwin.sh and
package_lyxwin.sh. It took a fair amount of disk space and memory.

The LyX config directory under Application Data seemed smaller
than the LyX directory that was created by LyX137_pre5 which
also allows calm typing and spellchecking. (I used msys/mingw.)

My new impressions include liking the design of the toolbars/menu,
the change tracking feature, and I was surprised that it installed so
easily as these instructions didn't work for me with the cvs download.
I suppose that likely was my error.

Regards,
Stephen




Re: [prerelease] LyX 1.4.0pre3

2005-12-25 Thread Stephen Harris


- Original Message - 
From: ""Lars Gullik Bjønnes"" <[EMAIL PROTECTED]>

To: <lyx-devel@lists.lyx.org>; <lyx-users@lists.lyx.org>
Sent: Saturday, December 24, 2005 5:40 AM
Subject: [prerelease] LyX 1.4.0pre3




This is the third pre-release of LyX 1.4.0.

This is getting close to what will be in the final release, only some
speed issues, documentation updates and some small other stuff is
likely to be changed after this.

As always this is pre-release code, and must be handled as such. Be
sure to backup your important stuff.

Please report all issues with these packages to
lyx-devel@lists.lyx.org

ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.bz2

--
Lgb



Before I used Michael Girz' instructions to compile LyX1.4.0 cvs
which are fairly involved. I was able to install lyx1.4.0pre3 though,
without any editing, just docs: Install_Win32, build_lyxwin.sh and
package_lyxwin.sh. It took a fair amount of disk space and memory.

The LyX config directory under Application Data seemed smaller
than the LyX directory that was created by LyX137_pre5 which
also allows calm typing and spellchecking. (I used msys/mingw.)

My new impressions include liking the design of the toolbars/menu,
the change tracking feature, and I was surprised that it installed so
easily as these instructions didn't work for me with the cvs download.
I suppose that likely was my error.

Regards,
Stephen




[prerelease] LyX 1.4.0pre3

2005-12-24 Thread Lars Gullik Bjønnes

This is the third pre-release of LyX 1.4.0.

This is getting close to what will be in the final release, only some
speed issues, documentation updates and some small other stuff is
likely to be changed after this.

As always this is pre-release code, and must be handled as such. Be
sure to backup your important stuff.

Please report all issues with these packages to
lyx-devel@lists.lyx.org

ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.bz2

-- 
Lgb


[prerelease] LyX 1.4.0pre3

2005-12-24 Thread Lars Gullik Bjønnes

This is the third pre-release of LyX 1.4.0.

This is getting close to what will be in the final release, only some
speed issues, documentation updates and some small other stuff is
likely to be changed after this.

As always this is pre-release code, and must be handled as such. Be
sure to backup your important stuff.

Please report all issues with these packages to
lyx-devel@lists.lyx.org

ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.bz2

-- 
Lgb


[prerelease] LyX 1.4.0pre3

2005-12-24 Thread Lars Gullik Bjønnes

This is the third pre-release of LyX 1.4.0.

This is getting close to what will be in the final release, only some
speed issues, documentation updates and some small other stuff is
likely to be changed after this.

As always this is pre-release code, and must be handled as such. Be
sure to backup your important stuff.

Please report all issues with these packages to
lyx-devel@lists.lyx.org

ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre3.tar.bz2

-- 
Lgb