I have the same compilation error. Now Boost include directory is missing. This change fixes the issue:
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18494b8e58..ee77b1bdec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -927,6 +927,8 @@ if(NOT LYX_EXTERNAL_DTL) add_subdirectory(3rdparty/dtl) endif() +include_directories(${TOP_SRC_DIR}/3rdparty/boost) + if(WIN32) if(LYX_CONSOLE) set(LYX_QTMAIN_LIBRARY) -- Yuriy -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel