Bo Peng wrote:
I have these errors:

CMake Error: Cannot find source file
"D:/devel/lyx/trunk/src/frontends/qt4/QParagraphDialog.h"

Andre only updated autotools for his merges and I had to modify
scons_manifest.py manually. Peter needs to do something for cmake. My
renames update cmake so he basically needs to remove a bunch of
xxxDialog.x files.

It would be good to let three build systems use the same file list,
e.g. $TOP_SRCDIR/MANIFEST. scons (Python) is flexible enough to read a
manifest file in any format. Autotools seems to be less flexible, and
I am not sure about cmake.

Actually CMake use the glob approach and, after getting used to it, I like it very much. So no need for the file list there. The only problem is that the glob approach is not used in tex2lyx. I fixed that now by modifying the relevant CMakeList.

Abdel.

Reply via email to