Changes between Initial Version and Version 6 of Ticket #22815


Ignore:
Timestamp:
Jan 19, 2010, 1:57:44 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to software@…:

ld warning: in /opt/local/lib/libSDL.dylib, file is not of required architecture

Presumably, you need to install libsdl with the correct architectures first.

And please remember WikiFormatting when writing in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22815

    • Property Cc larsko@… jvliwanag@… bgrupe@… added
  • Ticket #22815 – Description

    initial v6  
    1 I replicate the report of haraoka http://trac.macports.org/ticket/20952#comment:40, as this is a separate issue.
     1I replicate the [comment:ticket:20952:40 report of haraoka], as this is a separate issue.
    22
    33libsdl_mixer was upgraded on 10.5.8(ppc). The build result of wxWidgets(2.6.4&2.8.9&2.9.0) failed as follows.
    44
    5  $ sudo port -dv archive wxWidgets +universal
    6 
    7  g++-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
    8 
    9  make: *** [.pch/wxprec_monodll/wx/wxprec.h.gch] Error 1
    10 
     5{{{
     6$ sudo port -dv archive wxWidgets +universal
     7g++-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
     8make: *** [.pch/wxprec_monodll/wx/wxprec.h.gch] Error 1
    119    while executing
    12 
    1310 "command_exec build"
    14 
    1511    (procedure "portbuild::build_main" line 9) invoked from within
    16 
    1712 "$procedure $targetname" Warning: the following items did not execute (for wxWidgets): org.macports.archive org.macports.build org.macports.destroot Error: Status 1 encountered during processing.
     13}}}