Abdelrazak Younes wrote: > 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.
the additional boost files are not at the right folders, so this would fail. But I think adding these files (4) to svn is not critical. > 2) Cmake assumes that my repository is called lyx-devel but it is trunk > here. > > Abdel. > > There is a script which copies all the files, call in the cmake directory: cmake -C put and you could change target path in: lyx-cmake/lyx-devel-path.cmake The get script copies the cmake files from trunk to lyx-cmake, so it's possible to have the files in a seperate svn without adding the files all over the trunk folder.