Changes between Initial Version and Version 1 of Ticket #31762


Ignore:
Timestamp:
Oct 26, 2011, 12:02:53 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting, fill in the Portfield, and Cc the maintainer of that port.

Enblend is not compiling with llvm (comes with Xcode 4.2).

I guess you mean clang, which is the default compiler on Xcode 4.2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31762

    • Property Status changed from new to assigned
    • Property Cc hvdwolf@… added
    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port enblend added
  • Ticket #31762 – Description

    initial v1  
    33As suggested in the mailing list, I changed the compiler to llvm-gcc and it works. I use this command line to compile enblend:
    44
     5{{{
    56sudo port install enblend configure.compiler=llvm-gcc-4.2
    6 
     7}}}
    78
    89Here is an extract of the error that happened before the compiler change:
    910
     11{{{
    1012/Developer/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -DVIGRA_STATIC_LIB -D_THREAD_SAFE -I/opt/local/include/OpenEXR   -pipe -O2 -arch x86_64 --param inline-unit-growth=60 -O2 -DNDEBUG -Wall -MT enfuse-enfuse.o -MD -MP -MF .deps/enfuse-enfuse.Tpo -c -o enfuse-enfuse.o `test -f 'enfuse.cc' || echo './'`enfuse.cc
    1113clang: warning: argument unused during compilation: '--param inline-unit-growth=60'
     
    5153
    5254...
    53  
     55 }}}