Scott Kostyshak wrote:

> Should we do a quick beta2 release? If so, is everything set on master
> so we just need to tag and tar it? Or is something else missing?

The tar ball must be generated after ff9ba203ff6d, otherwise it would miss 
the files again.

Comparing the complete 3rdparty directory from the tar ball with the one in 
git shows also that some boost files are missing (see attached). However, on 
linux building with included boost works even without these files, so I 
think that removing them from git is better than adding them to the build 
boost (except for the license of course).

> From what I understand, the situation is the following:
> 
> It is not possible to compile LyX 2.2.0beta1 for Windows from the tar
> ball. In order to add files to the tar, because the tar ball has already
> been posted, we must therefore post a new tar ball and thus prepare
> beta2. Is that logic correct?

Yes.


Georg
diff --git a/3rdparty/boost/Makefile.am b/3rdparty/boost/Makefile.am
index cfac86b..410ac44 100644
--- a/3rdparty/boost/Makefile.am
+++ b/3rdparty/boost/Makefile.am
@@ -4,6 +4,7 @@ noinst_LIBRARIES = liblyxboost.a
 
 EXTRA_DIST = boost \
 	CMakeLists.txt \
+	LICENSE_1_0.txt \
 	libs/CMakeLists.txt \
 	libs/regex/CMakeLists.txt \
 	libs/regex/regex.vcproj \
@@ -53,13 +54,16 @@ liblyxboost_a_SOURCES = \
 	libs/regex/src/cpp_regex_traits.cpp \
 	libs/regex/src/cregex.cpp \
 	libs/regex/src/fileiter.cpp \
+	libs/regex/src/icu.cpp \
 	libs/regex/src/instances.cpp \
 	libs/regex/src/posix_api.cpp \
 	libs/regex/src/regex.cpp \
 	libs/regex/src/regex_debug.cpp \
 	libs/regex/src/regex_raw_buffer.cpp \
 	libs/regex/src/regex_traits_defaults.cpp \
+	libs/regex/src/usinstances.cpp \
 	libs/regex/src/w32_regex_traits.cpp \
+	libs/regex/src/wc_regex_traits.cpp \
 	libs/regex/src/wide_posix_api.cpp \
 	libs/regex/src/winstances.cpp \
 	libs/regex/src/static_mutex.cpp \

Reply via email to