Displaying 20 results from an estimated 38 matches for "lfreetyp".
Did you mean:
lfreetype
2008 Dec 03
2
Trouble compiling--unable to find freetype
...try). If not correct way, what else do I need to do?
Thanks for any help!!!
--------------------------config.log-----------------
configure:14426: checking for freetype-config
configure:14442: found /usr/bin/freetype-config
configure:14453: result: 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...
2011 Feb 08
2
snow leopard, freetype installed but not being found?
...hat section plus a little investigation of my own. It shows that that freetype-config IS ABLE to determine my suitability so what's the problem with the configure script and how to move past this? Thanks if you can help.
> 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 really want this.
> petem3:wine petem$
> petem3:wine petem$ freetype-config
> Usage: freetype-config [OPTION]...
> Get FreeType compi...
2008 Sep 10
2
Re: configure does not detect libfreetype
...y 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: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.1/../../../libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.1/../../../libz.a when searching for -lz
/usr/bin/ld: skipping incompatible /usr/bin/../lib...
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
...hed.o init.o io.o
object_counting.o tools.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender
-lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib
-L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lMagick -llcms -ltiff
-lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2
-lz -lpthread -lm -lpthread
--------------------------------------------------------------------------
It could be I am missing something totally simple and therefore get
these errors, b...
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
....o print.o session.o smooth.o ui.o utils.o
-pthread -L/usr/local/lib -lggobi -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama
-lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lgio-2.0
-lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
installiert nach /usr/local/lib/R/library/rggobi/libs
** R
** data
** moving datasets to lazyload DB
** demo
** preparing package for lazy loading
------------------------------------------------------
At this point the install p...
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
....o print.o session.o smooth.o ui.o utils.o
-pthread -L/usr/local/lib -lggobi -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama
-lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lgio-2.0
-lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
installiert nach /usr/local/lib/R/library/rggobi/libs
** R
** data
** moving datasets to lazyload DB
** demo
** preparing package for lazy loading
------------------------------------------------------
At this point the install p...
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
dpkg-buildpackage: failure: debian/rules build gave error exit statu...
2009 Mar 26
1
winegcc and 'undefined reference's for names from gdi32
Hello!
Problem with winegcc. Could you please write me where is my mistake?
t:~$ LANG=C make pc
winegcc -o inkdemo.pc src/*.c -linkview -lfreetype -ljpeg -lz
/usr/local/lib/libinkview.a(hw_emulator.o): In function `eink_waveform':
hw_emulator.c:(.text+0xa22): undefined reference to `SetBitmapBits'
hw_emulator.c:(.text+0xa73): undefined reference to `BitBlt'
/usr/local/lib/libinkview.a(hw_emulator.o): In function `hw_init':
hw...
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.so.6.3.18
> ./lib32/libfreetype.so.6
> cyrus a...
2008 Dec 29
1
configure under cygwin can't find freetype
Possibly I've failed to do something very simple.
I'm attempting to compile Wine under Cygwin. I get this on both
Windows 2000 and Windows XP:
...
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.
Note that freetype-devel is installed, and source as well.
Trying all reasonable options to --libdir= for ./configure doesn't
detect it e...
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 appreciate any help.
Thanks,
param
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://w...
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 really want this.
Warning: the following items did not execute (for wine-devel): org.macports.activate org.macports.configure org.macports.build org.macpor...
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
2019 Jun 02
0
rgl install for R 3.7
...o x11gui.o x11lib.o -lGLU -lGL -framework GLKit
-framework OpenGL -dylib_file
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-L/usr/local/lib -lpng16 -L/usr/X11/lib -lX11 -L/usr/local/lib
-lfreetype -L/Users/ripley/R/R-devel/lib -lR -Wl,-framework
-Wl,CoreFoundation
so that is statically linking libfreetype from /usr/local/lib and
installed from
https://mac.r-project.org/libs/freetype-2.5.5-darwin.13-x86_64.tar.gz .
And that provides a freetype2.pc file, so
% pkg-config freetype2 --cfla...
2009 Dec 18
6
BuildBots - config.log from compile
...ing into why CGI isn't build on the Ubuntu box. Although
everything seems to be available, it is currently showing
checking for gd version via gdlib-config... 2.0.35
checking for gd include flags... -I/usr/include
checking for gd library flags... -L/usr/lib -Wl,-Bsymbolic-functions
-ljpeg -lfreetype -lpng12 -lz -lm
checking for gd.h... yes
checking for gdfontmb.h... yes
checking for gdImagePng... no
checking whether to build CGI programs... no
Apparently something goes wrong when checking for the gdImagePng
function. But I can't look in the config.log for the compile (and the
default...
2014 Oct 20
2
config file locations
...//github.com/networkupstools/nut/issues/152
Trouble is shooting back already:
./configure --with-usb --with-cgi --with-doc
bails out:
checking for gd version via gdlib-config... none found
checking for gd include flags...
checking for gd library flags... -L/usr/X11R6/lib -lgd -lpng -lz -ljpeg -
lfreetype -lm -lXpm -lX11
checking for gd.h... no
checking for gdfontmb.h... no
checking for library containing gdImagePng... no
configure: error: libgd not found, required for CGI build
And gdlib does not appear to be available from the repo's.
I'd like to have the CGI scripts working so I can re...
2009 Feb 14
3
Building wine with profile generation
Hi all,
I'm trying to build wine with the following command:
Code:
./configure CFLAGS="-O2 -fprofile-generate" --prefix=/home/ema/winepf
As I have a lot of these errors:
Code:
gcc -O2 -fprofile-generate -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine
/usr/bin/ld: sfnt2fnt: hidden symbol `__gcov_merge_add' in /usr/lib/gcc/i486-linux-gnu/4.3.2/libgcov.a(_gcov_merge_add.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[1]: *...
2009 Jul 21
1
problem installing cairo on freebsd
...local/
include
checking if R was compiled with the RConn patch... no
checking cairo.h usability... yes
checking cairo.h presence... yes
checking for cairo.h... yes
checking for PNG support in Cairo... yes
checking for ATS font support in Cairo... no
configure: CAIRO_LIBS=-pthread -L/usr/local/lib -lfreetype -
lfontconfig -lpng -lm -lz -lXrender -lcairo -lX11
checking for library containing deflate... none required
checking whether Cairo programs can be compiled... yes
checking whether cairo_image_surface_get_format is declared... no
checking for FreeType support in cairo... yes
checking whether Free...
2004 Oct 09
0
Can't compile 20040914
Hello all.
I can't compile wine-20040914 cleanly: I have to make depend && make -i to
skip an error in sfnt2fnt.c:
gcc -g -O2 -o sfnt2fnt sfnt2fnt.o -L/usr/local/lib -Wl,--rpath
-Wl,/usr/local/lib -lfreetype -lz -L../libs/unicode -lwine_unicode
-L../libs/port -lwine_port
sfnt2fnt.o: In function fill_fontinfo':
/home/fab/test/wine/wine-20040914/tools/sfnt2fnt.c:168: undefined reference
to wine_cp_get_table'
collect2: ld returned 1 exit status
Versions up to this one have always compiled with n...
2009 Mar 02
1
Problem building from source
...sts make_ctests.o
gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2
-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpoint
er-arith -g -O2 -o sfnt2fnt.o sfnt2fnt.c
gcc -g -O2 -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine
../libs/port/libwine_port.a -lfreetype -lz
-Wl,--rpath,\$ORIGIN/../libs/wine
../libs/wine/libwine.so: undefined reference to `wine_build'
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/tmp/wine/wine-1.1.16/tools'
make: *** [tools] Error 2
Any ideas...?
Cheers,
Kristian