Changes between Initial Version and Version 1 of Ticket #31882


Ignore:
Timestamp:
Nov 4, 2011, 3:30:39 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31882

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to singingwolfboy@…
    • Property Keywords clang added
  • Ticket #31882 – Description

    initial v1  
    11Running on 10.7.2, with Xcode 4.2 build 4D199 the following fails:
    22
     3{{{
    34sudo port install multimarkdown
     5}}}
    46
    57Using the llvm-gcc compiler works:
    68
     9{{{
    710sudo port install multimarkdown configure.compiler=llvm-gcc-4.2
     11}}}