Changes between Initial Version and Version 1 of Ticket #30097


Ignore:
Timestamp:
Jul 9, 2011, 10:30:33 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

What is "saxsview"? I don't see a port for that in MacPorts. Are you trying to compile it manually? If so, it sounds like you're trying to compile it universally, but your qt4-mac is not installed universally. To fix that, reinstall the qt4-mac port with the +universal variant. Alternately, don't build saxsview universally.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30097

    • Property Keywords qt4 removed
    • Property Priority changed from High to Normal
    • Property Port qt4-mac removed
  • Ticket #30097 – Description

    initial v1  
    11Using recent qt4-mac 4.7.3 it compiles ok however during compilation of saxsview program there are problems with some included inqt4 libraries: and I got result:
    22
     3{{{
    34ld: warning: ignoring file /opt/local/lib/libQtSvg.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
    45ld: warning: ignoring file /opt/local/lib/libQtGui.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
    56ld: warning: ignoring file /opt/local/lib/libQtXml.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
    67ld: warning: ignoring file /opt/local/lib/libQtCore.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
     8}}}
    79
    810Attached logfile from compilation