#40680: aterm @1.0.1: fatal error: 'X11/Intrinsic.h' file not found -----------------------------+-------------------------- Reporter: dan+macports@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: aterm | -----------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Thanks. Yours says: {{{ :info:configure checking for working Xlocale... no }}} Mine says: {{{ :info:configure checking for working Xlocale... yes }}} Looking for Xlocale: {{{ $ locate Xlocale /opt/local/include/X11/Xlocale.h $ port provides $(locate Xlocale) /opt/local/include/X11/Xlocale.h is provided by: xorg-libX11 }}} Looking at what `aterm` links with: {{{ $ which aterm /opt/local/bin/aterm $ otool -L $(which aterm) /opt/local/bin/aterm: /opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.1.0) /opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0) /opt/local/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) }}} So I added library dependencies on xorg-libice and xorg-libX11 and a build dependency on xorg-libXt in r112151. Thanks for your help tracking this down. -- Ticket URL: <https://trac.macports.org/ticket/40680#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X