Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46112 - Library /usr/include/ft2build.h error INCLUDE
Summary: Library /usr/include/ft2build.h error INCLUDE
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Fonts Team
URL: http://www.freetype.org/
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-03-29 07:11 UTC by Cena Salvatore
Modified: 2018-07-07 03:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cena Salvatore 2004-03-29 07:11:27 UTC
In gentoo there is a error of Library... (i suppose)
whith version 2.1.5-r1

Library on /usr/include/ft2build.h referred to

 #include <freetype/config/ftheader.h>

but in real ftheader.h is in

/usr/include/freetype2/freetype/config/ftheader.h

I suppose correct INCLUDE is ...

#include <freetype2/freetype/config/ftheader.h>


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
In file included from title.h:39,
                 from title.C:14:
/usr/include/ft2build.h:55:38: freetype/config/ftheader.h: No such file or directory
In file included from title.C:14:



miciola transcode # emerge info
Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.4.3.13p1
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -pipe -O3 -fomit-frame-pointer -fforce-addr
-frename-registers -fprefetch-loop-arrays -falign-functions=64"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -pipe -O3 -fomit-frame-pointer -fforce-addr
-frename-registers -fprefetch-loop-arrays -falign-functions=64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm arts avi berkdb cdr crypt cups directfb dvd encode esd
foomaticdb gdbm gif gpm gtk gtk2 imlib irda java jpeg kde libg++ libwww mad
mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png
python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2
xmms xv zlib"
Comment 1 foser (RETIRED) gentoo-dev 2004-03-29 23:03:01 UTC
No thats alright really. You should include headers in a slightly different way, check the freetype docs.

closing INVALID (notabug)
Comment 2 Cena Salvatore 2004-03-30 01:41:06 UTC
Ok

Thanks