Kornel Benko wrote:
Am Mittwoch, 28. November 2007 schrieb José Matos:
On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote:
I had that recently in a clean tree. :-(
That is weird... What do you call 'clean'?
A fresh checkout. I tested this on the machine I use to track Fedora
development branch (rawhide).
Had you error compiling "SignalSlotPrivate.cpp" ?
I compile with cmake and my build-tree is different from my src-tree. I
therefore had to change
"development/cmake/src/support/CMakeLists.txt"
to get proper includes
Patch applied, thanks!
Abdel.
Author: younes
Date: Thu Nov 29 10:34:20 2007
New Revision: 21859
URL: http://www.lyx.org/trac/changeset/21859
Log:
CMake fix by Kornel Benko.
Modified:
lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt
Modified: lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt?rev=21859
==============================================================================
--- lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt (original)
+++ lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt Thu Nov
29 10:34:20 2007
@@ -28,6 +28,7 @@
lyx_automoc(${support_sources})
include_directories(${TOP_SRC_DIR}/src/support
+ ${CMAKE_BINARY_DIR}/src/support
${TOP_SRC_DIR}/src/support/minizip
${QT_INCLUDES}
${ICONV_INCLUDE_DIR})