Abdelrazak Younes wrote:
I updated my tree and did a full reconfig but I get this:
------ Build started: Project: lyx, Configuration: Release Win32 ------
Compiling...
EmbeddedFiles.cpp
..\..\..\src\EmbeddedFiles.cpp(13) : fatal error C1083: Cannot open
precompiled header file: 'lyx.dir\Release/config.pch': No such file or
directory
ASpell.cpp
..\..\..\src\ASpell.cpp(12) : fatal error C1083: Cannot open precompiled
header file: 'lyx.dir\Release/config.pch': No such file or directory
VSpace.cpp
...
I'm lost as to what to do... Peter? Andre?
I solved it with brutal force using the attached patch.
Abdel.
Index: cmake/src/CMakeLists.txt
===================================================================
--- cmake/src/CMakeLists.txt (revision 19937)
+++ cmake/src/CMakeLists.txt (working copy)
@@ -33,7 +33,7 @@
include_directories(${CMAKE_CURRENT_BINARY_DIR})
-lyx_add_msvc_pch(lyx)
+# lyx_add_msvc_pch(lyx)
if(NOT MERGE_FILES)