Changes between Initial Version and Version 3 of Ticket #21795


Ignore:
Timestamp:
Oct 4, 2009, 5:07:08 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21795

    • Property Cc loshea@… added
    • Property Keywords asymptote removed
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #21795 – Description

    initial v3  
    11asymptote 1.85 failed to compile successfully.
    22
     3{{{
    34--->  Building asymptote
    45Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_asymptote/work/asymptote-1.85" && /usr/bin/make -j2 all " returned error 2
     
    3132Error: Status 1 encountered during processing.
    3233--->  Executing: /opt/local/bin/port install asymptote
     34}}}
    3335
    3436To fix this I just
     37{{{
    3538cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_asymptote/work/asymptote-1.85
     39}}}
    3640
    3741edit the Makefile to include -DWORDS_LITTLE_ENDIAN in the DEFS section
    3842
     43{{{
    3944make all
     45}}}
    4046
    4147I then went back and re-ran the macports install process, and it worked.