Peter Kümmel wrote:
Abdelrazak Younes wrote:
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 {
also fixed.
Thanks!