#31483: gnuplot: Unable to install with +wxwidgets variant ---------------------------------+------------------------------------------ Reporter: vidakris@… | Owner: ryandesign@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: Port: gnuplot | ---------------------------------+------------------------------------------ Comment(by ryandesign@…): Ok, that's a different problem. I'm able to reproduce it on Snow Leopard with Xcode 3.2.6 if I request the use of llvm-gcc-4.2 or clang. By default MacPorts compiles using gcc-4.2 on Xcode 3.2.x which works fine. But because you're on Xcode 4.1.x the default is llvm-gcc-4.2. Try using gcc-4.2 instead: {{{ sudo port clean gnuplot sudo port install gnuplot +wxwidgets configure.compiler=gcc-4.2 }}} -- Ticket URL: <https://trac.macports.org/ticket/31483#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS