similar to: Compiling wine on AMD64

Displaying 20 results from an estimated 200 matches similar to: "Compiling wine on AMD64"

2007 Mar 19
2
Ubuntu - winecfg problems
I'm wondering if anyone else is having the same problems configuring wine as I am? I just installed wine (0.9.20): https://help.ubuntu.com/community/BuildingWineFromSource (WineFromSource) Everything appears to run fine but when I go into "Wine configuration" (winecfg). I can't click on the "Audio" tab without it crashing and giving me this error: Code:
2010 Dec 21
1
Building 1.3.9 shared 64bit / 32bit install deb for Ubuntu
Hi, I'm made a script which downloads and compiles a shared install for Ubuntu. But, I'd like to make this into a deb file. Have tried building the deb with instructions found here: https://help.ubuntu.com/community/BuildingWineFromSource download wine 1.3.9 from the wine/ppa repository and uncommenting the --anable-64bit line in debian/rules
2007 Oct 14
2
Configure not working in ubuntu gutsy amd64
I recently upgraded to the Gutsy beta, and this may just be a side effect of it being beta, but thought I'd raise it here in case I am doing something obviously wrong. I'm not familiar with how the configure script works and looking at the config.log didn't help me. Just to note, I was successfully compiling on ubuntu amd64 before I upgraded to the gutsy beta. I have raised a bug
2006 Apr 22
3
Software vs hardware in water plugin
Hi, Is there difference in speed and size of water splashes in water plugin between software and hardware implementation? If it is, is it supposed to be so? wolf -- Bartek . - Napisa?e? ju?, ?e sto?y rozwalasz? Taudul : .:.................................................................... w o l f @ p l d - l i n u x . o r g .:. http://wolf.valkyrie.one.pl/
2006 Aug 26
5
LiteSpeed Web Server 2.2 with Ruby Rails integration....
Fellow Rail users and developers, Right now the easiest way to run Rails is in combination with Mongrel. However, it may not be a good idea to expose Mongrel directly to the outside world in a high-load production environment. In-addition, Mongrel_cluster + proxy + load balancer have to be used even for a single server deployment making the unified setup more complicated than needs be.
2009 Jun 13
0
Any updates on wineon64bit page?
Hi I'm relatively new to wine and i just instaled fedora 11 x86_64 and the Wineon64bit page only goes to fedora 9 ... I was wondering if someone have done this and could help out ... Thanks
2008 Mar 23
4
Compiling wine from (git) Source - Debian Sid 64 bit ?
Hello all, really hope someone can help me on this one... That is what i have done 1. Installed all suggested lib32 libraries available 2. Direct Rendering: yes (newest fglrx 64 bit drivers from ATI site) 3. http://wiki.winehq.org/WineOn64bit went through wiki over and over but still get this errors after running ./configure configure: libxcomposite development files not found, Xcomposite
2006 Jul 31
1
WineOn64Bit
Hello to all. I have a VERY important correction to this article. To compile wine on Debian Etch amd64 (kernel 2.6.17) you'll need some changes: 1. You don't need to make the X11R6 symlinks 2. The package "ia32-libs-dev" does not longer exist, you need libc6-dev-i386 3. make and make depend have to be run with LD_LIBRARY_PATH="/lib32" I hope now it is all regards,
2008 Jul 26
5
Cups problems while compiling WINE
Just tried to compile WINE on opensuse 11 64bit. I did everything as described here: WineOn64bit - The Official Wine Wiki (http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0) But running the configure script I'm getting that message: Code: configure: libcups development files not found, CUPS won't be supported. That means that the printer output isn't
2008 May 28
9
./configure error
hello, i have opensuse 10.3 x86_64 i want to compile wine, with this how to: http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0 i follow all but i get this message when doing configure configure: libhal development files not found, no dynamic device support. configure: libsane development files not found, scanners won't be supported. configure: libgphoto2
2006 Jun 02
3
0.9.14 CVS compilation on Gentoo amd64 fails
Here is how I compiled 0.9.13: #!/bin/bash # note that the following is all one bash line CFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib"\ LDFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib" \ ./configure --x-libraries=/emul/linux/x86/usr/lib/ && make depend all I tried the same with 0.9.14 but it failed like this: ../../tools/winegcc/winegcc
2007 Feb 27
2
wine or wine-preloader exit with code 2 on x86_64
Hello, I have build wine with the help of wiki WineOn64bit LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure --prefix=/opt/wine --datadir=/usr/share But wine or wine-preloader always return 2 as you can see : [root@nico wine-0.9.31]# loader/wine-preloader [root@nico wine-0.9.31]# echo $? 2 [root@nico wine-0.9.31]# ./wine --version
2010 Mar 13
1
Building Wine 32bits on Sid64
Hello, On this page (http://wiki.winehq.org/WineOn64bit#head-64ba498d52dd0a3ccae1c52c5d913d7aa692f9b1), it's possible to build wine 32 if i have a 64-bit system. I'm actually on Debian 64 and when i want to install ia32-apt-get, there isn't package with this name. So, how to install correctly the 32-bit packages ? Thanks
2012 Jun 17
2
compile Wine (32bit) on 64bit Ubuntu
Hi anyone compiled wine (32bit) on Ubuntu 12.04 64bit? The script install-wine-deps.sh want to remove quite a bit: http://wiki.winehq.org/WineOn64bit#head-b62ae8f996e97e1df7258bb8eaec2e83e54ca799 Especially the ia32* libs wich are needed for all 32bit apps, hence I ask here. Thanks
2009 Apr 09
4
WINE test code for 64bit
Hi, I was just wondering if I can find WINE source code for 64 bits. I am looking for WINE test code for 64 bit in particular. If we do not have that one ready, I am considering to participate the project to port the code to 64 bit. Thank you.
2009 Aug 24
1
Compile wine source from git "Try using a Unicode string"
Getting the source from git , trying to compile WITHOUT patches. Running Ubuntu 9.04 x86_64 This is the configure (got it from http://wiki.winehq.org/WineOn64bit#head-d6dc6aaec38bf9f2198767215ea1813c44a5981d ) Code: CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v make depend goes fine but make ends up with : Code:
2010 Aug 02
3
Error compile wine1.3 on Ubuntu10.04 64bit
CFLAGS="-m32 $(CFLAGS)" LDFLAGS="-L/usr/lib32 $(LDFLAGS)" ./configure I notice here some strange lines: ... checking whether we need to define __i386__... no ... configure: lib(n)curses 32-bit development files not found, curses won't be supported. configure: libv4l 32-bit development files not found. When I do make: Code: /usr/bin/ld: i386:x86-64 architecture of input
2007 Dec 22
2
x86_64 compile from source has no alsa
Hi, I have been trying to compile wine from source, and whilst everything works I fail to get alsa support. I am on Fedora 8 and have all the dependent packages installed as per the wiki. (http://wiki.winehq.org/WineOn64bit#head-6a1af3960b16c81218ffda50417528f289ffe30f) I can replicate the issue on my i386 by removing/renaming the file winealsa.drv.so from /usr/local/lib/wine. This file is in
2007 Mar 19
3
Error while compiling in Ubuntu 6.06 64 bit
When compiling in Ubuntu 6.06 64 bit using this guide: http://wiki.winehq.org/WineOn64bit When I do 'sudo make install' I get this error: make[2]: Entering directory `/home/marcus/wine/dlls/gdi' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./gdi32.spec dispdib.spec.o gdi.exe.spec.o wing.spec.o bidi16.o dispdib.o env.o gdi16.o metafile16.o wing.o bidi.o bitblt.o
2008 Jun 09
2
wine-1.0-rc4 compile error on Fedora 9 x86_64
Hello everyone! I am trying to compile wine-1.0-rc4 from source on a 64bit install of Fedora 9. I installed Fedora 9 from a KDE live CD, installed gcc and glibc via yum, and installed/configured the packages listed in the WineOn64Bit wiki entry, http://wiki.winehq.org/WineOn64bit When running "make && make depend," I get the following error: make[2]: Entering directory