Re: ImageMagick & MinGW/GCC TDM: Building Trouble (Stage 4)
[email protected] (Joerg Schilling)
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <48f8470f.ANMn1rf/ax1Jj79c%[email protected]> |
[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