Changes between Initial Version and Version 2 of Ticket #25204


Ignore:
Timestamp:
Jun 11, 2010, 6:07:29 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to yanflao@…:

xcode 2.2.3

Did you mean 3.2.2?

mono 2.4.3 can be installed but with the x86_32 arch

I'm not sure what you mean here. First, the current version of the mono port is 2.6.4; if you see 2.4.3, then your ports are out of date and you should use "sudo port selfupdate" to update. Second, x86_64 is the default arch on Snow Leopard for 64-bit capable machines. i386 is the other arch available. There is no such arch as x86_32.

It sounds like you are trying to build libgdiplus for i386 but its dependencies have not been built for i386:

ld: warning: in /opt/local/lib/libcairo.dylib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /opt/local/lib/libpixman-1.dylib, file was built for unsupported file format which is not the architecture being linked (i386)

Rebuild cairo and dependencies so they contain the i386 architecture. You could either build for i386 only, or probably preferable rebuild with the universal variant so they contain both i386 and x86_64:

sudo port upgrade --enforce-variants cairo +universal

ld: in /opt/local/lib/libxslt.1.dylib, file was built for unsupported file format which is not the architecture being linked (i386) for architecture i386

Rebuild libxslt and dependencies with the universal variant:

sudo port upgrade --enforce-variants libxslt +universal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25204

    • Property Cc jean-philippe.humbert@… macports@… bgrupe@… dcestari@… hvitved@… adrian@… d.czerwonk@… ac90b671@… rgabo@… snc@… celil.rufat@… macports@… dports@… kibiz0r@… rob@… deesto@… matt@… domiman@… andreas@… p_ansell@… reid@… motya@… sgaragagghu@… s.bonczkowski@… leafyoung@… ryandesign@… removed
    • Property Owner changed from macports-tickets@… to stechert@…
    • Property Port libgdiplus added; gnome-sharp2 mono removed
    • Property Summary changed from gnome-sharp2 depending on mono build failed on snow lepoard to libgdiplus build failed on snow lepoard
  • Ticket #25204 – Description

    initial v2  
    1 Mac os x 10.6.3
     1Mac os x 10.6.3 [[br]]
    22xcode 2.2.3
    33