similar to: Error compiling Wine 0.9.12

Displaying 20 results from an estimated 4000 matches similar to: "Error compiling Wine 0.9.12"

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
2001 Aug 09
0
20010731 Build problem on solaris 7.0 on Sparc.
When I run "./tools/wineinstall" , I got following errors. gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__ -D_REENTRANT -I/usr/openwin/include -o ppy.tab.o ppy.tab.c In file included from ./ppy.y:183: /usr/include/values.h:45: warning: `MAXSHORT' redefined ../../include/winnt.h:490: warning: this is the location of the previous definition
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
I'm getting a compile error when trying to compile the flex output of ppl.l in tools/wpp. This is under Debian (Woody) with latest updates. Can anybody help me out? Enclosed is the output of the build and folling that, the installed packages. I have also tried the latest version (20030408) with identical results. TIA Luke ================================================================
2003 May 22
1
REPEAT- (message didn't show) compilation error, todays CVS
make[2]: Leaving directory `/home/michael/my_cvs/wine-cvs/wine/dlls/dpnhpast' make[2]: Entering directory `/home/michael/my_cvs/wine-cvs/wine/dlls/dsound' gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o sound3d. o sound3d.c
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)
2006 May 25
5
Wine 0.9.14.compile error (fatal)
Tried to compile the lastest wine and gcc choked up on it as follows: gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o baseshader.o baseshader.c baseshader.c: In function `print_glsl_info_log': baseshader.c:688: error: `GL_OBJECT_INFO_LOG_LENGTH_ARB' undeclared (first
2003 Nov 26
1
new user
hello everybody! i'm new to this ml.. just one question i try to complie wine on my linuxbox (slack8.1 - 2.4.22) but I take an error .. something like this : gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -g -O2 -o tokenize.o tokenize.c tokenize.c:46: `TK_ABORT' undeclared here (not
2004 Feb 14
3
wine-20040213 does not compile
hi guys, I tried compiling wine-20040213 today but I got the following error: make[2]: Entering directory `/progs/build/wine-20040213/dlls/x11drv' gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -DBINDIR="\"/usr/bin\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o
2008 Jul 14
2
Wine 1.1.1 bz2 Slackware compiling source problem
Hi, I'm new here but I will try to stay and contribute as much as can. I have forced to use a Slackware Linux distro because of some constrains. In order to access some of my old Windows applications I use wine like most of this forum users. I have downloaded today the bz2 wine 1.1.1 source and I have tried to compile it on my Slackware 11.0. ./configure command was finished without any
2009 Aug 15
5
Compiling old wine versions in opensuse 11.1
dear forum I am hoping somebody can help me compile relatively old versions of wine (~0.9.10 -> 0.9.23) on openSuSE 11.1. I have a dual boot of opensuse 11.1 x86_32 and x86_64 and have had no luck with either. I have successfully compiled wine 1.1.11 but have have the same failure with 0.9.10 and 0.9.20. Code: > ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote: > Michael, > > I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a
2008 Mar 20
5
[LLVMdev] testsuite problems after merge
I'm seeing ~100 new failures in the gcc testsuite due to the test file being doubled or tripled, as below. This appears to affect only files that were newly imported from gcc-4.2 in the recent merge. Does anybody have an idea for how to mechanize fixing these (I doubt you can count on the APPLE LOCAL comment being there)? If there's no better way than slogging through
2008 Mar 20
0
[LLVMdev] testsuite problems after merge
These should be fixed now. Sorry for the mess. -bw On Mar 20, 2008, at 10:08 AM, Dale Johannesen wrote: > I'm seeing ~100 new failures in the gcc testsuite due to the test > file being doubled or tripled, as below. This appears to affect > only files that were newly imported from gcc-4.2 in the recent > merge. Does anybody have an idea for how to mechanize fixing these
2006 May 26
1
Patch for baseheader compilation problems
Hi David, try this patch: http://www.winehq.org/pipermail/wine-patches/2006-May/026859.html David Dawson wrote: Tried to compile the lastest wine and gcc choked up on it as follows: gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o baseshader.o baseshader.c baseshader.c: In
2005 Sep 11
1
Compile cvs version
Hi ! After download latest version from cvs compile fails: make[2]: Entering directory `/backup/privat/emulator/wine/dlls/activeds' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o activeds_main.o activeds_main.c ../../tools/winebuild/winebuild -D__WINESRC__
2001 Aug 06
3
WINE install Error
I need some help. I have downloaded the latest WINE tarball (731) and managed to get through the ./configure stage, installing rpms as needed. However, when WINE installs it gives me these set of errors: "cd `dirname wrc/__depend__` && make depend make[2]: Entering directory `/mnt/windows/Vault/Wine/wine/wine-20010731/tools/wr c' yacc -bppy -ppp -d -t ./ppy.y make[2]: yacc:
2001 Mar 11
3
Cannot even compile Wine
Hello, I am not great at figuring out compilation problems - usually I just curse and give up. Trying to compile Wine from binaries I get the following error, anyone knows what's wrong and can offer some help on how to get it to work? (the stuff at the top was cut out to save space) ----- make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/specmaker' cd `dirname
2002 Aug 08
3
I can't compile wine
I there, I tried to compile winex 20020806 but I have this thing after making depend: make[2]:***[ppy.tab.c] segment foult make[1]:***[wrc/__depend__] Error 2 make:***[tools/__depend__] Error 2 and then stop all. I don't really know what to do, help will be appreciated. I am using Mandrake linux 8.2 with gcc 3.0.4 The wine who came with the CD works. But I need the newer. J.C.
2007 Mar 19
3
64 bit compilation SUSE 10.2
Greetings All, I am attempting to compile wine under the SUSE 10.2 64 bit distribution, and am running into a bit of a problem. I have installed every 32 bit library that I could find in the distro, including the xorg-X11 libs. I ran the following commands: ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib make depend && make The compilation chugs away for about 15 min,
2011 Nov 15
0
[LLVMdev] Pass options to the linker
Hi Jorge, > I'm trying to use the PPL (Parma Polyhedra Library, > bugseng.com/products/ppl) in one of my LLVM passes getting the error: > >> Error opening >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': >> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so: >> undefined symbol: