Peter Kümmel wrote:
Hi,
attached configure and makefiles for the CMake build system.
If you wonder about this:
I use cmake because I know it best and cmake also creates
project files for IDEs (kdevelop, msvc).
CMake creates config.h (also under windows) and builds
makefiles for the specified compiler.
With this files I could compile Lyx/Qt4 under
Linux and Windows (MacOSX not tested).
I've tested it with Linux/gcc4.0, windows/mingw3.4,
windows/nmake-msvc8, and with the msvc8-IDE.
(the free as beer Visual C++ 2005 Express Edition)
Here the recipe:
I tried the mingw target. There are multiple problem here:
1) your tar file is extracted in a lyx-cmake directory. I guess I have
to copy all the files there inside my trunk/ directory.
2) Cmake assumes that my repository is called lyx-devel but it is trunk
here.
Abdel.