similar to: 1.0 rc3 compile error

Displaying 20 results from an estimated 10000 matches similar to: "1.0 rc3 compile error"

2008 Sep 24
3
Segmentation fault during compilation
Hey everybody, I've been trying to compile wine since version 1.0 and have gotten crashes during the make command, about 20 minutes in. Very frustrating. I'm running Fedora 9, and I believe gcc version 4.3.0.8. Is this a gcc problem? If so, what can I do to fix it? Output of failed make command follows... gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
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'
2011 Mar 26
4
Unable to compile Wine 1.1.16
Hi, I must to compile Wine 1.1.16 to try a patch (it doesn't work with the latest Wine) and during the compilation, i have an error with gdi32. > make[2]: Leaving directory `/home/wine-1.1.16/dlls/gdi32/tests' > make[2]: Entering directory `/home/wine-1.1.16/dlls/gdi32/tests' > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe
2008 Nov 27
4
Error compiling 1.1.9
hi, i'm trying to compile the wine 1.1.9 version, but i get this error. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o
2010 Jul 24
4
Wine 1.2-GIT: Compiler error in user32/painting.c
I got the following compiler error with Wine 1.2-GIT (up-to-date checkout): Code: make[1]: Entering directory `/home/quix0r/git/wine/dlls/user32' ccache gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_USER32_ -D_WINABLE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g
2012 Apr 18
1
Installing wine1.5.2 from source - error 1
I tried wineinstall but it does the same thing. So here is the error, and if anyone can help, thanks in advance. Btw I am running Bodhi Linux 1.4. Code: velja27 at velja27-desktop:~/wine-1.5.2$ sudo make make[1]: Entering directory `/home/velja27/wine-1.5.2/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/home/velja27/wine-1.5.2/tools' make[1]: Entering directory
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
2011 Jan 26
1
Wine fails to compile on Caos NSA 0.9 x86_64
I have tried compiling wine versions 1.2.1, 1.2.2, and 1.3.12 on caos NSA 0.9 x86_64. All versions have the same behavior when I try to compile them. During configuration I get configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. This occurs even though freetype.i386, and freetype-devel.i386 are
2010 May 17
0
Compiling 1.1.20:undefined reference to `png_set_longjmp_fn'
Hi all. I'm trying to compile an older wine version from git. What I did was first to 'git clone' the repo into a folder and then issue a 'git checkout wine-1.1.20' command which should give me the source for the 1.1.20 release. Then I do a "./configure --prefix=/usr" and then I compile with "make depend && make". This is a part of the last output:
2008 Nov 11
4
Wine compile probs
Hi all! =) For the first time ever i have a problem with wine.. so must say the error rate on my end is extremely low (been using the betas bout 3-4 years now) :D Well down to business.. I have some probs compiling 1.1.8, the 'confugure' works like a charm as allways, 'make depend' has no probs at all but 'make' gives me: Code: make[2]: Entering directory
2008 Oct 18
1
end of line not at end of line (Compile error) (V1.0.1&1.0.6
http://www.linuxquestions.org/questions/fedora-35/fedora-core-9-compile-error-wine1.0.1-and-1.0.6-677151/ ct-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7413: Warning: end of file not at end of a line; newline inserted gcc: Internal error: Segmentatiefout (program cc1) Please
2010 Nov 27
1
Problem building 1.3.8 from source
Hi, I've been building wine from source for years, originally because I needed some custom patches, nowadays out of habit. Just now I'm trying to build 1.3.8, but I get an error during build: make[1]: Entering directory `/home/peter/src/wine/dlls/atl' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
2010 Nov 13
3
Compile errors with the latest git of 1.3.7
I'm getting the below error when trying to compile the latest git. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o registrar.o registrar.c registrar.c: In function 'DllGetClassObject': registrar.c:747: error:
2010 Aug 09
2
Error compiling wine 1.3.0 on slackware64
im having a error compiling wine version 1.3.0 on slackware64 i have the multilib gcc and 32 bit packages installed and i cannot compile i am getting this error. make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/wine-1.3.0/dlls/windebug.dll16' make[1]: Entering directory `/root/wine-1.3.0/dlls/windowscodecs' gcc -m32 -c -I. -I. -I../../include -I../../include
2010 Jan 27
1
Problem building wineserver
I have posted this problem in another topic but I think I should open this one cause the other topic was about an error loading a dll file ... never mind that... My current problem is that I can not get wine to work and I've followed the instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14147&iTestingId=34574&bShowAll=true So far I've done this:
2010 Apr 02
0
Error building Wine 1.1.42 with last mpg123
I got this error when tried to build Wine 1.1.42: gcc -c -I. -I. -I../../include -I../../include -I/usr/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=core2
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
2008 May 30
0
Wine release 1.0-rc3
This is release 1.0-rc3 of Wine, a free implementation of Windows on Unix. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations:
2011 Jan 26
1
Wine 1.3.12 build failed on OpenIndiana b148
Starting from version 1.3.12 unable to build Wine. I use /usr/sfw/bin/gcc compiler and gnu ld. For configure script I change only prefix. when i make gmake i get error. ........... gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings
2008 May 31
3
types.h:52: error: conflicting types for ‘ ino_t’
hello cant to build wine-1.0-rc2 log: Code: make[2]: Entering directory `/usr/local/src/wine-1.0-rc2/dlls/winex11.drv' gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/asm-i386 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o bitblt.o bitblt.c gcc -m32 -c -I. -I. -I../../include