Changes between Initial Version and Version 1 of Ticket #40680


Ignore:
Timestamp:
Oct 5, 2013, 9:54:59 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You're welcome to use the X11 installed by XQuartz, but by design, MacPorts will only use its own X11, not XQuartz or any other X11 you may have installed elsewhere. The triple -I/opt/local/include is not harmful, so no change needs to me made there. The only problem is that we didn't realize that aterm requires Intrinsic.h, so all we need to do is add a dependency on the port that provides that, which is xorg-libXt.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40680

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Status changed from new to assigned
    • Property Summary changed from Build of aterm@1.0.1 failing to aterm @1.0.1: fatal error: 'X11/Intrinsic.h' file not found
    • Property Port aterm added
  • Ticket #40680 – Description

    initial v1  
    88After all the relevant dependencies are already built and installed,
    99the command:
    10 <pre>
     10{{{
    1111 port -vs build aterm build.jobs=1
    12 </pre>
     12}}}
    1313gives:
    14 <pre>
     14{{{
    1515[...]
    1616checking for X... libraries /opt/local/lib, headers /opt/local/include
     
    2525make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_aterm/aterm/work/aterm-1.0.1/src'
    2626[...]
    27 </pre>
     27}}}
    2828
    2929The triple use of `-I/opt/local/include` doesn't seem to be usefull and