[EMAIL PROTECTED] wrote:

> > ./magick/log.c:748: error: cannot convert to a pointer type
>
> Try
>
>   #if defined(MAGICKCORE_HAVE_PTHREAD)
>   return(*(unsigned long *) pthread_self());
> #endif

Do you like to force a coredump?

pthread_self() does not return a pointer and thus the result cannot be 
dereferenced.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
Magick-bugs mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-bugs

Reply via email to