search for: freetyp

Displaying 20 results from an estimated 521 matches for "freetyp".

Did you mean: freetype
2002 Nov 28
0
Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3
Hi! I'm trying to build Wine-20021125 via "wineinstall" and the compile fails with TONS of messages related to Freetype. I took a peek at the "config.log" file and found these errors when configure was trying to detect the freetype/ftglyph.h header: configure:8420: checking for freetype/freetype.h configure:8427: result: yes configure:8340: checking freetype/ftglyph.h usability configure:8349: gcc -c -g...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...( f ) \ (FT_UShort)( offsetof( FT_STRUCTURE, f ) ) where "f" is an array element like "xyz[0]". Problem is, LLVM's front end *is* gcc and it works for you when using gcc. But then, you're using gcc 3.3.5 and LLVM uses 3.4. But then (again), I just built Freetype 2.1.7 on FreeBSD using gcc 3.4.2 without problems. Adam Warner wrote: >Hi all, > >I learned of LLVM a couple of days ago: ><http://groups.google.co.nz/groups?selm=pan.2004.12.18.11.29.33.33249%40consulting.net.nz> ><http://groups.google.co.nz/groups?th=608e6e38e496f09d&gt...
2004 Dec 20
4
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...c compiler and may increasingly become a legacy component of build systems. Putting these long term predictions aside, I have modest goals. I'm learning C and I want to build portable libraries. LLVM's modification of GCC so it outputs portable LLVM bytecode is ideal. I'd like to build FreeType 2 as an LLVM library instead of an ordinary shared object (then I can link my bytecode and the FreeType 2 library together). I've built llvm-1.4.tar.gz using the cfrontend-1.4.i686-redhat-linux-gnu.tar.gz binaries. As I didn't appreciate the registration front end I just googled for the f...
2010 Dec 28
5
compile wine 1.1.1
I need help to compile wine 1.1.1 but I got this: Code: freetype.c:166: error: ?FT_MulFix? undeclared here (not in a function) freetype.c:166: warning: type defaults to ?int? in declaration of ?pFT_MulFix? freetype.c: In function ?WineEngGetOutlineTextMetrics?: freetype.c:5009: error: called object ?pFT_MulFix? is not a function freetype.c:5010: error: called o...
2011 Jun 20
2
Re: Help compiling an older version of wine on 64 bit Fedora 14
...kay. I built wine in the usual way: Code: ./configure --prefix "/home/mythtv/.oldwine" && make depend && make && make install however this generated the following error during build. Code: gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c:166:14: error: ?FT_MulFix? undeclared here (not in a function) freetype.c:166:1: warning: type defa...
2008 Jun 21
0
CentOS-announce Digest, Vol 40, Issue 9
...quest at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2008:0556 Important CentOS 3 i386 freetype - security update (Tru Huynh) 2. CESA-2008:0556 Important CentOS 3 x86_64 freetype - security update (Tru Huynh) 3. CESA-2008:0556 Important CentOS 3 ia64 freetype - security update (Pasi Pirhonen) 4. CESA-2008:0556 Important CentOS 4 ia64 freetype - security updat...
2011 Feb 08
2
snow leopard, freetype installed but not being found?
Hi, I'm trying to build and use WINE on an OSX Snow Leopard machine. I build WINE yesterday, but didn't realise libfreetype was a problem (unable to find library) until I started ding WINE things. So I downloaded it from freetype.org and built/installed it into /usr/local/lib, but I still get the errors. I decide to rebuild WINE and ran ./configure to find that it couldn't find freetype. Here's a snippet of t...
2010 Oct 05
0
CentOS-announce Digest, Vol 68, Issue 2
...est at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2010:0737 Important CentOS 5 x86_64 freetype Update (Karanbir Singh) 2. CESA-2010:0737 Important CentOS 5 i386 freetype Update (Karanbir Singh) 3. CEBA-2010:0728 CentOS 5 x86_64 device-mapper-multipath Update (Karanbir Singh) 4. CEBA-2010:0728 CentOS 5 i386 device-mapper-multipath Update (Karanbir Singh) 5...
2002 Aug 27
0
freetype 2 and wine compiliation
hi everyone. i've got a rather strange problem here. when i set up my slackware 8.1 up yesterday i compiled wine with some warnings concerning freetype header files. now that i wanted to insert the open-gl in wine (version 200208084) but when i try to compile it i get this: ... freetype.c:1991: dereferencing pointer to incomplete type freetype.c: In function `WineEngGetTextExtentPoint': freetype.c:2019: dereferencing pointer to incomplete ty...
2008 Jun 29
0
CentOS-announce Digest, Vol 40, Issue 14
...quest at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2008:0556 Important CentOS 3 ia64 freetype - security update (Pasi Pirhonen) 2. CESA-2008:0556 Important CentOS 3 s390(x) freetype - security update (Pasi Pirhonen) 3. CESA-2008:0556 Important CentOS 4 ia64 freetype - security update (Pasi Pirhonen) 4. CESA-2008:0556 Important CentOS 4 s390(x) freetype - security...
2013 Mar 30
2
R/Sweave/cairo/freetype bug fix.
The problem was first seen with R/Sweave (#c0) then reproduced directly with cairo (#c10) and was eventually traced to freetype. The 5-part bug fix: 610ee58e07090ead529849b2a454bb6c503b4995 da11e5e7647b668dee46fd0418ea5ecbc33ae3b2 e1a2ac1900f2f16ec48fb4840a6b7965a8373c2b 869fb8c49ddf292d6daf4826172a308973d3e11f d56e544d653b09c657911629557ffc5277a503e3 was committed to freetype in January and will form the next release (2.4...
2013 Mar 30
2
R/Sweave/cairo/freetype bug fix.
The problem was first seen with R/Sweave (#c0) then reproduced directly with cairo (#c10) and was eventually traced to freetype. The 5-part bug fix: 610ee58e07090ead529849b2a454bb6c503b4995 da11e5e7647b668dee46fd0418ea5ecbc33ae3b2 e1a2ac1900f2f16ec48fb4840a6b7965a8373c2b 869fb8c49ddf292d6daf4826172a308973d3e11f d56e544d653b09c657911629557ffc5277a503e3 was committed to freetype in January and will form the next release (2.4...
2008 Jun 20
1
CESA-2008:0556 Important CentOS 3 s390(x) freetype - security update
CentOS Errata and Security Advisory 2008:0556 https://rhn.redhat.com/errata/RHSA-2008-0556.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/freetype-2.1.4-8.el3.s390.rpm updates/s390/RPMS/freetype-demos-2.1.4-8.el3.s390.rpm updates/s390/RPMS/freetype-devel-2.1.4-8.el3.s390.rpm updates/s390/RPMS/freetype-utils-2.1.4-8.el3.s390.rpm s390x: updates/s390x/RPMS/freetype-2.1.4-8.el3.s390x.rpm updates/s390x/RPMS/freetype-demos-2.1.4-8.el3.s390x.rpm u...
2008 Jun 20
1
CESA-2008:0556 Important CentOS 4 s390(x) freetype - security update
CentOS Errata and Security Advisory 2008:0556 https://rhn.redhat.com/errata/RHSA-2008-0556.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/freetype-2.1.9-7.el4.6.s390.rpm updates/s390/RPMS/freetype-demos-2.1.9-7.el4.6.s390.rpm updates/s390/RPMS/freetype-devel-2.1.9-7.el4.6.s390.rpm updates/s390/RPMS/freetype-utils-2.1.9-7.el4.6.s390.rpm s390x: updates/s390x/RPMS/freetype-2.1.9-7.el4.6.s390x.rpm updates/s390x/RPMS/freetype-demos-2.1.9-7.el4.6...
2008 May 30
3
Freetype kills Icewind Dale 2 on Fedora 9
The latest Fedora 9 RPM install of Wine (0.9.58-1) will give the following complaint without freetype installed: Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org However Icewind Dale 2 still runs fine. But if I install freetype then it won't run at all and fa...
2009 Jun 25
1
error: ‘FT_MulFix’ undeclared here
...s/wineinstall During step three, following error comes: ******************************************** make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/fusion' make[2]: Entering directory `/home/manoj/wine-1.0.1/dlls/gdi32' gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c:166: error: ?FT_MulFix? undeclared here (not in a function) freetype.c:166: warning: type defaults...
2004 Dec 20
3
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
Adam, I recant my previous message. I built FreeType with GCC not LLVMGCC by accident (I shoulda checked!). The thing is, FreeType's makefiles don't respect environment variables. So, I did this: CC=/path/to/llvmgcc CXX=/path/to/llvmg++ configure make and was able to reproduce the problem. Not sure what's up with that but as Misha poi...
2010 Apr 13
6
configure: error: FreeType development files not found.
Hi I am a newbie,i am trying to install wine to my centos ,but am having these problems configure: error: FreeType development files not found. Fonts will not be built. Dialog text may be invisible or unaligned. Use the --without-freetype option if you really want this. i tried install freetype but still the same error comes up [blaze at localhost freetype-2.3.12]$ rpm -q freetype freetype-2.2.1-21.el5_3 fre...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...f investment has gone into making GCC what it is today. > Putting these long term predictions aside, I have modest goals. I'm > learning C and I want to build portable libraries. LLVM's modification of > GCC so it outputs portable LLVM bytecode is ideal. I'd like to build > FreeType 2 as an LLVM library instead of an ordinary shared object (then > I can link my bytecode and the FreeType 2 library together). Okay. After a review of the following, it looks like you're seeing a difference in the GCC 3.4 compiler LLVM is based on and the GCC 3.3.5 compiler that you norma...
2006 Nov 07
3
wine install mac os x (x86)
Hello, I have compiled and installed (almost) wine 0.9.24 within Mac OS X tiger 4.8 with X11 etc installed. The wine configure and compile steps complete without a warning/hitch etc. However, when I run wine <prog> I receive the following warning message -- Wine cannot find the FreeType font library. To enable Wine to use True Type fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org This message is repeated one more time. Wine does work (with strange results for some lettering!) I have previously installed FreeType 2.1.10 fro...