Changes between Initial Version and Version 1 of Ticket #31766


Ignore:
Timestamp:
Oct 25, 2011, 11:12:11 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use attachments for voluminous output. If you're going to paste terminal output inline, use WikiFormatting so it's legible.

Where you say "llvm" above I assume you mean "clang", which is the default compiler on Xcode 4.2. I'll modify the port to use llvm-gcc-4.2 instead of clang.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31766

    • Property Keywords clang added
    • Property Summary changed from flac @1.2.1: error while compiling with llvm from Xcode 4.2 to flac @1.2.1: error while compiling with clang from Xcode 4.2
    • Property Port flac added
  • Ticket #31766 – Description

    initial v1  
    1 Flac does not compile with llvm from Xcode 4.2. The compilation goes well with llvm-gcc-4.2 (command line : sudo port install flac +universal configure.compiler=llvm-gcc-4.2)
     1Flac does not compile with llvm from Xcode 4.2. The compilation goes well with llvm-gcc-4.2 (command line : `sudo port install flac +universal configure.compiler=llvm-gcc-4.2`)
    22
    33Here is the error with llvm:
    44
     5{{{
    56Undefined symbols for architecture i386:
    67  "FLAC::Decoder::Stream::get_state() const", referenced from:
     
    894895"$procedure $targetname"
    895896Warning: the following items did not execute (for flac): org.macports.activate org.macports.build org.macports.destroot org.macports.install
     897}}}