From: Russell O. <ro...@uw...> - 2013-08-23 17:42:42
|
On Aug 22, 2013, at 8:24 PM, Matt Terry <mat...@gm...> wrote: > > with/without third party X > I'm not quite sure what you mean by with/without third party X. If you > are referring to Tck/Tk: > > I had an issue where MPL found the headers to freetype in /opt/local, but library in /usr/X11. Hilarity ensues. I *think* /usr/X11 showed up when I installed XQuartz, but I don't have a clean image to compare against. > > The with-X / without-X builds would be there to check that the default search paths are compatible with common environments. Have you tried eliminating /opt from the search path in setupext.py? If that does the trick, I think we may be stuck. The default search paths are trying to work for default python, python.org python, macports and homebrew, plus user-built libraries in /usr/local. I'm not convinced one file can do it all. Apple moving X from /usr/X11 to /opt/X11 did not help. Regards, -- Russell |