[Digikam-devel] Re: digikam/digikam sub-folders created...
Michael G. Hansen
mike at mghansen.de
Sat Feb 26 11:13:27 GMT 2011
Hi,
On 02/26/2011 11:55 AM, Gert Kello wrote:
> The following diff seems to fix build:
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 5f93cc5..38299f8 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -1508,6 +1508,12 @@ IF(DIGIKAM_CAN_BE_COMPILED)
> # config-digikam.h
> ${CMAKE_CURRENT_BINARY_DIR}
>
> + #version.h
> + ${CMAKE_CURRENT_BINARY_DIR}/digikam/utils
> +
> + #dbconfigversion.h
> + ${CMAKE_CURRENT_BINARY_DIR}/digikam/database
> +
> # external library paths
> ${JPEG_INCLUDE_DIR}
> ${PNG_PNG_INCLUDE_DIR}
>
>
Yes, this is the fix, I also figured this out a few minutes ago ;-).
Gilles, I think you could only see this problem when you built digikam
from scratch, because the old version.h and dbconfigversion.h files
would still be in the old places in your build directory.
Michael
More information about the Digikam-devel
mailing list