[Digikam-users] Failure to compile on digikam-4.12.0 on Slackware current

Jeff Robinson jeffnik at anecho.mb.ca
Sun Aug 16 18:44:36 BST 2015



On 08/14/2015 11:24 PM, lai wrote:
> 
> 
> Jeff Robinson <jeffnik at ...> writes:
> 
>>
>>
>> Hi folks,
>>
>> I'm trying to compile Digikam 4.12.0 on Slackware current (64-bit) and
>> I've run into what appears to be a linking error.  I've successfully
>> compiled and can run 4.11.0 on this same set-up, but after I do the
>> "./bootstrap.linux" and run "make" in the build directory everything
>> progresses well up until:
>> ...
>>
>> Thanks in advance,
>>
>> Jeff
>>
> 
> i suggest you rebuild imagemagick 
> with 
> ./configure \
>   --prefix=/usr \
>   --libdir=/usr/lib${LIBDIRSUFFIX} \
>   --mandir=/usr/man \
>   --sysconfdir=/etc \
>   --program-prefix= \
>   --with-x \
>   --with-frozenpaths=no \
>   --with-modules \
>   --disable-openmp \
>   --enable-static=no \
>   --enable-shared \
>   --with-gcc-arch=$ARCH \
>   --with-perl \
>   --with-rsvg \
>   --build=$ARCH-slackware-linux || exit 1
> 
> --with-modules is needed
> good luck!
> 
> 
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
> 

This worked almost perfectly for me.  For some reason configure wouldn't
work with the --build argument, but once I dropped that bit ImageMagick
compiled and installed fine.

After that Digikam 4.12.0 compiled with-out an issue and I'm using it as
we speak.

Thanks for the hint!

Jeff



More information about the Digikam-users mailing list