Opened 5 years ago

Closed 5 years ago

#58176 closed defect (fixed)

xfractint: /opt/local/include/X11/Xft/Xft.h:39:10: fatal error: 'ft2build.h' file not found

Reported by: mf2k (Frank Schima) Owned by: jflude
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: xfractint

Description

I'm seeing the following build error on High Sierra.

:info:build In file included from xfcurses.c:14:
:info:build /opt/local/include/X11/Xft/Xft.h:39:10: fatal error: 'ft2build.h' file not found
:info:build #include <ft2build.h>
:info:build          ^~~~~~~~~~~~

Attachments (1)

main.log (37.2 KB) - added by mf2k (Frank Schima) 5 years ago.

Download all attachments as: .zip

Change History (6)

Changed 5 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 5 years ago by Schamschula (Marius Schamschula)

Are there any dependencies? Obviously, we are looking for at least xorg.

comment:2 Changed 5 years ago by mf2k (Frank Schima)

None listed. I wonder if it opportunistically picked Xft2 up and needs something else for it?

$ port provides /opt/local/include/X11/Xft/Xft.h
/opt/local/include/X11/Xft/Xft.h is provided by: Xft2

$ port installed Xft2
The following ports are currently installed:
  Xft2 @2.3.2_0 (active)

comment:3 Changed 5 years ago by jflude

My bad. It needs to build against the MacPorts Xft2, not XQuartz's under /opt/X11 (see main.log).

comment:4 Changed 5 years ago by jflude

PR created - thanks for your help, Frank.

comment:5 Changed 5 years ago by Justin Flude <jflude@…>

Resolution: fixed
Status: assignedclosed

In f1ac2599a294cc84093edb1dbb8a19e796e35f39/macports-ports (master):

xfractint: fix to build against MacPorts Xorg, not XQuartz

Closes: #58176

Note: See TracTickets for help on using tickets.