Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Jean-Marc Lasgouttes

 "Hana" == Hana Skoumalova [EMAIL PROTECTED] writes:

Hana I still can't compile lyx on Solaris 2.7, with gcc-2.8.1: 

Hello,

THansk for the information. Two things you might want to try:

- in src/support/LRegex.C, move the line
  #include "LRegex.h"
just after 
  #include config.h
(I'm not sure why this would work, but let's try)

- if this fails, try to comment out the line
#define HAVE_REGEX_H
in src/config.h

Please tell me what happens.

JMarc




Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Hana Skoumalova

Jean-Marc Lasgouttes wrote:
 
  "Hana" == Hana Skoumalova [EMAIL PROTECTED] writes:
 
 Hana I still can't compile lyx on Solaris 2.7, with gcc-2.8.1:
 
 - in src/support/LRegex.C, move the line
   #include "LRegex.h"
 just after
   #include config.h
 (I'm not sure why this would work, but let's try)

This didn't help.

 - if this fails, try to comment out the line
 #define HAVE_REGEX_H
 in src/config.h

This *did* help. Thank you very much.

Hana
-- 
Hana Skoumalova Institute of Theoretical  Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic



Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Jean-Marc Lasgouttes

 "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes:

Lars Ok, why didn't configure realize this? We need to enance te
Lars regex testing stuff.

The regex.h exists (seems to be from gcc 2.8.1 installation), but
there are some conflicts. We should maybe try to link a simple
program.

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Jean-Marc Lasgouttes

 "Hana" == Hana Skoumalova [EMAIL PROTECTED] writes:

Hana I still can't compile lyx on Solaris 2.7, with gcc-2.8.1: 

Hello,

THansk for the information. Two things you might want to try:

- in src/support/LRegex.C, move the line
  #include "LRegex.h"
just after 
  #include config.h
(I'm not sure why this would work, but let's try)

- if this fails, try to comment out the line
#define HAVE_REGEX_H
in src/config.h

Please tell me what happens.

JMarc




Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Hana Skoumalova

Jean-Marc Lasgouttes wrote:
 
  "Hana" == Hana Skoumalova [EMAIL PROTECTED] writes:
 
 Hana I still can't compile lyx on Solaris 2.7, with gcc-2.8.1:
 
 - in src/support/LRegex.C, move the line
   #include "LRegex.h"
 just after
   #include config.h
 (I'm not sure why this would work, but let's try)

This didn't help.

 - if this fails, try to comment out the line
 #define HAVE_REGEX_H
 in src/config.h

This *did* help. Thank you very much.

Hana
-- 
Hana Skoumalova Institute of Theoretical  Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic



Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Jean-Marc Lasgouttes

 "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes:

Lars Ok, why didn't configure realize this? We need to enance te
Lars regex testing stuff.

The regex.h exists (seems to be from gcc 2.8.1 installation), but
there are some conflicts. We should maybe try to link a simple
program.

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Jean-Marc Lasgouttes

> "Hana" == Hana Skoumalova <[EMAIL PROTECTED]> writes:

Hana> I still can't compile lyx on Solaris 2.7, with gcc-2.8.1: 

Hello,

THansk for the information. Two things you might want to try:

- in src/support/LRegex.C, move the line
  #include "LRegex.h"
just after 
  #include 
(I'm not sure why this would work, but let's try)

- if this fails, try to comment out the line
#define HAVE_REGEX_H
in src/config.h

Please tell me what happens.

JMarc




Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Hana Skoumalova

Jean-Marc Lasgouttes wrote:
> 
> > "Hana" == Hana Skoumalova <[EMAIL PROTECTED]> writes:
> 
> Hana> I still can't compile lyx on Solaris 2.7, with gcc-2.8.1:
> 
> - in src/support/LRegex.C, move the line
>   #include "LRegex.h"
> just after
>   #include 
> (I'm not sure why this would work, but let's try)

This didn't help.

> - if this fails, try to comment out the line
> #define HAVE_REGEX_H
> in src/config.h

This *did* help. Thank you very much.

Hana
-- 
Hana Skoumalova Institute of Theoretical & Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic



Re: ANNOUNCE: LyX 1.1.5fix1

2000-08-01 Thread Jean-Marc Lasgouttes

> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Ok, why didn't configure realize this? We need to enance te
Lars> regex testing stuff.

The regex.h exists (seems to be from gcc 2.8.1 installation), but
there are some conflicts. We should maybe try to link a simple
program.

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-31 Thread Jean-Marc Lasgouttes

 "Hana" == Hana Skoumalova [EMAIL PROTECTED] writes:

Hana I still can't compile lyx on Solaris 2.7, with gcc-2.8.1: 

Could you tell us what the configure script said about regexp? In
particular, I would be interested to see the output of configure and
the contents of config.log (remove config.cache before running
configure again). 

I think the problem is real, but we do not have enough information to
track it down.

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-31 Thread Hana Skoumalova

Configure script doesn't say anything about regexp. I am sending the
output of configure and config.log.

Hana
-- 
Hana Skoumalova Institute of Theoretical  Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic

creating cache ./config.cache
configuring LyX version 1.1.5fix1
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking config.cache system type... same
checking for a BSD compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for prefix by checking for lyx... no
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... config/install-sh -c
checking for kpsewhich... kpsewhich
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for HP-UX... no
checking for SunOS 4.x... no
checking for SCO 3.2v4... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for a working C++ compiler... g++
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/local/bin/nm -B output... /usr/local/bin/nm: 
conftest.o: File format not recognized
/usr/local/bin/nm: conftest.o: File format not recognized
failed
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking if C++ compiler supports mutable... yes
checking if C++ compiler supports partial specialization... yes
checking whether the C++ compiler understands explicit... yes
checking whether the included std::string should be used... yes
checking for correct namespaces support... no
checking for C headers wrappers... yes
checking for conforming std::count... yes
checking for ostream... no
checking for istream... no
checking for sstream... no
checking for modern STL streams... no
checking for regex.h... yes
checking for sin in -lm... yes
checking for fopen in -lc... yes
checking for extra library directory... NONE
checking for extra include directory... NONE
checking for extra lib+include directory... NONE
checking for main in -liberty... yes
checking for ptsname in -lpt... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether -R must be followed by a space... no
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenIM... yes
checking for XpmCreateBufferFromImage in -lXpm... yes
checking for X11/xpm.h... yes
checking xpm header version... 4.11
checking for fl_initialize in -lforms... yes
checking for X11/forms.h... yes
checking xforms header version... 0.88
checking for working const... yes
checking for inline... inline
checking for ANSI C 

Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-31 Thread Jean-Marc Lasgouttes

 "Hana" == Hana Skoumalova [EMAIL PROTECTED] writes:

Hana I still can't compile lyx on Solaris 2.7, with gcc-2.8.1: 

Could you tell us what the configure script said about regexp? In
particular, I would be interested to see the output of configure and
the contents of config.log (remove config.cache before running
configure again). 

I think the problem is real, but we do not have enough information to
track it down.

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-31 Thread Hana Skoumalova

Configure script doesn't say anything about regexp. I am sending the
output of configure and config.log.

Hana
-- 
Hana Skoumalova Institute of Theoretical  Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic

creating cache ./config.cache
configuring LyX version 1.1.5fix1
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking config.cache system type... same
checking for a BSD compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for prefix by checking for lyx... no
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... config/install-sh -c
checking for kpsewhich... kpsewhich
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for HP-UX... no
checking for SunOS 4.x... no
checking for SCO 3.2v4... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for a working C++ compiler... g++
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/local/bin/nm -B output... /usr/local/bin/nm: 
conftest.o: File format not recognized
/usr/local/bin/nm: conftest.o: File format not recognized
failed
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking if C++ compiler supports mutable... yes
checking if C++ compiler supports partial specialization... yes
checking whether the C++ compiler understands explicit... yes
checking whether the included std::string should be used... yes
checking for correct namespaces support... no
checking for C headers wrappers... yes
checking for conforming std::count... yes
checking for ostream... no
checking for istream... no
checking for sstream... no
checking for modern STL streams... no
checking for regex.h... yes
checking for sin in -lm... yes
checking for fopen in -lc... yes
checking for extra library directory... NONE
checking for extra include directory... NONE
checking for extra lib+include directory... NONE
checking for main in -liberty... yes
checking for ptsname in -lpt... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether -R must be followed by a space... no
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenIM... yes
checking for XpmCreateBufferFromImage in -lXpm... yes
checking for X11/xpm.h... yes
checking xpm header version... 4.11
checking for fl_initialize in -lforms... yes
checking for X11/forms.h... yes
checking xforms header version... 0.88
checking for working const... yes
checking for inline... inline
checking for ANSI C 

Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-31 Thread Jean-Marc Lasgouttes

> "Hana" == Hana Skoumalova <[EMAIL PROTECTED]> writes:

Hana> I still can't compile lyx on Solaris 2.7, with gcc-2.8.1: 

Could you tell us what the configure script said about regexp? In
particular, I would be interested to see the output of configure and
the contents of config.log (remove config.cache before running
configure again). 

I think the problem is real, but we do not have enough information to
track it down.

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-31 Thread Hana Skoumalova

Configure script doesn't say anything about regexp. I am sending the
output of configure and config.log.

Hana
-- 
Hana Skoumalova Institute of Theoretical & Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic

creating cache ./config.cache
configuring LyX version 1.1.5fix1
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking config.cache system type... same
checking for a BSD compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for prefix by checking for lyx... no
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... config/install-sh -c
checking for kpsewhich... kpsewhich
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for HP-UX... no
checking for SunOS 4.x... no
checking for SCO 3.2v4... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for a working C++ compiler... g++
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/local/bin/nm -B output... /usr/local/bin/nm: 
conftest.o: File format not recognized
/usr/local/bin/nm: conftest.o: File format not recognized
failed
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.7 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking if C++ compiler supports mutable... yes
checking if C++ compiler supports partial specialization... yes
checking whether the C++ compiler understands explicit... yes
checking whether the included std::string should be used... yes
checking for correct namespaces support... no
checking for C headers wrappers... yes
checking for conforming std::count... yes
checking for ostream... no
checking for istream... no
checking for sstream... no
checking for modern STL streams... no
checking for regex.h... yes
checking for sin in -lm... yes
checking for fopen in -lc... yes
checking for extra library directory... NONE
checking for extra include directory... NONE
checking for extra lib+include directory... NONE
checking for main in -liberty... yes
checking for ptsname in -lpt... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether -R must be followed by a space... no
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenIM... yes
checking for XpmCreateBufferFromImage in -lXpm... yes
checking for X11/xpm.h... yes
checking xpm header version... 4.11
checking for fl_initialize in -lforms... yes
checking for X11/forms.h... yes
checking xforms header version... 0.88
checking for working const... yes
checking for inline... inline
checking for ANSI C 

Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-25 Thread Hana Skoumalova

I still can't compile lyx on Solaris 2.7, with gcc-2.8.1:

In file included from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/limits.h:116,
 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/syslimits.h:7,
 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/limits.h:11,
 from /usr/local/include/g++/stl_algobase.h:49,
 from /usr/local/include/g++/vector:30,
 from LRegex.h:16,
 from LRegex.C:15:
/usr/include/limits.h:175: warning: `RE_DUP_MAX' redefined
/usr/local/lib/g++-include/regex.h:42: warning: this is the location of
the previous definition
LRegex.C:22: syntax error before `*'
LRegex.C: In method `LRegex::Impl::Impl(const class lyxstring )':
LRegex.C:32: parse error before `)'
LRegex.C:32: parse error at end of saved function text
LRegex.C: In method `LRegex::Impl::~Impl()':
LRegex.C:40: warning: implicit declaration of function `int
regfree(...)'
LRegex.C:40: `preg' undeclared (first use this function)
LRegex.C:40: (Each undeclared identifier is reported only once
LRegex.C:40: for each function it appears in.)
LRegex.C: In method `bool LRegex::Impl::exact_match(const class
lyxstring ) const':
LRegex.C:47: `regmatch_t' undeclared (first use this function)
LRegex.C:47: parse error before `;'
LRegex.C:48: warning: implicit declaration of function `int
regexec(...)'
LRegex.C:48: `preg' undeclared (first use this function)
LRegex.C:48: `tmp' undeclared (first use this function)
LRegex.C: In method `struct pairunsigned int,unsigned int
LRegex::Impl::first_match(const class lyxstring ) const':
LRegex.C:60: `regmatch_t' undeclared (first use this function)
LRegex.C:60: parse error before `;'
LRegex.C:61: `preg' undeclared (first use this function)
LRegex.C:61: `tmp' undeclared (first use this function)
LRegex.C: In method `class lyxstring LRegex::Impl::getError() const':
LRegex.C:72: warning: implicit declaration of function `int
regerror(...)'
LRegex.C:72: `preg' undeclared (first use this function)
LRegex.C: In method `const class vectorpairunsigned int,unsigned
int,__default_alloc_templatefalse,0   LRegex::Impl::exec(const
class lyxstring ) const':
LRegex.C:91: `preg' undeclared (first use this function)
LRegex.C:92: `regmatch_t' undeclared (first use this function)
LRegex.C:92: `mat' undeclared (first use this function)
LRegex.C:92: parse error before `['
LRegex.C:116: cannot declare member function `LRegex::LRegex' within
`LRegex::Impl'
LRegex.C:116: syntax error before `:'
LRegex.C:120: cannot declare member function `LRegex::LRegex' within
`LRegex::Impl'
LRegex.C:120: syntax error before `{'
LRegex.C:126: cannot declare member function `LRegex::exec' within
`LRegex::Impl'
LRegex.C:126: syntax error before `{'
LRegex.C:132: cannot declare member function `LRegex::exact_match'
within `LRegex::Impl'
LRegex.C:132: syntax error before `{'
LRegex.C:138: cannot declare member function `LRegex::first_match'
within `LRegex::Impl'
LRegex.C:138: syntax error before `{'
LRegex.C:144: cannot declare member function `LRegex::getError' within
`LRegex::Impl'
LRegex.C:144: syntax error before `{'
LRegex.C:150: cannot declare member function `LRegex::getErrorCode'
within `LRegex::Impl'
LRegex.C:150: syntax error before `{'
LRegex.C:155: cannot declare member function `LRegex::ok' within
`LRegex::Impl'
LRegex.C:155: syntax error before `{'
make[3]: *** [LRegex.lo] Error 1
make[3]: Leaving directory
`/net/chomsky/download/lyx-1.1.5fix1/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/net/chomsky/download/lyx-1.1.5fix1/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/net/chomsky/download/lyx-1.1.5fix1/src'
make: *** [all-recursive] Error 1

-- 
Hana Skoumalova Institute of Theoretical  Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-25 Thread Hana Skoumalova

I still can't compile lyx on Solaris 2.7, with gcc-2.8.1:

In file included from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/limits.h:116,
 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/syslimits.h:7,
 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/limits.h:11,
 from /usr/local/include/g++/stl_algobase.h:49,
 from /usr/local/include/g++/vector:30,
 from LRegex.h:16,
 from LRegex.C:15:
/usr/include/limits.h:175: warning: `RE_DUP_MAX' redefined
/usr/local/lib/g++-include/regex.h:42: warning: this is the location of
the previous definition
LRegex.C:22: syntax error before `*'
LRegex.C: In method `LRegex::Impl::Impl(const class lyxstring )':
LRegex.C:32: parse error before `)'
LRegex.C:32: parse error at end of saved function text
LRegex.C: In method `LRegex::Impl::~Impl()':
LRegex.C:40: warning: implicit declaration of function `int
regfree(...)'
LRegex.C:40: `preg' undeclared (first use this function)
LRegex.C:40: (Each undeclared identifier is reported only once
LRegex.C:40: for each function it appears in.)
LRegex.C: In method `bool LRegex::Impl::exact_match(const class
lyxstring ) const':
LRegex.C:47: `regmatch_t' undeclared (first use this function)
LRegex.C:47: parse error before `;'
LRegex.C:48: warning: implicit declaration of function `int
regexec(...)'
LRegex.C:48: `preg' undeclared (first use this function)
LRegex.C:48: `tmp' undeclared (first use this function)
LRegex.C: In method `struct pairunsigned int,unsigned int
LRegex::Impl::first_match(const class lyxstring ) const':
LRegex.C:60: `regmatch_t' undeclared (first use this function)
LRegex.C:60: parse error before `;'
LRegex.C:61: `preg' undeclared (first use this function)
LRegex.C:61: `tmp' undeclared (first use this function)
LRegex.C: In method `class lyxstring LRegex::Impl::getError() const':
LRegex.C:72: warning: implicit declaration of function `int
regerror(...)'
LRegex.C:72: `preg' undeclared (first use this function)
LRegex.C: In method `const class vectorpairunsigned int,unsigned
int,__default_alloc_templatefalse,0   LRegex::Impl::exec(const
class lyxstring ) const':
LRegex.C:91: `preg' undeclared (first use this function)
LRegex.C:92: `regmatch_t' undeclared (first use this function)
LRegex.C:92: `mat' undeclared (first use this function)
LRegex.C:92: parse error before `['
LRegex.C:116: cannot declare member function `LRegex::LRegex' within
`LRegex::Impl'
LRegex.C:116: syntax error before `:'
LRegex.C:120: cannot declare member function `LRegex::LRegex' within
`LRegex::Impl'
LRegex.C:120: syntax error before `{'
LRegex.C:126: cannot declare member function `LRegex::exec' within
`LRegex::Impl'
LRegex.C:126: syntax error before `{'
LRegex.C:132: cannot declare member function `LRegex::exact_match'
within `LRegex::Impl'
LRegex.C:132: syntax error before `{'
LRegex.C:138: cannot declare member function `LRegex::first_match'
within `LRegex::Impl'
LRegex.C:138: syntax error before `{'
LRegex.C:144: cannot declare member function `LRegex::getError' within
`LRegex::Impl'
LRegex.C:144: syntax error before `{'
LRegex.C:150: cannot declare member function `LRegex::getErrorCode'
within `LRegex::Impl'
LRegex.C:150: syntax error before `{'
LRegex.C:155: cannot declare member function `LRegex::ok' within
`LRegex::Impl'
LRegex.C:155: syntax error before `{'
make[3]: *** [LRegex.lo] Error 1
make[3]: Leaving directory
`/net/chomsky/download/lyx-1.1.5fix1/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/net/chomsky/download/lyx-1.1.5fix1/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/net/chomsky/download/lyx-1.1.5fix1/src'
make: *** [all-recursive] Error 1

-- 
Hana Skoumalova Institute of Theoretical  Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-25 Thread Hana Skoumalova

I still can't compile lyx on Solaris 2.7, with gcc-2.8.1:

In file included from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/limits.h:116,
 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/syslimits.h:7,
 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/include/limits.h:11,
 from /usr/local/include/g++/stl_algobase.h:49,
 from /usr/local/include/g++/vector:30,
 from LRegex.h:16,
 from LRegex.C:15:
/usr/include/limits.h:175: warning: `RE_DUP_MAX' redefined
/usr/local/lib/g++-include/regex.h:42: warning: this is the location of
the previous definition
LRegex.C:22: syntax error before `*'
LRegex.C: In method `LRegex::Impl::Impl(const class lyxstring &)':
LRegex.C:32: parse error before `)'
LRegex.C:32: parse error at end of saved function text
LRegex.C: In method `LRegex::Impl::~Impl()':
LRegex.C:40: warning: implicit declaration of function `int
regfree(...)'
LRegex.C:40: `preg' undeclared (first use this function)
LRegex.C:40: (Each undeclared identifier is reported only once
LRegex.C:40: for each function it appears in.)
LRegex.C: In method `bool LRegex::Impl::exact_match(const class
lyxstring &) const':
LRegex.C:47: `regmatch_t' undeclared (first use this function)
LRegex.C:47: parse error before `;'
LRegex.C:48: warning: implicit declaration of function `int
regexec(...)'
LRegex.C:48: `preg' undeclared (first use this function)
LRegex.C:48: `tmp' undeclared (first use this function)
LRegex.C: In method `struct pair
LRegex::Impl::first_match(const class lyxstring &) const':
LRegex.C:60: `regmatch_t' undeclared (first use this function)
LRegex.C:60: parse error before `;'
LRegex.C:61: `preg' undeclared (first use this function)
LRegex.C:61: `tmp' undeclared (first use this function)
LRegex.C: In method `class lyxstring LRegex::Impl::getError() const':
LRegex.C:72: warning: implicit declaration of function `int
regerror(...)'
LRegex.C:72: `preg' undeclared (first use this function)
LRegex.C: In method `const class vector > & LRegex::Impl::exec(const
class lyxstring &) const':
LRegex.C:91: `preg' undeclared (first use this function)
LRegex.C:92: `regmatch_t' undeclared (first use this function)
LRegex.C:92: `mat' undeclared (first use this function)
LRegex.C:92: parse error before `['
LRegex.C:116: cannot declare member function `LRegex::LRegex' within
`LRegex::Impl'
LRegex.C:116: syntax error before `:'
LRegex.C:120: cannot declare member function `LRegex::LRegex' within
`LRegex::Impl'
LRegex.C:120: syntax error before `{'
LRegex.C:126: cannot declare member function `LRegex::exec' within
`LRegex::Impl'
LRegex.C:126: syntax error before `{'
LRegex.C:132: cannot declare member function `LRegex::exact_match'
within `LRegex::Impl'
LRegex.C:132: syntax error before `{'
LRegex.C:138: cannot declare member function `LRegex::first_match'
within `LRegex::Impl'
LRegex.C:138: syntax error before `{'
LRegex.C:144: cannot declare member function `LRegex::getError' within
`LRegex::Impl'
LRegex.C:144: syntax error before `{'
LRegex.C:150: cannot declare member function `LRegex::getErrorCode'
within `LRegex::Impl'
LRegex.C:150: syntax error before `{'
LRegex.C:155: cannot declare member function `LRegex::ok' within
`LRegex::Impl'
LRegex.C:155: syntax error before `{'
make[3]: *** [LRegex.lo] Error 1
make[3]: Leaving directory
`/net/chomsky/download/lyx-1.1.5fix1/src/support'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/net/chomsky/download/lyx-1.1.5fix1/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/net/chomsky/download/lyx-1.1.5fix1/src'
make: *** [all-recursive] Error 1

-- 
Hana Skoumalova Institute of Theoretical & Computational Linguistics
  Charles University
tel: +420 2 24491858  Celetna 13, 110 00 Praha 1
http://utkl.ff.cuni.cz/~skoumal   Czech Republic



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-23 Thread Joao Cardoso

 
 ANNOUNCE: LyX 1.1.5fix1
 
 --
 
* From: Jean-Marc Lasgouttes
* Subject: ANNOUNCE: LyX 1.1.5fix1
* Date: Thu, 20 Jul 2000 07:35:07 -0700

Hi,

Can you please make a patch from 1.1.5 to 1.1.5fix1?

Thanks,
Joao



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-23 Thread Joao Cardoso

 
 ANNOUNCE: LyX 1.1.5fix1
 
 --
 
* From: Jean-Marc Lasgouttes
* Subject: ANNOUNCE: LyX 1.1.5fix1
* Date: Thu, 20 Jul 2000 07:35:07 -0700

Hi,

Can you please make a patch from 1.1.5 to 1.1.5fix1?

Thanks,
Joao



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-23 Thread Joao Cardoso

> 
> ANNOUNCE: LyX 1.1.5fix1
> 
> --
> 
>* From: Jean-Marc Lasgouttes
>    * Subject: ANNOUNCE: LyX 1.1.5fix1
>* Date: Thu, 20 Jul 2000 07:35:07 -0700

Hi,

Can you please make a patch from 1.1.5 to 1.1.5fix1?

Thanks,
Joao



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-21 Thread Jean-Marc Lasgouttes

 "Geoffrey" == Geoffrey Tobin [EMAIL PROTECTED] writes:

Geoffrey On 20 Jul 2000, Jean-Marc Lasgouttes wrote:
 The time has finally come to release LyX 1.1.5fix1

Geoffrey I can't believe it! LyX still doesn't have a horizontal
Geoffrey scroll bar! Please, please, please, provide one, so i can
Geoffrey read (and edit) "wide input" documents on screen!

This should happen soon after we switch on all the new inset code that
has been quietly accumulating in LyX for several versions. Be patient,
resize your screen or give a hand :)

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-21 Thread pseelig

On 20 Jul 2000, Jean-Marc Lasgouttes wrote:

 The time has finally come to release LyX 1.1.5fix1
 
An unofficial Debian package (for potato) is available here:

 http://ntama.uni-mainz.de/~pseelig/debian/lyx_1.1.5fix1-0.potato.0_i386.deb

 Cheers, P. *8^)
-- 
    Paul Seelig [EMAIL PROTECTED] -
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   --- http://ntama.uni-mainz.de 





Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-21 Thread Jean-Marc Lasgouttes

 "Geoffrey" == Geoffrey Tobin [EMAIL PROTECTED] writes:

Geoffrey On 20 Jul 2000, Jean-Marc Lasgouttes wrote:
 The time has finally come to release LyX 1.1.5fix1

Geoffrey I can't believe it! LyX still doesn't have a horizontal
Geoffrey scroll bar! Please, please, please, provide one, so i can
Geoffrey read (and edit) "wide input" documents on screen!

This should happen soon after we switch on all the new inset code that
has been quietly accumulating in LyX for several versions. Be patient,
resize your screen or give a hand :)

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-21 Thread pseelig

On 20 Jul 2000, Jean-Marc Lasgouttes wrote:

 The time has finally come to release LyX 1.1.5fix1
 
An unofficial Debian package (for potato) is available here:

 http://ntama.uni-mainz.de/~pseelig/debian/lyx_1.1.5fix1-0.potato.0_i386.deb

 Cheers, P. *8^)
-- 
    Paul Seelig [EMAIL PROTECTED] -
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   --- http://ntama.uni-mainz.de 





Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-21 Thread Jean-Marc Lasgouttes

> "Geoffrey" == Geoffrey Tobin <[EMAIL PROTECTED]> writes:

Geoffrey> On 20 Jul 2000, Jean-Marc Lasgouttes wrote:
>> The time has finally come to release LyX 1.1.5fix1

Geoffrey> I can't believe it! LyX still doesn't have a horizontal
Geoffrey> scroll bar! Please, please, please, provide one, so i can
Geoffrey> read (and edit) "wide input" documents on screen!

This should happen soon after we switch on all the new inset code that
has been quietly accumulating in LyX for several versions. Be patient,
resize your screen or give a hand :)

JMarc



Re: ANNOUNCE: LyX 1.1.5fix1

2000-07-21 Thread pseelig

On 20 Jul 2000, Jean-Marc Lasgouttes wrote:

> The time has finally come to release LyX 1.1.5fix1
> 
An unofficial Debian package (for potato) is available here:

 http://ntama.uni-mainz.de/~pseelig/debian/lyx_1.1.5fix1-0.potato.0_i386.deb

 Cheers, P. *8^)
-- 
    Paul Seelig <[EMAIL PROTECTED]> -
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   --- http://ntama.uni-mainz.de 





ANNOUNCE: LyX 1.1.5fix1

2000-07-20 Thread Jean-Marc Lasgouttes


Dear LyX users,

The time has finally come to release LyX 1.1.5fix1 (aka "The quick
brown fix jumped over the lazy bugs" release). It has taken a lot of
time, but many fixes have been done, while the work on next major
version 1.1.6 continues to go on at full steam.

Basically, 1.1.5fix1 is a bugfix release. It contains however a few
new features (mostly things which used to work in 1.1.4). Note that
there is now a mechanism to create binary distributions. Feel free to
contribute yours :) 

You can get it at:
 ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.5fix1.tar.gz
 ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.5fix1.tar.gz

Binary RPMs for Redhat Linux/i386 are available at
 ftp://ftp.lyx.org/pub/lyx/bin/1.1.5fix1/lyx-1.1.5fix1-1.i386.rpm (soon)
 ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.5fix1-1.i386.rpm

JMarc



What's new
==

** New features [yes I know there should not be new features, but these
   were almost bugs]

- New lyxrc command \set_color, to set the colors of the GUI elements
  in the document [a functionality present in 1.1.4, but not in 1.1.5]

- New lyxrc command \wheel_jump that sets the amount of text skipped
  when using a mouse wheel [the behaviour of 1.1.5 was unintentionnaly
  different from 1.1.4, now you can choose what you want]

- new Makefile target "bindist", so that we can try again to have
  binary distributions of LyX. [As was possible in 1.0.x versions]

- add 'Reset' option to language choice.

- better support for arabic points.

** Bugfixes

- fix crash in lyxsum() when running LaTeX (with older stream libraries).

- fix crash in the spellchecker (with older stream libraries).

- fix two crashes related to clipboard

- fix problem with tables when reading msdos-encoded lyx files.

- fix crash when closing index popup from window manager.

- make sure the .kmap files exist when a keymap is specified.

- better dependency for latex runs.

- fix disappearing cursor in some situations

- fix bug in configure where installation would fail in the reLyX
  directory in some cases.

- fix build problems on AIX and Solaris.

- fix bug in the install-strip Makefile target

** Other: documentation update, UI translation updates. 

Remaining problems
==

These are bugs which are probably small, and appeared recently. Good
clients for a fix release. Note that they exist in 1.1.6 too, so we'll
have to fix them eventually. Please send me references to the ones I
forgot. 

- When the cursor is between two spaces, then the Shift-Cursor
  selection keys will lead to a mangled selection (on screen)
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12431.html

- the documentation should be reviewed to indicate the 1.1.5fix1 is a
  stable release (should some english-speaking volunteer have a look?).

- bad karma between \noindent and Description
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11759.html

- the --with-lyxname switch of configure still does not work. It just
  a matter of convincing automake to do what we want...



ANNOUNCE: LyX 1.1.5fix1

2000-07-20 Thread Jean-Marc Lasgouttes


Dear LyX users,

The time has finally come to release LyX 1.1.5fix1 (aka "The quick
brown fix jumped over the lazy bugs" release). It has taken a lot of
time, but many fixes have been done, while the work on next major
version 1.1.6 continues to go on at full steam.

Basically, 1.1.5fix1 is a bugfix release. It contains however a few
new features (mostly things which used to work in 1.1.4). Note that
there is now a mechanism to create binary distributions. Feel free to
contribute yours :) 

You can get it at:
 ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.5fix1.tar.gz
 ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.5fix1.tar.gz

Binary RPMs for Redhat Linux/i386 are available at
 ftp://ftp.lyx.org/pub/lyx/bin/1.1.5fix1/lyx-1.1.5fix1-1.i386.rpm (soon)
 ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.5fix1-1.i386.rpm

JMarc



What's new
==

** New features [yes I know there should not be new features, but these
   were almost bugs]

- New lyxrc command \set_color, to set the colors of the GUI elements
  in the document [a functionality present in 1.1.4, but not in 1.1.5]

- New lyxrc command \wheel_jump that sets the amount of text skipped
  when using a mouse wheel [the behaviour of 1.1.5 was unintentionnaly
  different from 1.1.4, now you can choose what you want]

- new Makefile target "bindist", so that we can try again to have
  binary distributions of LyX. [As was possible in 1.0.x versions]

- add 'Reset' option to language choice.

- better support for arabic points.

** Bugfixes

- fix crash in lyxsum() when running LaTeX (with older stream libraries).

- fix crash in the spellchecker (with older stream libraries).

- fix two crashes related to clipboard

- fix problem with tables when reading msdos-encoded lyx files.

- fix crash when closing index popup from window manager.

- make sure the .kmap files exist when a keymap is specified.

- better dependency for latex runs.

- fix disappearing cursor in some situations

- fix bug in configure where installation would fail in the reLyX
  directory in some cases.

- fix build problems on AIX and Solaris.

- fix bug in the install-strip Makefile target

** Other: documentation update, UI translation updates. 

Remaining problems
==

These are bugs which are probably small, and appeared recently. Good
clients for a fix release. Note that they exist in 1.1.6 too, so we'll
have to fix them eventually. Please send me references to the ones I
forgot. 

- When the cursor is between two spaces, then the Shift-Cursor
  selection keys will lead to a mangled selection (on screen)
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12431.html

- the documentation should be reviewed to indicate the 1.1.5fix1 is a
  stable release (should some english-speaking volunteer have a look?).

- bad karma between \noindent and Description
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11759.html

- the --with-lyxname switch of configure still does not work. It just
  a matter of convincing automake to do what we want...



ANNOUNCE: LyX 1.1.5fix1

2000-07-20 Thread Jean-Marc Lasgouttes


Dear LyX users,

The time has finally come to release LyX 1.1.5fix1 (aka "The quick
brown fix jumped over the lazy bugs" release). It has taken a lot of
time, but many fixes have been done, while the work on next major
version 1.1.6 continues to go on at full steam.

Basically, 1.1.5fix1 is a bugfix release. It contains however a few
new features (mostly things which used to work in 1.1.4). Note that
there is now a mechanism to create binary distributions. Feel free to
contribute yours :) 

You can get it at:
 ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.5fix1.tar.gz
 ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.5fix1.tar.gz

Binary RPMs for Redhat Linux/i386 are available at
 ftp://ftp.lyx.org/pub/lyx/bin/1.1.5fix1/lyx-1.1.5fix1-1.i386.rpm (soon)
 ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.5fix1-1.i386.rpm

JMarc



What's new
==

** New features [yes I know there should not be new features, but these
   were almost bugs]

- New lyxrc command \set_color, to set the colors of the GUI elements
  in the document [a functionality present in 1.1.4, but not in 1.1.5]

- New lyxrc command \wheel_jump that sets the amount of text skipped
  when using a mouse wheel [the behaviour of 1.1.5 was unintentionnaly
  different from 1.1.4, now you can choose what you want]

- new Makefile target "bindist", so that we can try again to have
  binary distributions of LyX. [As was possible in 1.0.x versions]

- add 'Reset' option to language choice.

- better support for arabic points.

** Bugfixes

- fix crash in lyxsum() when running LaTeX (with older stream libraries).

- fix crash in the spellchecker (with older stream libraries).

- fix two crashes related to clipboard

- fix problem with tables when reading msdos-encoded lyx files.

- fix crash when closing index popup from window manager.

- make sure the .kmap files exist when a keymap is specified.

- better dependency for latex runs.

- fix disappearing cursor in some situations

- fix bug in configure where installation would fail in the reLyX
  directory in some cases.

- fix build problems on AIX and Solaris.

- fix bug in the install-strip Makefile target

** Other: documentation update, UI translation updates. 

Remaining problems
==

These are bugs which are probably small, and appeared recently. Good
clients for a fix release. Note that they exist in 1.1.6 too, so we'll
have to fix them eventually. Please send me references to the ones I
forgot. 

- When the cursor is between two spaces, then the Shift-Cursor
  selection keys will lead to a mangled selection (on screen)
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12431.html

- the documentation should be reviewed to indicate the 1.1.5fix1 is a
  stable release (should some english-speaking volunteer have a look?).

- bad karma between \noindent and Description
  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11759.html

- the --with-lyxname switch of configure still does not work. It just
  a matter of convincing automake to do what we want...