similar to: Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3

Displaying 20 results from an estimated 3000 matches similar to: "Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3"

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
2002 Jan 04
0
Freetype problem
After updating last cvs, 1?/ rerun configure because Makefile.in was updated, 2?/ make depend && make reports : ( i use freetype and freetype-devel 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
2011 Feb 14
0
package rgl installation failure due to png
Dear R list, I am having problem installing the package rgl on a redhat system. System info: Linux lci4.eu.novartis.net 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux R sessionInfo(): R version 2.12.1 (2010-12-16) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8
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
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':
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
2001 Jul 01
1
[Wine-20010629] compilation problems with freetype
Hi! I tried to compile Wine-20010629, but compiltaion stops at dlls/wineps/truetype.c with: truetype.c:55: parse error before `library' truetype.c:55: warning: type defaults to `int' in declaration of `library' truetype.c:55: warning: data definition has no type or storage class truetype.c:56: parse error before `face' truetype.c:56: warning: type defaults to `int' in
2005 Dec 13
0
freetype and wine
Hi: I get everytime i want to display a report on my access97 app this error: fixme:font:load_VDMX Failed to retreive vTable Then the fonts of the report are displayed separated and bigger than on windows. Somebody told me to install freetype new version. I have installed the last version of freetype2 (9.8.3) and it keeps on the same. Do i have to do something for telling wine to use the
2005 Mar 18
4
wine-20050211 on SuSE 9.2
I am trying to install wine-20050211 on my second system, which runs SuSE 9.2. After much faffing around I finally managed to download and install bison, which allowed ./config to complete. A warning at the end advised me to install xlib-devel or xfree86-devel. Googling around I found the RPM for XFree86-devel for SuSE 9.1 so I downloaded it and started to install it. Unfortunately, a
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 >
2009 May 22
1
Cannot Install Cairo Library
Dear All, I am running Debian testing on my box and I have R 2.9.0 installed from the standard repositories. I downloaded the package source from http://cran.r-project.org/web/packages/Cairo/index.html but when I try to install it on my system, this is what I get $ sudo R CMD INSTALL Cairo_1.4-4.tar.gz * Installing to library ?/usr/local/lib/R/site-library? * Installing *source* package ?Cairo?
2009 Jun 25
1
error: ‘FT_MulFix’ undeclared here
Hi, I am using ubuntu 9.04. I have installed ubuntu 9.04. And then downloaded wine-1.0.1.tar.bz2 from winhq/download site. Then follow following steps: 1) Untar files: tar jxvf wine-1.0.1.tar.bz2 2) cd wine-1.0.1/ 3) ./tools/wineinstall During step three, following error comes: ******************************************** make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/fusion'
2004 Sep 16
1
Error compiling "`FT_ENCODING_NONE' undeclared"
Here is where it happened: --- gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c: In function `get_glyph_index': freetype.c:2189: `FT_ENCODING_NONE' undeclared (first use in this function)
2004 Oct 23
1
Issues with compiling wine
Hi, Hi, I'm trying to compile wine-20041019 and this is what I'm getting so far: checking for assembler keyword for word values... configure: error: could not discover how to specify word values with assembler. Below is the who wineinstall I did to the point of failure. Below is my configuration: wino #cat /etc/release Solaris 9 4/04 s9x_u6wos_08a x86
2011 Jun 20
2
Re: Help compiling an older version of wine on 64 bit Fedora 14
Well, it's got on a bit now, so I don't know if I should start a new thread. Anyway, I applied the patch but still seems to be running into problems. This is what I've done: After downloading version 1.1.0 from sourceforge I saved the following as "winepatch.diff": Code: --- loader/preloader.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git
2003 Jan 03
0
Problem compiling wine
Hello When I try to compile wine the following error ocures freetype.c: ... At top level: /usr/local/include/freetype2/freetype/internal/ftobjs.h:562: storage size of `glyph_class' isn't known make[2]: *** [freetype.o] Error 1 make[2]: Leaving directory `/home/amadrits/temp/wine/dlls/gdi' make[1]: *** [gdi] Error 2 make[1]: Leaving directory `/home/amadrits/temp/wine/dlls' make:
2012 Jan 30
1
Wine 1.4: Not Installing
Error: Code: 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 tried using the option: Code: ./tools/wineinstall --without-freetype Same error.
2006 Aug 16
2
Problem Installing rrdtool
hi to all, im currently installing rrdtool-1.2.15 with my box CentOS 4.3 final ,before i installed rrdtools there 2 files suggested need to installed the FreeType 2 and libart_lgpl 2.3 everything is fine when installed two files but when i try to installed rrdtool when i issue command ./configure --prefix=/usr/local/rrdtool-1.2.15 this should the output ,any suggestion what's the problem
2011 May 23
3
RGL package installation problem on Centos
Dear R users, I have installed the latest version of R from source on Centos (using configure and make install). This seemed to work fine, with no Errors reported and R at the command line starts R. However, if I try and installed the package rgl using; install.packages("rgl") I get the following error; installing to /usr/local/lib64/R/library/rgl/libs ** R ** demo ** inst ** preparing
2010 Jun 05
1
rgl installation failure
Hello, I am trying to install rgl package under R and getting some errors which is below. > install.packages("rgl") Warning in install.packages("rgl") : argument 'lib' is missing: using '/usr/lib/R/library' trying URL 'http://cran.csie.ntu.edu.tw/src/contrib/rgl_0.91.tar.gz' Content type 'application/x-gzip' length 1677498 bytes (1.6 Mb)