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

        Kornel

-- 
Kornel Benko
[EMAIL PROTECTED]
Index: development/cmake/src/support/CMakeLists.txt
===================================================================
--- development/cmake/src/support/CMakeLists.txt	(Revision 21858)
+++ development/cmake/src/support/CMakeLists.txt	(Arbeitskopie)
@@ -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})

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

Reply via email to