Displaying 20 results from an estimated 592 matches for "libfreetype".
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 ./ -name libfreetype.* -print
> ./lib32/libfreetype.so
> ./lib32/libfreetype....
2008 Dec 03
2
Trouble compiling--unable to find freetype
...lt: freetype-config
configure:14469: checking for -lfreetype
configure:14504: gcc -m32 -o conftest -g -O2 conftest.c -lfreetype -lfreetype -lz >&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libfreetype.so when searching for -lfreetype
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libfreetype.a when searching for -lfreetype
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skip...
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
2011 Jan 05
1
Making wine to close after a crash/backtrace
...reporting.htm . I still
don't test this, but I want to know if is there any envvar or an
argument in wine to make it quit after a crash, so I can make a restart
script.
I'm using wine-1.2-rc4. This is latest version i could get to work in
Debian Lenny, the ./configure couldn't find libfreetype (although is there).
/emul/ia32-linux/usr/lib/libfreetype.so -> libfreetype.so.6
Thanks!
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:
2002 Feb 20
4
BUILTINUILTIN32_dlopen
Hallo
I got the error with newest CVS-Wine
fixme:win32:PE_CreateModule Unknown directory 15 ignored
err:module:Berr:module:BUILTINUILTIN32_dlopen failed to load .so
lib for builtin user32.dll: undefined symbol: FT_Vector_Rotate
err:module:PE_fixup_imports Module (file) user32.dll (which is
needed by F:\Sateliti\AD3000Edit\AD3000Edit.exe) not found
I can't use any Programm with Wine.
--
2001 Oct 17
3
libraries Problem
...ibXi.so.6 (/usr/X11R6/lib/libXi.so.6)
libXpm.so.4 (/usr/X11R6/lib/libXpm.so.4)
libXt.so.6 (/usr/X11R6/lib/libXt.so.6)
libc.so.6 (/lib/libc.so.6)
libdl.so.2 (/lib/libdl.so.2)
libm.so.6 (/lib/libm.so.6)
libncurses.so.5 (/usr/lib/libncurses.so.5)
libutil.so.1 (/lib/libutil.so.1)
libfreetype.so.6 (/usr/lib/libfreetype.so.6)
libjpeg.so.62 (/usr/lib/libjpeg.so.62.0.0)
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.2)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.2)
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libm.so.6(GLIBC_2.0)
libm.so.6(GLIBC_2.1)
libutil.so.1(GLIBC_2.0)...
2007 Jul 31
3
compiling wine 0.9.41 | FC05 | x86_64
...; specifying the
right libraries (32- or 64-bit, etc).
Same seems to be the case with compiling wine 0.9.41 (which I've yet
to do successfully). Here is what I've tried so far:
First, following an entry on the wine wiki, set up some symbolic links
for various libraries
cd /usr/lib
ln -s libfreetype.so.6 libfreetype.so
ln -s libXext.so.6 libXext.so
ln -s libX11.so.6 libX11.so
ln -s libGLU.so.1 libGLU.so
Then ran configure with following (which I pulled off the Wine WIki):
./configure --x-libraries=/usr/X11R6/lib
--x-includes=/usr/X11R6/include --with-x
followed by the usual make depend, mak...
2012 Mar 14
1
cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so
Hi, I am trying to test out the scripts here as a proof of concept
http://www.r-bloggers.com/integrating-php-and-r/
However, I am not able to reproduce the output graph in the browser.
Rscripts is working fine as I run the command
"Rscript /home/username/R/testscript.R 1000" for example, and a png graph
is output as expected, and I can output it to any folder where I have
permission
2013 Mar 30
2
R/Sweave/cairo/freetype bug fix.
...at the freetype people did not refer to cairo's usage as "misuse" but took the patience to address the problem, unlike some group's style.
It has been an interesting few months returning to freetype after about 17 years, I think.
Here is how to look up what version of freetype - libfreetype.so.x.y.z for most unix platforms, and /usr/X11/lib/libfreetype.x.y.z.dylib on Mac OS X:
(excerpt from docs/VERSION.DLL)
version x.y.z date of release
2.4.11 6.10.0 Dec 2012
2.4.10 6.9.0 June 2012
2.4.9 6.8.1 March 2012
...
2.4.4 6.6.2 Nov 201...
2013 Mar 30
2
R/Sweave/cairo/freetype bug fix.
...at the freetype people did not refer to cairo's usage as "misuse" but took the patience to address the problem, unlike some group's style.
It has been an interesting few months returning to freetype after about 17 years, I think.
Here is how to look up what version of freetype - libfreetype.so.x.y.z for most unix platforms, and /usr/X11/lib/libfreetype.x.y.z.dylib on Mac OS X:
(excerpt from docs/VERSION.DLL)
version x.y.z date of release
2.4.11 6.10.0 Dec 2012
2.4.10 6.9.0 June 2012
2.4.9 6.8.1 March 2012
...
2.4.4 6.6.2 Nov 201...
2005 Nov 14
1
Page Fault With Freetype calls
...867 00000000 40fba96c
0x407fe8e8: 407fe98c 00006d14 407fe920 40f93dd2
0x407fe8f8: 7c1410a0 00006d14 437f859c ffffec70
0x407fe908: 7c013468 40fa6867 0000001e 40fba96c
Backtrace:
=>1 0x400a21bf memcpy+0x2f in libc.so.6 (0x407fe8c0)
2 0x40f651af FT_Stream_ReadAt+0x57 in libfreetype.so.6 (0x407fe8f0)
3 0x40f93dd2 tt_face_load_any+0x56 in libfreetype.so.6 (0x407fe920)
4 0x40f69e75 FT_Load_Sfnt_Table+0x59 in libfreetype.so.6 (0x407fe960)
5 0x40b2c8e3 WineEngGetFontData+0x133 in gdi32 (0x407fe99c)
6 0x40b20e82 GetFontData+0x82 in gdi32 (0x407fe9c4)
7...
2001 Aug 01
1
wine & RH7.0 - failed dependencies
...;http://www.linux-easy.com/daily>. I just tried
to install wine and it gave me the following messages:
> sh-2.04# rpm -i -h ~gjs/wine-20010731-1.i386.rpm
> error: failed dependencies:
> libXv.so.1 is needed by wine-20010731-1
> libXxf86dga.so.1 is needed by wine-20010731-1
> libfreetype.so.6 is needed by wine-20010731-1
> kdebase < 2.0 conflicts with wine-20010731-1
> sh-2.04#
Any suggestions people?
TIA
Gurujiwan
2006 Jul 17
1
Suse10 libgtkmm problem with x86_64
...libgobject-2.0.so.0 => /opt/gnome/lib/libgobject-2.0.so.0 (0x55ab0000)
libgmodule-2.0.so.0 => /opt/gnome/lib/libgmodule-2.0.so.0 (0x55aea000)
libdl.so.2 => /lib/libdl.so.2 (0x55aed000)
libglib-2.0.so.0 => /opt/gnome/lib/libglib-2.0.so.0 (0x55af1000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x55b79000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x55be8000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x55c18000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x55c20000)
libXext.so.6 => /usr/X11...
2007 Nov 06
3
Installing Google's Picasa for Linux on CentOS 5
...rning: picasa-2.2.2820-5.i386.rpm: Header V3 DSA signature: NOKEY,
key ID 7fac5991
Preparing... ########################################### [100%]
1:picasa ########################################### [100%]
error: unpacking of archive failed on file
/opt/picasa/lib/libfreetype.so;4730b5c2: cpio: symlink failed -
Operation not permitted
[root at dell2400 lanny]#
--
Lanny
---------------------------------------------------------
Over 800 Magazine titles up to 85% off
http://lowcostmagazines.com/
2006 Nov 22
0
howto compile wine on centos 4 and x86_64
Hi all,
I am trying to compile wine on x86_64 for 32 bit world.
I found the fedora 5 wiki which states:
-------------------------
Building Wine on Fedora Core 5 x86_64
Run the following commands as root:
cd /usr/lib
ln -s libfreetype.so.6 libfreetype.so
ln -s libXext.so.6 libXext.so
ln -s libX11.so.6 libX11.so
ln -s libGLU.so.1 libGLU.so
All the required development packages are available in the /core/ and
/extras/ repositories.
Run configure with:
./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --w...
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
2001 Oct 18
0
libraries Problem under Red hat 7,1
...ibXi.so.6 (/usr/X11R6/lib/libXi.so.6)
libXpm.so.4 (/usr/X11R6/lib/libXpm.so.4)
libXt.so.6 (/usr/X11R6/lib/libXt.so.6)
libc.so.6 (/lib/libc.so.6)
libdl.so.2 (/lib/libdl.so.2)
libm.so.6 (/lib/libm.so.6)
libncurses.so.5 (/usr/lib/libncurses.so.5)
libutil.so.1 (/lib/libutil.so.1)
libfreetype.so.6 (/usr/lib/libfreetype.so.6)
libjpeg.so.62 (/usr/lib/libjpeg.so.62.0.0)
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.2)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.2)
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libm.so.6(GLIBC_2.0)
libm.so.6(GLIBC_2.1)
_____________________...
2002 Jun 01
1
Lot of fixme when building font metrics
...Always in the past, these fixme messages were unimportant. I always had
lot's of them too.
Just thought I would also mention that if you use client side font
rendering, there are no more cached font metrics. That hassle goes away.
Client side rendering does require very recent versions of libfreetype
and libxrender, though. And fonts look better, as a nice bonus.
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 th...