Am Samstag, 23. April 2016 um 12:10:25, schrieb Jean-Pierre Chrétien <jeanpierre.chret...@free.fr> > > Do you need a recipe? > > I've got one already, that I used successfully to try to run the autotests: > > http://article.gmane.org/gmane.editors.lyx.devel/160816 > > However, I try it on my master clone, I get this > > <cite> > $ cd buildmastercmake > $cmake -DLYX_ENABLE_EXPORT_TESTS=ON -DLYX_RELEASE=ON > -DLYX_INSTALL_PREFIX="git-" > ../trunk > -- TOP_SRC_DIR = /ext/lyx/trunk > -- > -- Building out-of-source > -- > -- Using GCC version 4.9.2 > -- Performing Test CXX11_FLAG_DETECTED > -- Performing Test CXX11_FLAG_DETECTED - Success > -- CXX11_FLAG_DETECTED = "--std=c++11" > CMake Error at development/cmake/modules/FindQt4.cmake:879 (message): > Qt libraries, includes, moc, uic or/and rcc NOT found! > Call Stack (most recent call first): > CMakeLists.txt:625 (find_package) >
OK, it is searching for QT. Can you post the command you use for automake? I can try to find the appropriate cmake parameters. > -- Configuring incomplete, errors occurred! > See also "/ext/lyx/buildmastercmake/CMakeFiles/CMakeOutput.log". > See also "/ext/lyx/buildmastercmake/CMakeFiles/CMakeError.log". > </cite> > > Is there a pre-command needed in the TOP_SRC_DIR (similar to autogen)? > > BTW, I committed fr.po yesterday night and I did not see a cvs message about > the > commit, is there anything wrong ? I saw that Georg pushed the fr.gmo file. > Are the .mo and .gmo files identical ? > Seems to me that plain make and cmake sort differently the messages as I see > a > msguniq call with cmake, is that correct ? > Yes. The list of source files in automake is in <source>/po/POTFILES.in while cmake creates own list in <build>/po/POTFILES.in. Kornel
signature.asc
Description: This is a digitally signed message part.