Changes between Initial Version and Version 1 of Ticket #42130
- Timestamp:
- Jan 14, 2014, 8:09:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42130
-
Property
Priority
changed from
High
toNormal
-
Property
Priority
changed from
-
Ticket #42130 – Description
initial v1 1 1 I am trying to install Boost as follows: 2 2 3 {{{ 3 4 sudo port -s install boost +no_static +python27 configure.compiler=macports-gcc-4.8 configure.cxx_stdlib=libc++ 5 }}} 4 6 5 7 I'm getting this error: 6 8 9 {{{ 7 10 Error: Unable to open port: invalid command name "configure.cxx_stdlib" 8 11 Error: Unable to execute port: upgrade zlib failed 12 }}} 9 13 10 14 I recently upgraded to Mavericks. I followed the MacPort migration page, deleting all old ports and reinstalling the ones I thought I needed. I reinstalled gcc and clang, but maybe I'm still missing something I need? I've run port selfupdate a few times, which has not solved the problem.