search for: ftnames

Displaying 6 results from an estimated 6 matches for "ftnames".

Did you mean: fnames
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.
2006 Jun 06
0
0.9.14 source + invisible fonts prob
...0.9.14 from source on a Linuxfromscratch system (gcc-4.0.3, glibc-2.3.6, binutils-2.16.1, Xorg7.1, freetype-2.1.10). My first attempt aborted on the configuration step, indicating that it couldn't find freetype even though the only part that seemed to be missing was: checking for freetype/ftnames.h... no everything else on freetype being yes. Anyway, the advice at the end of configure was to install FontForge otherwise I would have absolutely no font visibility. I installed the latest FontForge, 7-May-2006, and I was able to build wine. However, I saw from the build logs that there were man...
2002 Jan 04
0
Freetype problem
...vel version 2.0.3-7) make[2]: Entre dans le r?pertoire `/home/wine/dlls/gdi' gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o freetype.o freetype.c freetype.c:43:31: freetype/ftnames.h: Aucun fichier ou r?pertoire de ce type make[2]: *** [freetype.o] Erreur 1 make[2]: Quitte le r?pertoire `/home/wine/dlls/gdi' make[1]: *** [gdi/libgdi32.so] Erreur 2 make[1]: Quitte le r?pertoire `/home/wine/dlls' make: *** [dlls] Erreur 2 _______________________________________________...
2004 Oct 23
1
Issues with compiling wine
.../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 configure:10157: checking for freetype/ftnames.h configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5 conftest.c:51:30: freetype/ftnames.h: No such file or directory configure:10181: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PA...
2009 Jul 03
0
Wine release 1.1.25
...: Add a test for enhanced metafile retrieval. gdi32: Implement SetVirtualResolution. gdi32: Add tests for SetVirtualResolution. gdi32: Implement GetTransform for the other valid transform types. gdi32: Add tests for GetTransform. configure: Remove reference to obsolete ftnames.h. ole32: Implement OleCreateEmbeddingHelper. gdi32: Use the unicode version of CreateMetaFile. gdi32: Remove obviously incorrect calls to SetMapMode. gdi32: Store the original emf as a sequence of MFCOMMENT records. gdi32: Add tests for the GetWinMetaFileBits MFCOMMEN...
2006 May 18
2
Problems compiling Wine
...ldap_parse_reference... yes checking 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 checki...