desperate

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

desperate

Jasper
> What exactly are your issues? I think you haven't mentioned it before.
> Is it compiling forever or does it crash?
>
> Andi

Thanks for bearing with me,
  Unfortunatley I tacitly refered to a previous post. My issue is with  
greycstoration compiling,
The error I am getting is, and always has been:

...
[ 17%] Building CXX object  
digikam/digikam/CMakeFiles/digikam.dir/__/utilities/imageeditor/editor/imageiface.o
Linking CXX shared library ../../lib/libdigikam.so
CMakeFiles/digikam.dir/__/libs/greycstoration/greycstorationiface.o: In  
function  
`cimg_library::CImg<float>::greycstoration_run(cimg_library::CImg<unsigned  
char> const&, float, float, float, float, float, float, float, float,  
float, unsigned int, bool, unsigned int, unsigned int, unsigned int)':
greycstorationiface.cpp:(.text._ZN12cimg_library4CImgIfE18greycstoration_runERKNS0_IhEEfffffffffjbjjj[cimg_library::CImg<float>::greycstoration_run(cimg_library::CImg<unsigned  
char> const&, float, float, float, float, float, float, float, float,  
float, unsigned int, bool, unsigned int, unsigned int, unsigned  
int)]+0x643): undefined reference to `pthread_create'
collect2: ld returned 1 exit status
make[2]: *** [lib/libdigikam.so.1.0.0] Error 1
make[1]: *** [digikam/digikam/CMakeFiles/digikam.dir/all] Error 2
make: *** [all] Error 2
...

I have since updated my system, my last ditch effort...

>> Tried with O0, and O1, no difference. (with  -DCMAKE_CXX_FLAGS="-O0" for
>> digikam), both in digikam and cimg.
>>
>
> It's fixed on svn. please checkout and try again...
>
> Gilles

didnt seem to do it.

Any other ideas?

cheers

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

Re: desperate

Bugzilla from andi.clemens@gmx.net
It seems you are missing a package, on my system it is called "pth":
http://www.gnu.org/software/pth

I think it should be installed by default when installing gcc and glibc,
because it is a rather important package. Make sure this package is
installed on your system, maybe it became deleted on your last system
update?

Andi


George wrote:

>> What exactly are your issues? I think you haven't mentioned it before.
>> Is it compiling forever or does it crash?
>>
>> Andi
>
> Thanks for bearing with me,
>   Unfortunatley I tacitly refered to a previous post. My issue is with
> greycstoration compiling,
> The error I am getting is, and always has been:
>
> ...
> [ 17%] Building CXX object
>
digikam/digikam/CMakeFiles/digikam.dir/__/utilities/imageeditor/editor/imageiface.o
> Linking CXX shared library ../../lib/libdigikam.so
> CMakeFiles/digikam.dir/__/libs/greycstoration/greycstorationiface.o: In
> function
> `cimg_library::CImg<float>::greycstoration_run(cimg_library::CImg<unsigned
> char> const&, float, float, float, float, float, float, float, float,
> float, unsigned int, bool, unsigned int, unsigned int, unsigned int)':
> greycstorationiface.cpp
(.text._ZN12cimg_library4CImgIfE18greycstoration_runERKNS0_IhEEfffffffffjbjjj[cimg_library::CImg<float>::greycstoration_run(cimg_library::CImg<unsigned

> char> const&, float, float, float, float, float, float, float, float,
> float, unsigned int, bool, unsigned int, unsigned int, unsigned
> int)]+0x643): undefined reference to `pthread_create'
> collect2: ld returned 1 exit status
> make[2]: *** [lib/libdigikam.so.1.0.0] Error 1
> make[1]: *** [digikam/digikam/CMakeFiles/digikam.dir/all] Error 2
> make: *** [all] Error 2
> ...
>
> I have since updated my system, my last ditch effort...
>
>>> Tried with O0, and O1, no difference. (with  -DCMAKE_CXX_FLAGS="-O0" for
>>> digikam), both in digikam and cimg.
>>>
>>
>> It's fixed on svn. please checkout and try again...
>>
>> Gilles
>
> didnt seem to do it.
>
> Any other ideas?
>
> cheers
>
> Jasper


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