Fwd: google app for lyx?

2012-10-30 Thread Sebastian Audet
-- Forwarded message -- From: Sebastian Audet Date: Tue, Oct 30, 2012 at 5:22 AM Subject: Re: google app for lyx? To: Liviu Andronic I think the question is directed in the direction of developping some sort of lyx html app, with non-lyx based versioning... Although a full

Re: Error in build process on Windows 7, using Visual Studio 2012

2012-10-19 Thread Sebastian Audet
Recent git updates seem to have fixed the problem here on Windows, at any rate. All projects building and running (although one still has to mess around with copying dlls to certain folders to get it running, not a compile so much as a packaging problem). ~build-dir/src/support/tests/regfiles con

Error in build process on Windows 7, using Visual Studio 2012

2012-10-06 Thread Sebastian Audet
On Windows 7, the cmake build process fails to generate a correct .vcxproj for the frontend_qt4 project. The problem is that Visual Studio decided that the header files are being included twice. The solution is to not include the header files. A patched CMakeLists.txt is attached. NOTE: while t