Hey,
I just tried to compile 1.1 las night, didn't get far :-(
Since I didn't know what your tactic regarding strings is, I didn't bother to
change anything in that regard.
One patch though - it explains itself:
Index: lyx/src/include/Regexp.h
===================================================================
RCS file: /usr/local/lyxsrc/cvsroot/lyx/src/include/Regexp.h,v
retrieving revision 1.1
diff -u -r1.1 Regexp.h
--- Regexp.h 1999/01/23 21:58:03 1.1
+++ Regexp.h 1999/02/05 07:23:35
@@ -19,8 +19,9 @@
#pragma interface
#endif
-// Some structure in regex.h decleares pair so it must
-// be placed before pair.h (Lgb)
+// Some structure in regex.h decleares pair so it must be placed before pair.h (Lgb)
+// POSIX says sys/types.h has to be included before regex.h (Jochen)
+#include <sys/types.h>
#include <regex.h>
#include <pair.h>
#include "LString.h"
Greetings,
Jochen
-----------------------------------------------------------------------
Jochen K"upper
Heinrich-Heine-Universit"at D"usseldorf [EMAIL PROTECTED]
Institut f"ur Physikalische Chemie I
Universit"atsstr. 1, Geb 26.43 Raum 02.29 phone ++49-211-8113681
40225 D"usseldorf fax ++49-211-8115195
Germany http://www-public.rz.uni-duesseldorf.de/~jochen
-----------------------------------------------------------------------