On 27/11/12 23:06, Martin Costabel wrote: > It would be interesting to see the output of > > grep OPENJPEG /sw/src/fink.build/gdcm-2.2.1-1/gdcmbin/CMakeCache.txt
Since you get an empty reply, it seems that your cmake not only doesn't find openjpeg.h, it doesn't even try to find it. It is hard to understand how this can happen. Another try would be to see if you have something about "OpenJPEG" in your CMakeCache.txt. I think this *must* be there, if you live on the same planet as everyone else :-) So try grep -i OPENJPEG /sw/src/fink.build/gdcm-2.2.1-1/gdcmbin/CMakeCache.txt If this still doesn't give anything, I give up, too. (and please, reply to the list, too). -- Martin ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
