On 11-Oct-2000 Svante Signell wrote:
> This is probably a lyx bug:
>
> ./autogen.sh: OK
> ./configure: OK
Just for all the people stuck out there with RedHat 7.0 I've installed
it yesterday on one of our spare PC's (as I like to test the stuff before
using it in production and my option is waiting for a hopefully better 7.1!)
What do you have to do to compile it with gcc 2.96:
./configure --without-included-string (as there is some problem with sstream
otherwise!)
Then just apply the following patch for debug.h:
--- src/debug.h.orig Mon Oct 9 17:02:54 2000
+++ src/debug.h Wed Oct 11 10:18:20 2000
@@ -65,14 +65,18 @@
///
DEPEND = (1 << 16),
///
- INSETS = (1 << 17)
+ INSETS = (1 << 17),
+ ///
+ ANY = 0xffffff
};
+#if 0
///
static const type ANY = type(INFO | INIT | KEY | GUI |
PARSER | LYXRC | KBMAP | LATEX |
MATHED | FONT | TCLASS | LYXVC |
LYXSERVER | ROFF | ACTION | LYXLEX |
DEPEND | INSETS);
+#endif
///
friend inline void operator|=(Debug::type & d1, Debug::type d2);
After this I had no problem compiling the actual 1.1.6cvs version!
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
divorce, n:
A change of wife.