Bo> Also, boost/libs/regex/posix_api.cpp, regex_debug.cpp,
Bo> wide_posix_api..cpp, winstances.cpp do not exist.

We should have found out about that a bit earlier... Too late, IMO.

What do you mean by too late? Has 1.4.3 been released? Can I apply the
following patch? Without them, cygwin (and maybe some other platforms)
can not compile.


Index: boost/libs/regex/src/Makefile.am
===================================================================
--- boost/libs/regex/src/Makefile.am    (revision 15108)
+++ boost/libs/regex/src/Makefile.am    (working copy)
@@ -21,9 +21,8 @@
       primary_transform.hpp \
       regex.cpp \
       w32_regex_traits.cpp \
-       regex_synch.cpp
-
-#      posix_api.cpp \
-#      wide_posix_api.cpp \
-#      regex_debug.cpp \
-#      winstances.cpp
+       regex_synch.cpp \
+       posix_api.cpp \
+       wide_posix_api.cpp \
+       regex_debug.cpp \
+       winstances.cpp
Index: Makefile.am
===================================================================
--- Makefile.am (revision 15108)
+++ Makefile.am (working copy)
@@ -15,7 +15,7 @@
endif

EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
-       INSTALL.Win32 INSTALL.MacOSX README.Win32 \
+       INSTALL.Win32 INSTALL.MacOSX README.Win32 README.Cygwin \
       lyx.man autogen.sh

man_MANS = lyx.1

Reply via email to