On 28/11/12 16:52, Stephane Derrode wrote: > Here is the result of the last command you request > > > fink-0.34.4]$ grep -i OPENJPEG > /sw/src/fink.build/gdcm-2.2.1-1/gdcmbin/CMakeCache.txt > //Use system openjpeg > GDCM_USE_SYSTEM_OPENJPEG:BOOL=ON > //The directory containing a CMake configuration file for OpenJPEG. > OpenJPEG_DIR:PATH=/usr/share/openjpeg-1.5 > //ADVANCED property for variable: GDCM_USE_SYSTEM_OPENJPEG > GDCM_USE_SYSTEM_OPENJPEG-ADVANCED:INTERNAL=1
Now it is becoming clear: You have installed some broken 3rd-party stuff in /usr/share that is interfering. This is generally a bad idea; anything in /usr/, except /usr/local/, should remain reserved for Apple. You are seeing firsthand why it is a bad idea, and you should complain to the people responsible for doing this (or be ashamed if it was yourself ;-) ). It is, of course, also pretty stupid that cmake finds stuff in /usr/share. But cmake has its own "intelligence" that we have to live with... -- 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
