Changes between Initial Version and Version 1 of Ticket #35072


Ignore:
Timestamp:
Jul 3, 2012, 11:02:01 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Both. We should work around it in the port (by using llvm-gcc-4.2 instead of clang, if we cannot find a better solution), and upstream should provide a permanent fix (by making it compatible with clang).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35072

    • Property Keywords gcc codeblocks compiler removed
    • Property Owner changed from macports-tickets@… to afb@…
  • Ticket #35072 – Description

    initial v1  
    11I had to install codeblocks with:
    2    sudo port install foo configure.compiler=llvm-gcc-4.2
     2{{{
     3sudo port install foo configure.compiler=llvm-gcc-4.2
     4}}}
    35
    46due to a compile error using default clang compiler.  I have XCode 4.3.3 and XCode 4.5 (preview) installed.