Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 17:14:41 -0500
From:      "Kutulu" <kutulu@kutulu.org>
To:        <ports@freebsd.org>
Subject:   x11perf won't build (Xft related?)
Message-ID:  <007301c2d864$4cd6a5e0$29330f0a@lcapps.educate.com>

next in thread | raw e-mail | index | archive | help
I'm having problems building x11perf from the XFree86-4-clients port
(ultimately a dependancy of tightvnc).  The generated Makefile appears to be
missing the proper includes switch for freetype2, so I get an error:

    In file included from do_text.c:403:
    /usr/X11R6/include/X11/Xft/Xft.h:35:31: freetype/freetype.h: No such
file or directory

And several other errors in Xft.h that are obviously due to missing
definitions from freetype.h.  If I manually force the FREETYPE2INCLUDES into
the cc command line it gets rid of these errors, but I get one last error:

    do_text.c: In function `InitAAText':
    do_text.c:425: structure has no member named `core'

which occurs because x11perf seems to think XftFont has a 'core' property
but Xft.h doesn't.

I noticed recently that changes were made to the XFree86 ports relating to
the installation of/dependancies on Xft.  I don't know if this is related,
but I've never had issues in the past installing X from ports, so I figured
this would be a good first step.

--Mike


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007301c2d864$4cd6a5e0$29330f0a>