Can't build digiKam 4.1.0

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

Can't build digiKam 4.1.0

Anders Stedtlund
i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
success. I do get this error with kfacegui:
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
kan inte öppna utdatafilen kfacegui: Är en katalog
collect2: error: ld returned 1 exit status
make[2]: *** [extra/libkface/test/kfacegui] Fel 1
make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
make[1]: *** Inväntar oavslutade jobb...

It translates to something like:
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
unable to open out data file kfacegui: Is a folder
collect2: error: ld returned 1 exit status
make[2]: *** [extra/libkface/test/kfacegui] Error 1
make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
make[1]: *** Waiting on unfinished jobs...

This is how I build:
cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
-DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
-DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
-DENABLE_RAWSPEED=on -Wno-dev .

make -j 4

Any ideas? (BTW, I have installed opencv 2.4.9.)

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

Re: Can't build digiKam 4.1.0

Gilles Caulier-4
Hi,

You typically don't care about kfaceGUI. It's a test program.

To compile whole digiKam without test code, use this cmake arguments with your :

-DKDE4_BUILD_TESTS=OFF

Note: compiling kfacegui work as expected here...

Gilles Caulier

2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:

> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
> success. I do get this error with kfacegui:
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
> kan inte öppna utdatafilen kfacegui: Är en katalog
> collect2: error: ld returned 1 exit status
> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
> make[1]: *** Inväntar oavslutade jobb...
>
> It translates to something like:
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
> unable to open out data file kfacegui: Is a folder
> collect2: error: ld returned 1 exit status
> make[2]: *** [extra/libkface/test/kfacegui] Error 1
> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
> make[1]: *** Waiting on unfinished jobs...
>
> This is how I build:
> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
> -DENABLE_RAWSPEED=on -Wno-dev .
>
> make -j 4
>
> Any ideas? (BTW, I have installed opencv 2.4.9.)
>
> /Anders
> _______________________________________________
> 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: Can't build digiKam 4.1.0

Anders Stedtlund
Hi Gilles,

Still same error... :-(

/Anders

2014-07-06 7:54 GMT+02:00 Gilles Caulier <[hidden email]>:

> Hi,
>
> You typically don't care about kfaceGUI. It's a test program.
>
> To compile whole digiKam without test code, use this cmake arguments with your :
>
> -DKDE4_BUILD_TESTS=OFF
>
> Note: compiling kfacegui work as expected here...
>
> Gilles Caulier
>
> 2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:
>> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
>> success. I do get this error with kfacegui:
>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>> kan inte öppna utdatafilen kfacegui: Är en katalog
>> collect2: error: ld returned 1 exit status
>> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
>> make[1]: *** Inväntar oavslutade jobb...
>>
>> It translates to something like:
>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>> unable to open out data file kfacegui: Is a folder
>> collect2: error: ld returned 1 exit status
>> make[2]: *** [extra/libkface/test/kfacegui] Error 1
>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
>> make[1]: *** Waiting on unfinished jobs...
>>
>> This is how I build:
>> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
>> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
>> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
>> -DENABLE_RAWSPEED=on -Wno-dev .
>>
>> make -j 4
>>
>> Any ideas? (BTW, I have installed opencv 2.4.9.)
>>
>> /Anders
>> _______________________________________________
>> 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: Can't build digiKam 4.1.0

Gilles Caulier-4
You need to clean up cmake build dir and reconfigure cmake using this option

Gilles Caulier

2014-07-06 8:42 GMT+02:00 Anders Stedtlund <[hidden email]>:

> Hi Gilles,
>
> Still same error... :-(
>
> /Anders
>
> 2014-07-06 7:54 GMT+02:00 Gilles Caulier <[hidden email]>:
>> Hi,
>>
>> You typically don't care about kfaceGUI. It's a test program.
>>
>> To compile whole digiKam without test code, use this cmake arguments with your :
>>
>> -DKDE4_BUILD_TESTS=OFF
>>
>> Note: compiling kfacegui work as expected here...
>>
>> Gilles Caulier
>>
>> 2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:
>>> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
>>> success. I do get this error with kfacegui:
>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>> kan inte öppna utdatafilen kfacegui: Är en katalog
>>> collect2: error: ld returned 1 exit status
>>> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
>>> make[1]: *** Inväntar oavslutade jobb...
>>>
>>> It translates to something like:
>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>> unable to open out data file kfacegui: Is a folder
>>> collect2: error: ld returned 1 exit status
>>> make[2]: *** [extra/libkface/test/kfacegui] Error 1
>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
>>> make[1]: *** Waiting on unfinished jobs...
>>>
>>> This is how I build:
>>> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
>>> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
>>> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
>>> -DENABLE_RAWSPEED=on -Wno-dev .
>>>
>>> make -j 4
>>>
>>> Any ideas? (BTW, I have installed opencv 2.4.9.)
>>>
>>> /Anders
>>> _______________________________________________
>>> 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
Reply | Threaded
Open this post in threaded view
|

Re: Can't build digiKam 4.1.0

Anders Stedtlund
I actually deleted the whole folder and unpacked the tar ball again...
Same error...

/Anders

2014-07-06 8:48 GMT+02:00 Gilles Caulier <[hidden email]>:

> You need to clean up cmake build dir and reconfigure cmake using this option
>
> Gilles Caulier
>
> 2014-07-06 8:42 GMT+02:00 Anders Stedtlund <[hidden email]>:
>> Hi Gilles,
>>
>> Still same error... :-(
>>
>> /Anders
>>
>> 2014-07-06 7:54 GMT+02:00 Gilles Caulier <[hidden email]>:
>>> Hi,
>>>
>>> You typically don't care about kfaceGUI. It's a test program.
>>>
>>> To compile whole digiKam without test code, use this cmake arguments with your :
>>>
>>> -DKDE4_BUILD_TESTS=OFF
>>>
>>> Note: compiling kfacegui work as expected here...
>>>
>>> Gilles Caulier
>>>
>>> 2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:
>>>> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
>>>> success. I do get this error with kfacegui:
>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>>> kan inte öppna utdatafilen kfacegui: Är en katalog
>>>> collect2: error: ld returned 1 exit status
>>>> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
>>>> make[1]: *** Inväntar oavslutade jobb...
>>>>
>>>> It translates to something like:
>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>>> unable to open out data file kfacegui: Is a folder
>>>> collect2: error: ld returned 1 exit status
>>>> make[2]: *** [extra/libkface/test/kfacegui] Error 1
>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
>>>> make[1]: *** Waiting on unfinished jobs...
>>>>
>>>> This is how I build:
>>>> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
>>>> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
>>>> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
>>>> -DENABLE_RAWSPEED=on -Wno-dev .
>>>>
>>>> make -j 4
>>>>
>>>> Any ideas? (BTW, I have installed opencv 2.4.9.)
>>>>
>>>> /Anders
>>>> _______________________________________________
>>>> 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
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't build digiKam 4.1.0

Gilles Caulier-4
comment this line :

https://projects.kde.org/projects/extragear/libs/libkface/repository/revisions/master/entry/CMakeLists.txt#L147

Gilles Caulier

2014-07-06 8:57 GMT+02:00 Anders Stedtlund <[hidden email]>:

> I actually deleted the whole folder and unpacked the tar ball again...
> Same error...
>
> /Anders
>
> 2014-07-06 8:48 GMT+02:00 Gilles Caulier <[hidden email]>:
>> You need to clean up cmake build dir and reconfigure cmake using this option
>>
>> Gilles Caulier
>>
>> 2014-07-06 8:42 GMT+02:00 Anders Stedtlund <[hidden email]>:
>>> Hi Gilles,
>>>
>>> Still same error... :-(
>>>
>>> /Anders
>>>
>>> 2014-07-06 7:54 GMT+02:00 Gilles Caulier <[hidden email]>:
>>>> Hi,
>>>>
>>>> You typically don't care about kfaceGUI. It's a test program.
>>>>
>>>> To compile whole digiKam without test code, use this cmake arguments with your :
>>>>
>>>> -DKDE4_BUILD_TESTS=OFF
>>>>
>>>> Note: compiling kfacegui work as expected here...
>>>>
>>>> Gilles Caulier
>>>>
>>>> 2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:
>>>>> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
>>>>> success. I do get this error with kfacegui:
>>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>>>> kan inte öppna utdatafilen kfacegui: Är en katalog
>>>>> collect2: error: ld returned 1 exit status
>>>>> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
>>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
>>>>> make[1]: *** Inväntar oavslutade jobb...
>>>>>
>>>>> It translates to something like:
>>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>>>> unable to open out data file kfacegui: Is a folder
>>>>> collect2: error: ld returned 1 exit status
>>>>> make[2]: *** [extra/libkface/test/kfacegui] Error 1
>>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
>>>>> make[1]: *** Waiting on unfinished jobs...
>>>>>
>>>>> This is how I build:
>>>>> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
>>>>> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
>>>>> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
>>>>> -DENABLE_RAWSPEED=on -Wno-dev .
>>>>>
>>>>> make -j 4
>>>>>
>>>>> Any ideas? (BTW, I have installed opencv 2.4.9.)
>>>>>
>>>>> /Anders
>>>>> _______________________________________________
>>>>> 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
> _______________________________________________
> 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: Can't build digiKam 4.1.0

Anders Stedtlund

Will test when I get home!

Btw, how do I clean without deleting the whole directory?

/Anders

Den 6 jul 2014 09:16 skrev "Gilles Caulier" <[hidden email]>:
comment this line :

https://projects.kde.org/projects/extragear/libs/libkface/repository/revisions/master/entry/CMakeLists.txt#L147

Gilles Caulier

2014-07-06 8:57 GMT+02:00 Anders Stedtlund <[hidden email]>:
> I actually deleted the whole folder and unpacked the tar ball again...
> Same error...
>
> /Anders
>
> 2014-07-06 8:48 GMT+02:00 Gilles Caulier <[hidden email]>:
>> You need to clean up cmake build dir and reconfigure cmake using this option
>>
>> Gilles Caulier
>>
>> 2014-07-06 8:42 GMT+02:00 Anders Stedtlund <[hidden email]>:
>>> Hi Gilles,
>>>
>>> Still same error... :-(
>>>
>>> /Anders
>>>
>>> 2014-07-06 7:54 GMT+02:00 Gilles Caulier <[hidden email]>:
>>>> Hi,
>>>>
>>>> You typically don't care about kfaceGUI. It's a test program.
>>>>
>>>> To compile whole digiKam without test code, use this cmake arguments with your :
>>>>
>>>> -DKDE4_BUILD_TESTS=OFF
>>>>
>>>> Note: compiling kfacegui work as expected here...
>>>>
>>>> Gilles Caulier
>>>>
>>>> 2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:
>>>>> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
>>>>> success. I do get this error with kfacegui:
>>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>>>> kan inte öppna utdatafilen kfacegui: Är en katalog
>>>>> collect2: error: ld returned 1 exit status
>>>>> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
>>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
>>>>> make[1]: *** Inväntar oavslutade jobb...
>>>>>
>>>>> It translates to something like:
>>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>>>>> unable to open out data file kfacegui: Is a folder
>>>>> collect2: error: ld returned 1 exit status
>>>>> make[2]: *** [extra/libkface/test/kfacegui] Error 1
>>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error 2
>>>>> make[1]: *** Waiting on unfinished jobs...
>>>>>
>>>>> This is how I build:
>>>>> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
>>>>> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
>>>>> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
>>>>> -DENABLE_RAWSPEED=on -Wno-dev .
>>>>>
>>>>> make -j 4
>>>>>
>>>>> Any ideas? (BTW, I have installed opencv 2.4.9.)
>>>>>
>>>>> /Anders
>>>>> _______________________________________________
>>>>> 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
> _______________________________________________
> 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: Can't build digiKam 4.1.0

Gilles Caulier-4
you can just remove CMakeCache.txt in build dir

Gilles

2014-07-06 10:32 GMT+02:00 Anders Stedtlund <[hidden email]>:

> Will test when I get home!
>
> Btw, how do I clean without deleting the whole directory?
>
> /Anders
>
> Den 6 jul 2014 09:16 skrev "Gilles Caulier" <[hidden email]>:
>
>> comment this line :
>>
>>
>> https://projects.kde.org/projects/extragear/libs/libkface/repository/revisions/master/entry/CMakeLists.txt#L147
>>
>> Gilles Caulier
>>
>> 2014-07-06 8:57 GMT+02:00 Anders Stedtlund <[hidden email]>:
>> > I actually deleted the whole folder and unpacked the tar ball again...
>> > Same error...
>> >
>> > /Anders
>> >
>> > 2014-07-06 8:48 GMT+02:00 Gilles Caulier <[hidden email]>:
>> >> You need to clean up cmake build dir and reconfigure cmake using this
>> >> option
>> >>
>> >> Gilles Caulier
>> >>
>> >> 2014-07-06 8:42 GMT+02:00 Anders Stedtlund <[hidden email]>:
>> >>> Hi Gilles,
>> >>>
>> >>> Still same error... :-(
>> >>>
>> >>> /Anders
>> >>>
>> >>> 2014-07-06 7:54 GMT+02:00 Gilles Caulier <[hidden email]>:
>> >>>> Hi,
>> >>>>
>> >>>> You typically don't care about kfaceGUI. It's a test program.
>> >>>>
>> >>>> To compile whole digiKam without test code, use this cmake arguments
>> >>>> with your :
>> >>>>
>> >>>> -DKDE4_BUILD_TESTS=OFF
>> >>>>
>> >>>> Note: compiling kfacegui work as expected here...
>> >>>>
>> >>>> Gilles Caulier
>> >>>>
>> >>>> 2014-07-06 7:40 GMT+02:00 Anders Stedtlund <[hidden email]>:
>> >>>>> i have now tried to build digiKam 4.1.0 on openSUSE 13.1 without
>> >>>>> success. I do get this error with kfacegui:
>> >>>>>
>> >>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>> >>>>> kan inte öppna utdatafilen kfacegui: Är en katalog
>> >>>>> collect2: error: ld returned 1 exit status
>> >>>>> make[2]: *** [extra/libkface/test/kfacegui] Fel 1
>> >>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Fel 2
>> >>>>> make[1]: *** Inväntar oavslutade jobb...
>> >>>>>
>> >>>>> It translates to something like:
>> >>>>>
>> >>>>> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
>> >>>>> unable to open out data file kfacegui: Is a folder
>> >>>>> collect2: error: ld returned 1 exit status
>> >>>>> make[2]: *** [extra/libkface/test/kfacegui] Error 1
>> >>>>> make[1]: *** [extra/libkface/test/CMakeFiles/kfacegui.dir/all] Error
>> >>>>> 2
>> >>>>> make[1]: *** Waiting on unfinished jobs...
>> >>>>>
>> >>>>> This is how I build:
>> >>>>> cmake -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
>> >>>>> -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/stedtlund/beta
>> >>>>> -DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_CHECKOUT_PO=off
>> >>>>> -DENABLE_RAWSPEED=on -Wno-dev .
>> >>>>>
>> >>>>> make -j 4
>> >>>>>
>> >>>>> Any ideas? (BTW, I have installed opencv 2.4.9.)
>> >>>>>
>> >>>>> /Anders
>> >>>>> _______________________________________________
>> >>>>> 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
>> > _______________________________________________
>> > 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