[Digikam-devel] digikam doesn't build... patch
Andi Clemens
andi.clemens at gmx.net
Fri Aug 7 07:11:50 BST 2009
Works fine here, otherwise we devs would have noticed this already ;-)
From where are you building digiKam? extragear?
If so, I don't know if this is working, I normally build from within
extragear/graphics or extragear/graphics/digikam.
Marcel,
what do you think?
Andi
On Thursday 06 August 2009 23:49:42 Matthew Woehlke wrote:
> (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
> )
> ===================================================================
More information about the Digikam-devel
mailing list