[MacPorts] #31046: py27-matplotlib fails to build with clang (Xcode 4.2)
MacPorts
noreply at macports.org
Sat Oct 15 11:10:25 PDT 2011
#31046: py27-matplotlib fails to build with clang (Xcode 4.2)
--------------------------------+-------------------------------------------
Reporter: rex_4539@… | Owner: ram@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: py27-matplotlib
--------------------------------+-------------------------------------------
Comment(by batesca@…):
There is a quick and dirty solution to this:
{{{
cd /Developer/usr/bin/
sudo mv clang clang.temp
sudo cp llvm-gcc-4.2 clang
sudo port install py27-matplotlib
sudo mv clang.temp clang
}}}
--
Ticket URL: <https://trac.macports.org/ticket/31046#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list