Martin,
   I committed a fix to cmake-2.8.12-2 in the 10.7 tree, which also needs to be
moved into the 10.6 tree. The libplplot10-shlibs build was failing with 'fink 
-m'
when MacPorts was present as well as fink. 

Looking for incorrect headers in 97 dependency files...
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses /opt/local/include/X11/X.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/Xfuncproto.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/Xlib.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/Xosdefs.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/Xutil.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/cursorfont.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/keysym.h
         ./drivers/CMakeFiles/xwin.dir/xwin.c.d uses 
/opt/local/include/X11/keysymdef.h

The problem is trivial to eliminate with...

Index: cmake.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/cmake.info,v
retrieving revision 1.10
diff -r1.10 cmake.info
3c3
< Revision: 1
---
> Revision: 2
16a17,18
> # don't look in /opt/local
>   perl -pi -e 's,/opt/local # MacPorts,# /opt/local # MacPorts,g' 
> Modules/Platform/Darwin.cmake

so that /opt/local isn't searched by cmake on fink. FYI.
       Jack

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to