DK 4.14.0 compilation fails on Suse 13.2

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

DK 4.14.0 compilation fails on Suse 13.2

Robert Zeller
Gilles,

I just tried to compile DK 4.14.0 on openSUSE 13.2 using bootstap.linux
; it fails to create the Makefile with the following error messages:

compilation terminated.
CMakeFiles/cmTC_78ee5.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_78ee5.dir/src.cxx.o' failed
gmake[1]: *** [CMakeFiles/cmTC_78ee5.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory
'/home/home_reserve/packages/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_78ee5/fast' failed
gmake: *** [cmTC_78ee5/fast] Error 2

Source file was:

    #include <lqr.h>

    int main()
    {
    LqrImageType t = LQR_RGB_IMAGE;
    return 0;
    }

Any idea, what is missing on my system?

Regards,

Robert

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: DK 4.14.0 compilation fails on Suse 13.2

Gilles Caulier-4
liblqr. It's optional to compile Liquid Rescale image editor tool.

Gilles Caulier

2015-10-16 13:25 GMT+02:00 Robert Zeller <[hidden email]>:
Gilles,

I just tried to compile DK 4.14.0 on openSUSE 13.2 using bootstap.linux
; it fails to create the Makefile with the following error messages:

compilation terminated.
CMakeFiles/cmTC_78ee5.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_78ee5.dir/src.cxx.o' failed
gmake[1]: *** [CMakeFiles/cmTC_78ee5.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory
'/home/home_reserve/packages/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_78ee5/fast' failed
gmake: *** [cmTC_78ee5/fast] Error 2

Source file was:

    #include <lqr.h>

    int main()
    {
    LqrImageType t = LQR_RGB_IMAGE;
    return 0;
    }

Any idea, what is missing on my system?

Regards,

Robert

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: DK 4.14.0 compilation fails on Suse 13.2

Robert Zeller
Hmm, liblqr-1-0 (0.4.2-4.2.3) and liblqr-devel is installed on my system. Nonetheless I get the error message from the preprocessor. If it is optional, do you think I should remove it from my system? I don't need this feature in DK

On 10/16/2015 01:36 PM, Gilles Caulier wrote:
liblqr. It's optional to compile Liquid Rescale image editor tool.

Gilles Caulier

2015-10-16 13:25 GMT+02:00 Robert Zeller <[hidden email]>:
Gilles,

I just tried to compile DK 4.14.0 on openSUSE 13.2 using bootstap.linux
; it fails to create the Makefile with the following error messages:

compilation terminated.
CMakeFiles/cmTC_78ee5.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_78ee5.dir/src.cxx.o' failed
gmake[1]: *** [CMakeFiles/cmTC_78ee5.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory
'/home/home_reserve/packages/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_78ee5/fast' failed
gmake: *** [cmTC_78ee5/fast] Error 2

Source file was:

    #include <lqr.h>

    int main()
    {
    LqrImageType t = LQR_RGB_IMAGE;
    return 0;
    }

Any idea, what is missing on my system?

Regards,

Robert

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: DK 4.14.0 compilation fails on Suse 13.2

Gilles Caulier-4
yes, you can. code compilation relevant will be disabled...
Gilles Caulier

2015-10-16 15:01 GMT+02:00 Robert Zeller <[hidden email]>:
Hmm, liblqr-1-0 (0.4.2-4.2.3) and liblqr-devel is installed on my system. Nonetheless I get the error message from the preprocessor. If it is optional, do you think I should remove it from my system? I don't need this feature in DK


On 10/16/2015 01:36 PM, Gilles Caulier wrote:
liblqr. It's optional to compile Liquid Rescale image editor tool.

Gilles Caulier

2015-10-16 13:25 GMT+02:00 Robert Zeller <[hidden email]>:
Gilles,

I just tried to compile DK 4.14.0 on openSUSE 13.2 using bootstap.linux
; it fails to create the Makefile with the following error messages:

compilation terminated.
CMakeFiles/cmTC_78ee5.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_78ee5.dir/src.cxx.o' failed
gmake[1]: *** [CMakeFiles/cmTC_78ee5.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory
'/home/home_reserve/packages/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_78ee5/fast' failed
gmake: *** [cmTC_78ee5/fast] Error 2

Source file was:

    #include <lqr.h>

    int main()
    {
    LqrImageType t = LQR_RGB_IMAGE;
    return 0;
    }

Any idea, what is missing on my system?

Regards,

Robert

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users