Am Donnerstag, 23. März 2017 um 19:06:09, schrieb Guenter Milde 
<mi...@users.sf.net>
> Dear LyX developers,
> 
> trying to configure lyx master with cmake, I got an error (or actually a
> whole bunch of errors).
> 
> The CmakeError.log starts:
> 
> Run Build Command:"/usr/bin/make" "cmTC_f4521/fast"
> /usr/bin/make -f CMakeFiles/cmTC_f4521.dir/build.make 
> CMakeFiles/cmTC_f4521.dir/build
> make[1]: Verzeichnis „/usr/local/src/lyxtest/CMakeFiles/CMakeTmp“ wird 
> betreten
> Building C object CMakeFiles/cmTC_f4521.dir/CheckSymbolExists.c.o
> /usr/bin/cc   -I/usr/include/qt4   -o 
> CMakeFiles/cmTC_f4521.dir/CheckSymbolExists.c.o   -c 
> /usr/local/src/lyxtest/CMakeFiles/CMakeTmp/CheckSymbolExists.c
> /usr/local/src/lyxtest/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 
> ‘main’:
> /usr/local/src/lyxtest/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 
> ‘Q_WS_MAC’ undeclared (first use in this function)
>    return ((int*)(&Q_WS_MAC))[argc];
>                    ^

This is OK. Cmake test for ‘Q_WS_MAC’ fails.

> and goes on for 690 lines.
> 
> Günter

What is the exact outcome from cmake? (Not output of this log for now)
Something like
...
-- Found Qt-Version 5.2.1
-- Looking for magic_file
-- Looking for magic_file - found
-- Looking for magic_open
-- Looking for magic_open - found
-- Looking for magic_load
-- Looking for magic_load - found
-- Looking for magic_close
-- Looking for magic_close - found
-- Looking for magic_error
-- Looking for magic_error - found
...
and so on.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to