Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35072 - FT_open_flags is missed in freetype-2.1.5
Summary: FT_open_flags is missed in freetype-2.1.5
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 10:02 UTC by Francisco José Cañizares Santofimia
Modified: 2003-12-05 09:18 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 Francisco José Cañizares Santofimia 2003-12-04 10:02:26 UTC
When compiling a program that need FT_open_flags they says that FT_open_flags is 
undeclared 
 

Reproducible: Always
Steps to Reproduce:
1.

2.

3.
Comment 1 foser (RETIRED) gentoo-dev 2003-12-04 11:20:36 UTC
like what program ?

please be as verbose as possible when creating a bug.
Comment 2 Francisco José Cañizares Santofimia 2003-12-04 11:48:08 UTC
Jahshaka for example (http://www.jahhshaka.com):
g++ -c -pipe -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I.. -I../../Core/Objects -I../../Core/Render -I../../Core/World -I../../desktop -I../../encoders/mpeg_encode -I../../encoders/mpeg_play -I../../libraries -I../../Modules/animate -I../../Modules/color -I../../Modules/edit -I../../Modules/effect -I../../Modules/painter -I../../Modules/text -I../../objectlibs/FTGL -I../../objectlibs/glmlib -I../../objectlibs/l3ds -I../../objectlibs/particle -I../../network -I../../player -I../../sqlite -I/usr/include/freetype2 -I/usr/qt/3/include -I/usr/X11R6/include -o FTFace.o FTFace.cpp
FTFace.cpp: En member function `bool FTFace::Attach(const unsigned char*,
   unsigned int)':
FTFace.cpp:65: error: `FT_Open_Flags' undeclared (first use this function)
FTFace.cpp:65: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
FTFace.cpp:65: error: error de decodificaci
Comment 3 Francisco José Cañizares Santofimia 2003-12-04 11:48:08 UTC
Jahshaka for example (http://www.jahhshaka.com):
g++ -c -pipe -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I.. -I../../Core/Objects -I../../Core/Render -I../../Core/World -I../../desktop -I../../encoders/mpeg_encode -I../../encoders/mpeg_play -I../../libraries -I../../Modules/animate -I../../Modules/color -I../../Modules/edit -I../../Modules/effect -I../../Modules/painter -I../../Modules/text -I../../objectlibs/FTGL -I../../objectlibs/glmlib -I../../objectlibs/l3ds -I../../objectlibs/particle -I../../network -I../../player -I../../sqlite -I/usr/include/freetype2 -I/usr/qt/3/include -I/usr/X11R6/include -o FTFace.o FTFace.cpp
FTFace.cpp: En member function `bool FTFace::Attach(const unsigned char*,
   unsigned int)':
FTFace.cpp:65: error: `FT_Open_Flags' undeclared (first use this function)
FTFace.cpp:65: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
FTFace.cpp:65: error: error de decodificación before numeric constant
make[1]: *** [FTFace.o] Error 1
make[1]: Leaving directory `/tmp/jahshaka/jah/objectlibs/FTGL'
make: *** [sub-jah-objectlibs-FTGL] Error 2
Comment 4 foser (RETIRED) gentoo-dev 2003-12-04 15:54:25 UTC
This is not a portage app.

Upstream API changes are not our responsibility, especially if it doesn't affect one of our packages. Ask the jahshaka devs to fix it or patch it up yourself.
Comment 5 Francisco José Cañizares Santofimia 2003-12-05 09:16:09 UTC
It is NOT a portage app, but gentoo's freetype 2.1.5  hasn't got FT_Open_Flags declared, but freetype-2.1.4-r1, so i think that the code hasn't change this.
Comment 6 Francisco José Cañizares Santofimia 2003-12-05 09:18:42 UTC
Yep, sorry. A person confirm me that is a change in freetype API, that not's a gentoo particular problem, thanks for your help.