similar to: Re: Building latest Wine-GIT on AMD64 still fails

Displaying 20 results from an estimated 100000 matches similar to: "Re: Building latest Wine-GIT on AMD64 still fails"

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
2010 Nov 08
6
Ubuntu 10.10 AMD64 and building wine
Hooray! I got a new machine. However, if I want to continue doing things with wine, I need a little more information than is in the wiki on building wine for 32-bit and/or 64-bit operations. First question: Are the instructions for 10.04 still OK? Is there any real change? Second question: If I follow the line in the RegressionTesting page that says: [code]CC="ccache gcc -m32"
2008 Mar 30
1
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
Hello, Joachim > This assembler was configured for a target of `x86_64-linux-gnu'. Hrm, try to check, how 'as' is invoked by llvm-gcc, you need jut to run the mentioned cmdline 'by hands': ./xgcc -B./ -B/home/jo/i686-pc-linux-gnu/bin/ -isystem /home/jo/i686-pc-linux-gnu/include -isystem /home/jo/i686-pc-linux-gnu/sys-include -L/home/jo/llvm-gcc-wrk/gcc/../ld -O2 -DIN_GCC
2011 May 06
1
Latest git fails to compile
Code: make[1]: Entering directory `/wine-git/include' ccache gcc -m32 -m32 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib ../tools/make_xftmpl.c -o ../tools/make_xftmpl make[1]: Entering directory `/wine-git/server' ../tools/makedep -C. -S.. -T.. async.c atom.c change.c class.c clipboard.c completion.c console.c debugger.c device.c
2010 May 19
0
wine-git 1.1.44 build fails with "undefined reference xxx"
I have updated my wine-git checkout some minutes ago. I have an Debian Unstable system with AMD64 (Intel Core 2 Quad CPUs) and recent Debian packages (the rest, not Wine). I have configured it this way: ./configure --prefix=/opt/ So no special parameters. When I do a "make" I got this: > wowthunk.o: In function `K32WOWCallback16Ex': >
2005 Oct 26
0
Any wine-0.9 build instructions for AMD64 b4-bit systems?
Hi, I wonder if anyone knows how to build the new version of wine on an AMD64 system. There seem to be problems with it looking at the emulation libraries I guess: gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o surface_wndproc.o
2008 Apr 01
1
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
*bump* Anybody got a clue? I can post a full transcript of a shell session that reproduces the error if that helps. To reiterate the original problem: I'm trying to compile LLVM-GCC on an Ubuntu 64-bit box, with a 32-bit target (to avoid potential problems with PIC and such). I get errors like Error: suffix or operands invalid for `push' as soon as the make process tries to assemble
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
2008 Mar 31
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
Am Montag, den 31.03.2008, 00:02 -0700 schrieb Tanya Lattner: > On Mar 30, 2008, at 11:22 PM, Joachim Durchholz wrote: > > > Am Sonntag, den 30.03.2008, 15:45 -0700 schrieb Tanya Lattner: > >> On Mar 30, 2008, at 12:39 PM, Joachim Durchholz wrote: > >> > >>> OK, I now have > >>> > >>> LLVM_VERSION_INFO=kurier-bootstrap
2008 Mar 30
1
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
Hello, Joachim. > What's wrong? Looks like, it uses 64-bit assembler. Could you please check installed binutils? -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2008 Mar 30
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
Am Sonntag, den 30.03.2008, 10:28 -0700 schrieb Tanya Lattner: > On Mar 30, 2008, at 10:07 AM, Joachim Durchholz wrote: > > Look at how $LLVM_CONFIGURE is built, the final value is > > > > --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu > > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu" > > > > This looks likes its missing some
2006 May 12
2
wine CVS does not find freetype on Gentoo amd64
(This is not about any wine ebuild) (I am not compiling wine in a 32bit chroot) During the compilation of latest wine release from the CVS repository, I get the following warning message at the completion of the ./configure script: *** Warning: Freetype or Fontforge is missing. *** Fonts will not be built. Dialog text may be invisible or unaligned. I know for sure that my system has both
2009 Jul 19
2
Compiling wine on debian-unstable amd64
Hi, I try to build wine-1.1.26 on debian unstable (amd64) linked to ia32 libs. I installed ia32-apt-get and nvidia-glx-ia32 and all ia32-lib*, which are buildependencies for wine-1.1.23 in experimental on i386. The configure ends successfully but the build finished with gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe
2006 Oct 02
2
Re: compiling wine for amd64 on ubuntu dapper 6.06
On Mon, Oct 02, 2006 at 09:18:52AM -0400, Gerald Britton wrote: > configure:9418: checking for glXCreateContext in -lGL > configure:9453: gcc -m32 -o conftest -g -O2 conftest.c -lGL > -L/usr/X11R6/lib -lXext -lX11 -lm >&5 > /usr/bin/ld: skipping incompatible > /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libGL.so when searching > for -lGL > /usr/bin/ld: skipping
2008 Mar 30
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
On Mar 30, 2008, at 12:39 PM, Joachim Durchholz wrote: > > Am Sonntag, den 30.03.2008, 10:28 -0700 schrieb Tanya Lattner: >> On Mar 30, 2008, at 10:07 AM, Joachim Durchholz wrote: >>> Look at how $LLVM_CONFIGURE is built, the final value is >>> >>> --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu >>> --host=i686-pc-linux-gnu
2012 May 17
1
Problem building latest Courier-authlib on CentOS4
Upgrading to CentOS6 is on my list, but I'm trying to get the latest Courier-MTA running at the moment. I downloaded the current courier tarballs and tried to build the rpms on a CentOS4 system. I got these errors: $ rpmbuild -tb courier-authlib-0.64.0.tar.bz2 ... libtool: link: ar cru .libs/libauthpipe.a authpipe.o authpipelib.o libtool: link: ranlib .libs/libauthpipe.a libtool: link: (
2008 Mar 30
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
To clarify, configure --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --target=i686-pc-linux-gnu I do this all the time on my 4 core amd64 box and it works fine. On Sun, Mar 30, 2008 at 12:22 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > It shoudl work fine if you set CC right and use --build --target > > --host == i686-pc-linux-gnu > > > > On Sun, Mar 30,
2008 Mar 30
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
It shoudl work fine if you set CC right and use --build --target --host == i686-pc-linux-gnu On Sun, Mar 30, 2008 at 10:40 AM, Joachim Durchholz <jo at durchholz.org> wrote: > Hi all, > > I managed to navigate around all those issues with environment variables > and such. llvm itself now builds and checks just fine, but I can't get > llvm-gcc to compile. > >
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 08:38 AM, MORIYAMA Tomohiro wrote: > hi, James. > Thanks for your advice. > > "James Molloy" wrote. > (Fri, 10 Jun 2011 08:38:44 +0100) >> Hi, >> >>> out.s: Assembler messages: >>> out.s:8: Error: bad register name `%rsp' >>> out.s:9: Error: bad register name `%rsp)' >>> out.s:12: Error: invalid
2005 Aug 12
0
OpenLDAP - building from src rpm fails (internal compiler error)
I'm trying to enable ACI in openldap by: 1) Install the source rpm (rpm -ivh http://mirrors.kernel.org/centos/4/os/SRPMS/openldap-2.2.13-2.src.rpm) 2) Modify the spec file to include '--enable-aci' in the appropriate locations. I have even tried with the original (no aci) spec file. 3) Running 'rpmbuild -bb openldap.spec, which fails with the following output: <snip>