[Digikam-devel] digikam doesn't build... patch

Matthew Woehlke mw_triad at users.sourceforge.net
Thu Aug 6 22:49:42 BST 2009


(Please CC me on replies.)

A handful of files are unable to find config-digikam.h, which is in 
CMAKE_BINARY_DIR. There is no -I being added for this directory.

Do I miss something? Or may I commit the following patch which fixes this?

Index: extragear/graphics/digikam/CMakeLists.txt
===================================================================
--- CMakeLists.txt      (revision 1007995)
+++ CMakeLists.txt      (working copy)
@@ -400,6 +400,7 @@
                          ${GPHOTO2_INCLUDE_DIRS}
                          ${SOPRANO_INCLUDE_DIR}
                          ${NEPOMUK_INCLUDE_DIR}
+                        ${CMAKE_CURRENT_BINARY_DIR}
                          ${CMAKE_CURRENT_SOURCE_DIR}/digikam
                          ${CMAKE_CURRENT_BINARY_DIR}/digikam
                         )
===================================================================

-- 
Matthew
Please do not quote my e-mail address unobfuscated in message bodies.
-- 
Thank you for reading all the way to this .sig. You may stop reading 
now. Really. It is safe to stop. There is no more content. Why are you 
still reading?




More information about the Digikam-devel mailing list