Changes between Initial Version and Version 1 of Ticket #24662


Ignore:
Timestamp:
Apr 28, 2010, 2:32:25 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to cc the maintainer.

Setting universal_archs to a single arch makes no sense. Did you actually build with +universal? If you're not using +universal, build_arch is the setting you're looking for.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24662

    • Property Owner changed from macports-tickets@… to chris.ridd@…
    • Property Keywords xercesc i386 2.8 removed
  • Ticket #24662 – Description

    initial v1  
    11Even though I have set the machine architectures in macports.conf to i386 I still get a X86_64 build.  Is there a way to force a 32 bit build of xercesc 2.8.0?
    2 
     2{{{
    33# machine architectures
    4 
    5 
    64universal_archs         i386
    7 [[BR]]
    8 [[BR]]
    9 
    10 
    11 
    12 
    13 
    14 
     5}}}
     6{{{
    157otool -hV /opt/local/lib/libxerces-depdom.28.0.dylib
    168/opt/local/lib/libxerces-depdom.28.0.dylib:
     
    1810      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    1911MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    11        752   NOUNDEFS DYLDLINK TWOLEVEL NO_REEXPORTED_DYLIBS
     12}}}