Peter Kümmel wrote:
I've played with threads a bit to avoid the
blocking of lyx while texing.
I've looked at this problem a while ago, and I am sure that can achieve
the same thing with process (forks). We already have the infrastructure
in place for doing that: the Graphics conversion is non
l.cpp (working copy)
@@ -13,11 +13,15 @@
#include
+#undef BOOST_DISABLE_THREADS
#include "support/Systemcall.h"
#include "support/os.h"
#include
+#include
+#include
+
using std::string;
#ifndef CXX_GLOBAL_CSTD
@@ -43,6 +47,8 @@
}
}
+