>>To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
>>Subject: Release of LyX 1.1.3.
>>From: [EMAIL PROTECTED] (Lars Gullik Bj�nnes)
>>Date: 01 Dec 1999 01:25:05 +0100
[snip]
>>Note that the internal code changes have been great, so unwanted bugs
>>might have sneaked in. No serious bugs have been reported, but use
>>with care.
>>
>>LyX 1.1.3 can be downloaded from:
>>
>>ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.3.tar.tgz
>>(will be moved to stable if few/no serious bugs are reported)
>>ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.3.tar.gz
>>
>>I am sure that pointers to rpm's for Redhat will be posted soon.
>>
>> Lgb
Compilation on Sun/Solaris 2.6, gcc 2.8.1
- configure still doesn't deal with --program-suffix correctly:
* as is, installs in /usr/local/share/lyx regardless of program-suffix
* modifying line 870 of configure
# diff -c configure.orig configure
*** configure.orig Wed Dec 1 09:57:57 1999
--- configure Wed Dec 1 09:58:08 1999
***************
*** 867,873 ****
! PACKAGE=lyx
VERSION=$VERSION
--- 867,873 ----
! PACKAGE=lyx${program_suffix}
VERSION=$VERSION
#
gets the right install dir but names the configure script
/usr/local/share/lyx-${program-suffix}/configure${program-suffix}
instead of the required
/usr/local/share/lyx-${program-suffix}/configure
- (minor) warnings during make:
figinset.C:1727: warning: #warning rewrite this method to use ifstream
ImportNoweb.C:57: warning: #warning If you use literate programming you should
verify that this works
LyXAction.C:614: warning: #warning Not working as it should.
lyx_cb.C:1116: warning: #warning why do we do this?
lyxfunc.C:391: warning: #warning change this and font code once it is possible
to get to cursor.
- no other comments up to now.
Regards
--
Jean-Pierre