Edwin Leuven wrote:
i am trying to compile lyx (cmake, msvc), but run into trouble.

i don't do anything fancy (or different from before the summer) just run cmake in the standard way and point it to the gnuwin32 dir.

but i get the messages below, someone got a clue what is going on here?

thanks!

Apply this patch up until Peter comes back. Or learn CMake ;-)

Abdel.


Index: support/Timeout.h
===================================================================
--- support/Timeout.h   (revision 19626)
+++ support/Timeout.h   (working copy)
@@ -14,6 +14,7 @@
 
 #include <boost/signal.hpp>
 
+#undef emit
 
 namespace lyx {
 
Index: version.cpp
===================================================================
--- version.cpp (revision 19626)
+++ version.cpp (working copy)
@@ -15,9 +15,9 @@
 #include <config.h>
 
 ///
-char const * lyx_version = PACKAGE_VERSION;
+char const * lyx_version = "PACKAGE_VERSION";
 ///
-char const * lyx_release_date = LYX_DATE;
+char const * lyx_release_date = "LYX_DATE";
 
 /// This is the version information shown by 'lyx --version'
-char const * lyx_version_info = VERSION_INFO;
+char const * lyx_version_info = "VERSION_INFO";

Reply via email to