Displaying 20 results from an estimated 60000 matches similar to: "Wine does not compile under SuSE Linux"
2002 Apr 04
1
problem to compile wine
I have the following errors in my config.log:
conftest.c:2: parse error before `me'
configure:1765: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure: failed program was:
#line 1923 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
This error occurs several times. confdefs.h does not exist. Why?
*** Note: Your system
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
2002 Nov 28
0
Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3
Hi! I'm trying to build Wine-20021125 via "wineinstall" and the compile
fails with TONS of messages related to Freetype. I took a peek at the
"config.log" file and found these errors when configure was trying to
detect the freetype/ftglyph.h header:
configure:8420: checking for freetype/freetype.h
configure:8427: result: yes
configure:8340: checking freetype/ftglyph.h
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
2001 Apr 23
2
Dosvm
After installing SUSE 7.1, I upgraded to wine-2001418. No compliation
or install errors were noted. However now when I try to start a simple
test app like sol.exe I get the the following error:
wine: error while loading shared libraries: wine: undefined symbol:
Dosvm
I tried an older wine version that seemed to work under suse 7.0 but I
get the same error. I dont think it even trys to start
2001 Jul 01
0
new rpms for SuSE uploaded
Hi!
I've uploaded rpms of Wine-20010629 for SuSE 7.1 to my download page
http://www.mahowi.de/download/.
For this package, CUPS (package cups, series n) and freetype2 (series
gra) are needed.
Q.: Is it possible to build wine without use of libcups.so even if it is
installed?
Bye,
Manfred
--
/"\ | PGP-Key available at Public Key Servers
\ / ASCII ribbon
2011 Oct 22
3
Wine 1.3.31 fails to compile in git
I tested also with a clean git source. Something wrong with ole32.
Code:
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o tmarshal_i.o tmarshal_i.c
2002 Dec 30
1
Internet Explorer problem
Hello
Internet Explorer does not see the Internet even though the dial in
connection has automatically been made.
[DllOverrides]
"kernel32" = "builtin"
"ntdll" = "builtin"
"winsock" = "builtin"
"wsock32" = "builtin"
"ws2_32" = "builtin"
2002 Sep 23
0
Latest on Abacus DPMI problem.
I contacted Mr. Heinonen, and got the response below. So, he says the
problem is, it is 16 bit DPMI, which is rare, and the real problem is,
DOSVM has a bug which allows two simultaneous interrupts. I assured him I
was not asking anyone to work on the problem at all. I needed to get a
handle on it, I had thought it was a locked selector problem. Learning what
the real problem was, is a big
2011 Sep 11
3
cannot compile wine 1.3.28
hi, I'm trying to compile the current wine source, but there's always the following error:
Code:
config.status: creating tools/Makefile
make[1]: Entering directory `/home/yuki/archive/wine-1.3.28/tools'
gcc -m32 -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes
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:
2001 Aug 27
0
compilation problem with wine-20010824
hi,
for some versions of wine now I had a compilation problem.
I use Suse linux 7.1. The rest see below.
All I did was using tools/wineinstall,
because I do not want to install a whole windows
on my machine.
-----------------------------------------
< dani@ta127038:~/src/wine-20010824 > tools/wineinstall
WINE Installer v0.7
.....
gcc -c -I. -I. -I../../include -I../../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
2002 Feb 25
2
Problems running wine on a remote XTERM
I had a similar problem trying to remotely display Wine progs to an
HPUX machine. After an extensive amount of probing, my colleague and
I discovered that the target machine (the one being displayed to) had
some kind of wierd, hybrid color depth that was confusing to Wine.
You might want to make sure the color depth on the target box is one
that Wine likes. Or, I could be totally wrong, and in
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)
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?
2002 Mar 27
0
How to compile wine on suse linux?
Hello
It seems that neither the configure nor the font_convert.sh script works
on suse linux, or do I make something wrong? Could anybody give me a
hint please?
Thanks
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
2010 Mar 31
1
[Bug 27392] New: swfdec won't compile
http://bugs.freedesktop.org/show_bug.cgi?id=27392
Summary: swfdec won't compile
Product: swfdec
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: b3nton at gmail.com