Displaying 4 results from an estimated 4 matches for "ftsname".
Did you mean:
utsname
2001 Oct 27
1
Configure error on RH 7.2 freetype headers
Configure wrote out include/config.h as if my freetype headers had
ftnames.h instead of ftsnames.h, as a result it didn't compile. As a
workaround I manually edited config.h to get it to compile. This was an
update to RH 7.2 over 7.1, latest CVS.
2004 Oct 23
1
Issues with compiling wine
...TYPE_FTGLYPH_H 1
| #define HAVE_FREETYPE_TTTABLES_H 1
| /* end confdefs.h. */
| #if HAVE_FT2BUILD_H
| #include <ft2build.h>
| #endif
|
| #include <freetype/ftnames.h>
configure:10204: result: no
configure:10157: checking for freetype/ftsnames.h
configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5
configure:10181: $? = 0
configure:10184: test -z || test ! -s conftest.err
configure:10187: $? = 0
configure:10190: test -s conftest.o
configure:10193: $? = 0
configure:10204: result: yes
co...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...ng for freetype-config... freetype-config
checking for -lfreetype... libfreetype.6.dylib
checking for ft2build.h... yes
checking for freetype/freetype.h... yes
checking for freetype/ftglyph.h... yes
checking for freetype/fttypes.h... yes
checking for freetype/tttables.h... yes
checking for freetype/ftsnames.h... yes
checking for freetype/ttnameid.h... yes
checking for freetype/ftoutln.h... yes
checking for freetype/ftwinfnt.h... yes
checking for freetype/ftmodapi.h... yes
checking for freetype/ftlcdfil.h... yes
checking for freetype/internal/sfnt.h... no
checking for FT_TrueTypeEngineType... yes
chec...
2006 May 18
2
Problems compiling Wine
...for FT_Init_FreeType in -lfreetype... yes
checking for freetype-config... freetype-config
checking for ft2build.h... yes
checking for freetype/freetype.h... yes
checking for freetype/ftglyph.h... yes
checking for freetype/tttables.h... yes
checking for freetype/ftnames.h... no
checking for freetype/ftsnames.h... yes
checking for freetype/ttnameid.h... yes
checking for freetype/ftoutln.h... yes
checking for freetype/ftwinfnt.h... yes
checking for freetype/ftmodapi.h... yes
checking for freetype/internal/sfnt.h... yes
checking for FT_TrueTypeEngineType... no
checking for FT_Load_Sfnt_Table... yes
check...