Changes between Initial Version and Version 2 of Ticket #35310


Ignore:
Timestamp:
Jul 25, 2012, 3:39:12 PM (12 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35310

    • Property Cc jeremyhu@… added
  • Ticket #35310 – Description

    initial v2  
    11It appears that clang lacks some of the intrinsics supplied by gcc, and that building netpbm under xcode 4.4 results in the following error message. This is rather important, as netpbm is a dependency of many packages.
    2 
     2{{{
    33/usr/bin/clang -c -I.  -Iimportinc -Iimportinc/netpbm -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/netpbm/work/advanced/editor/pamflip  -DNDEBUG  -I/opt/local/include -O3 -arch x86_64    -o pamflip_sse.o pamflip_sse.c
    44pamflip_sse.c:136:39: error: use of unknown builtin '__builtin_ia32_pcmpeqb128' [-Wimplicit-function-declaration]
     
    1111gnumake[2]: *** [pamflip_sse.o] Error 1
    1212gnumake[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/netpbm/work/advanced/editor/pamflip'
     13}}}