Opened 11 years ago
Closed 11 years ago
#42569 closed defect (invalid)
gnuplot fails on #include <type_traits>
Reported by: | lookfwd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | gnuplot |
Description
I have installed gnuplot in the past with:
sudo port install gnuplot
I just upgraded to OS X 10.9.1, XCode Version 4.5.1.
I've done an:
xcode-select --install sudo xcodebuild -license sudo port -d -v selfupdate sudo port upgrade outdated
and it breaks on gnuplot.
sudo port clean gnuplot sudo port install gnuplot
fails with the default compiler and clang3.5. The problem is:
info:build /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/include/wx-3.0/wx/strvararg.h:25:14: fatal error: 'type_traits' file not found :info:build #include <type_traits> :info:build ^ :info:build 1 error generated.
Change History (1)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Cc: | mojca@… added |
---|---|
Keywords: | gnuplot include type_traits removed |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers gnuplot
) and attach the main.log.Mavericks requires Xcode 5.0.2. See also wiki:Migration and wiki:MavericksProblems.