Changes between Initial Version and Version 1 of Ticket #32346


Ignore:
Timestamp:
Dec 1, 2011, 9:17:42 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to drbacher@…:

The ragel 6.7 port fails to build with the clang compiler.

Could you attach a main.log file from the failed build with clang?

I had to add "-universal" to work around link errors like:

Usually you should file a separate ticket for separate issues.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32346

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Keywords clang added
    • Property Summary changed from ragel 6.7 fails to build on 10.7 Lion with Xcode 4.2 to ragel 6.7 fails to build with clang
  • Ticket #32346 – Description

    initial v1  
    11The ragel 6.7 port fails to build with the clang compiler. The build succeeds with the llvm-gcc-4.2 compiler (as suggested in the ProblemHotlist).
    22
     3{{{
    34port install ragel configure.compiler=llvm-gcc-4.2 -universal
     5}}}
    46
    57I had to add "-universal" to work around link errors like:
     8{{{
    69file was built for unsupported file format which is not the architecture being linked (i386)
     10}}}