Changes between Initial Version and Version 1 of Ticket #32346
- Timestamp:
- Dec 1, 2011, 9:17:42 AM (13 years ago)
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
toragel 6.7 fails to build with clang
-
Ticket #32346 – Description
initial v1 1 1 The 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). 2 2 3 {{{ 3 4 port install ragel configure.compiler=llvm-gcc-4.2 -universal 5 }}} 4 6 5 7 I had to add "-universal" to work around link errors like: 8 {{{ 6 9 file was built for unsupported file format which is not the architecture being linked (i386) 10 }}}