Changes between Initial Version and Version 1 of Ticket #22597


Ignore:
Timestamp:
Nov 18, 2009, 7:00:13 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting, cc the maintainer, and fill in the Port field. Also please leave the milestone field empty as per the ticket guidelines.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22597

    • Property Owner changed from macports-tickets@… to jjstickel@…
    • Property Milestone changed from MacPorts 1.8.2 to
    • Property Port libemf added
  • Ticket #22597 – Description

    initial v1  
    22The problem is that the #ifdef-statement in "include/libEMF/wine/winnt.h" does not understand the architecture.
    33The package is compiled with the option "-arch x86_64", but this is not correct. When I #define __i386__ by hand in the top of the winnt.h file, it compiles OK.
    4 
     4{{{
    55--->  Building libemf
    66Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libemf/work/libEMF-1.0.3" && /usr/bin/make -j2 all " returned error 2
     
    3535make[1]: *** [libemf.lo] Error 1
    3636make: *** [all-recursive] Error 1
    37 
     37}}}