similar to: Configure error on RH 7.2 freetype headers

Displaying 11 results from an estimated 11 matches similar to: "Configure error on RH 7.2 freetype headers"

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
2006 Jun 06
0
0.9.14 source + invisible fonts prob
Hi all I build today 0.9.14 from source on a Linuxfromscratch system (gcc-4.0.3, glibc-2.3.6, binutils-2.16.1, Xorg7.1, freetype-2.1.10). My first attempt aborted on the configuration step, indicating that it couldn't find freetype even though the only part that seemed to be missing was: checking for freetype/ftnames.h... no everything else on freetype being yes. Anyway, the advice at
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
2006 May 18
2
Problems compiling Wine
Hello, The lack of debian packages for 0.9.13 have made me decide to compile from source instead. So I uninstalled all wine files and downloaded the sources. I'm using a system based mostly on Debian Sarge, but with some backports. I ran ./configure and there were some packages I had to get, but soon it worked well. When I tried make depend the problems started. This is the output I get
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
Hi all, I have been trying to build wine from source on my imac, but I encountered errors that I have no idea how to fix [Crying or Very sad] I configured with: Code: ./configure CPPFLAGS='-I/usr/X11/include -I/opt/local/include' LIBS='-lGL -lGLU' LDFLAGS='-L/usr/X11/lib -L/opt/local/lib' I installed the dependencies for wine with MacPorts (hence the /opt/local).
2018 Jan 27
3
error en función ggadjustedcurves, paquete survminer
Tengo un modelo de regresión de Cox y quiero obtener el plot ajustado por una covariable (sexo) con la función ?ggadjustedcurves?, pero me da el siguiente error: > cox2 <- coxph(os ~ imc_25 + sexo.1, data = datos) > cox2 Call: coxph(formula = os ~ imc_25 + sexo.1, data = datos) coef exp(coef) se(coef) z p imc_25 -0.621 0.537 0.299 -2.08 0.038 sexo.1M 0.714
2018 Jan 26
2
Ji cuadrado de tendencia lineal
Hola, estoy buscando la manera de ejecutar en R el test de Ji-cudrado de tendencia lineal (Linear trend Chi-square), pero no lo encuentro en toda la bibliografía que consulté, ni la viñeta del chis.test incluye ninguna opción que contemple este test. Si alguien tiene experiencia con el tema, agradecería cualquier ayuda. Un saludo, Patricio Suárez Gil Unidad de Investigación Área V-Gijón
2018 Feb 12
4
problema de fechas
hola Patricio, usa: dplyr::if_else [[alternative HTML version deleted]]
2009 Jul 03
0
Wine release 1.1.25
The Wine development release 1.1.25 is now available. What's new in this release (see below for details): - A ton of translation updates. - Support for various Unicode file encodings in Notepad. - Improved memory management, especially for OpenGL. - Desktop menus now cleaned up automatically. - Beginnings of a windowscodecs DLL implementation. - Various bug fixes. The source is
2005 Jul 28
3
Tyan Thunder K8SE S2892 Report
I had my eye on the Tyan dual-Opteron mobos for awhile. I tried to find a posting *anywhere* sharing experiences with these boards under Linux. No such luck. So placing myself under the heading "Where Angles Fear to Tread," I went ahead and built a system anyway. Here's what I've learned. The specs: Tyan Thunder K8SE S2892, BIOS 1.01 2x Opteron 270, 2Ghz Dual-Core, retail
2005 Feb 09
1
--include-from question
I'm having problems using rsync's --include-from and --exclude-from options. Here's an example of what I'm trying to do: On the source machine I have /usr/local/bin, /usr/local/etc, and /usr/local/foobar. I only want to sync /usr/local/bin and /usr/local/etc. Things work as expected if I use the following rsync command: rsync -av --exclude-from=exclude.txt