similar to: configure under cygwin can't find freetype

Displaying 20 results from an estimated 20000 matches similar to: "configure under cygwin can't find freetype"

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
2008 Dec 03
2
Trouble compiling--unable to find freetype
I have opensuse 11, 64bit. trying to compile wine 1.1.9, From previous info, I've been using the following.... --------------- ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/ --with-x --prefix=/usr ------------------------ I do have freetype2-64 and freetype2 dev 64 installed. I am hoping that the problem can be resolved with another syntax change to my
2008 Aug 05
1
configure does not detect libfreetype
Greetings, Every other lib works fine, wine compiles and works perfectly with "--without freetype" (with the exception of fonts that look like megablocks), but libfreetype always fails with: > > checking for -lfreetype... not found > configure: error: FreeType development files not found. Here are my freetype libs linked to /usr/lib: > cyrus at cyra:~/wine-1.1.2$ find
2011 Sep 24
1
installing wine on Debian Wheezy: configure: error: FreeType development files not found
Hello, I'm trying to compile the .deb file from source for wine on Debian Testing (Wheezy) I'm getting the following error: checking for freetype-config... no checking for freetype2-config... no checking for -lfreetype... not found configure: error: FreeType development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. I would greatly
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do: dpkg -i wine*.deb Code: checking for freetype-config... freetype-config checking for -lfreetype... not found 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. make: *** [config.status] Error 1
2009 Sep 13
3
Istalling problems on MAC OS X 10.6
Hi together, I'm facing some issues while installing Wine on my Mac Book. I have the new MAC OS X 10.6. Whenever I try to install Wine I'm getting the following error message: checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you
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
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
2006 May 12
2
wine CVS does not find freetype on Gentoo amd64
(This is not about any wine ebuild) (I am not compiling wine in a 32bit chroot) During the compilation of latest wine release from the CVS repository, I get the following warning message at the completion of the ./configure script: *** Warning: Freetype or Fontforge is missing. *** Fonts will not be built. Dialog text may be invisible or unaligned. I know for sure that my system has both
2007 Mar 19
1
Freetype fonts
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 I always get this message, however I do have the freetype font library linked to as libfreetype.so in my /usr/lib32 folder, this is the only library Wine can't seem to find... any solutions? Thanks mike
2002 Jun 28
2
FreeType 2.1.2
I upgraded FreeType to 2.1.2 and it broke WINE. Is there a simple way to link WINE to: "libfreetype.so.6.3.0" rather than: "libfreetype.so.6"? Or, is there some other way to fix it? -- JRT
2008 Sep 10
2
Re: configure does not detect libfreetype
I have exactly the same error on my debian lenny amd64 machine. Other stuff (e.g. pidgin or alsa-drivers) was configured and compiled without errors, but wine can't detect freetype properly... here's the part of my config.log where configure seems to run into problems: Code: configure:13834: gcc -m32 -o conftest -g -O2 conftest.c -lfreetype -lfreetype -lz >&5 /usr/bin/ld:
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages to compile from source with a ~/.R/Makevars file that looks like this: CC=/usr/local/clang8/bin/clang CXX=/usr/local/clang8/bin/clang++ LDFLAGS=-L/usr/local/clang8/lib CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2 FC=/usr/local/gfortran/bin/gfortran
2010 Jul 18
1
"Wine cannot find the FreeType font library."
Whenever I try running a Windows executable thru the terminal, Wine gives me the following. 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. I've tried devnulling the output but the message keeps appearing. The executable I need to use works like it's supposed to, but Wine opens
2019 Jun 02
0
rgl install for R 3.7
On 02/06/2019 16:28, Koenker, Roger W wrote: > I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages I presume 'R 3.7.0' is R-devel: it is not released and may never be released under that version. > to compile from source with a ~/.R/Makevars file that looks like this: > > CC=/usr/local/clang8/bin/clang >
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
2009 Jul 21
1
problem installing cairo on freebsd
G'day all, I am trying to install the cairo package on FreeBSD and receiving an error to do with Makevars - (I'm not very good at this stuff) so here is my various bits of information. I guess this is a problem with a missing library, but I have just been through a lot of grief trying to get png and jpeg to work (they do now work!), so I'm not sure where to go for this. R
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
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
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