search for: wineon64bit

Displaying 20 results from an estimated 72 matches for "wineon64bit".

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 won't be supported. *configure: libhal development files not found, no dynamic device support.* configure: libcapi20 development files not found...
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...
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 development files...
2006 Aug 26
2
Compiling wine on AMD64
...n my 64 bit ubuntu machine. So far I haven't been very successful. I am trying the source for 0.9.20 and I'm using the latest k8 kernel in ubuntu. I have an nvidia card and am using the latest glx drivers available in ubuntu (1.0.8762). I am using the guide here: http://wiki.winehq.org/WineOn64bit with help from here: http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_thread/thread/014dc737d64d660a/c6a0418f8bb469a5?lnk=raot and I used the dapper.sh script from here to install libraries: https://help.ubuntu.com/community/BuildingWineFromSource I managed to build a version...
2006 Jun 02
3
0.9.14 CVS compilation on Gentoo amd64 fails
...1.0.14 /usr/lib64/liblcms.la /usr/lib64/liblcms.so /emul/linux/x86/usr/lib/liblcms.so.1 /emul/linux/x86/usr/lib/liblcms.so.1.0.13 /emul/linux/x86/usr/lib/liblcms.so If anyone has a successfull way to compile wine on gentoo amd64, please post here and possibly also add it to: http://wiki.winehq.org/WineOn64bit 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.
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 place on the x86_64 box but doesn't resolve it. I have added symlinks to the file in /usr/lib64/wine and /usr/lib/wine wi...
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 [ro...
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: LD_LIBRARY_PATH="../../libs/wine:$LD_LIBRARY_PATH"...
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
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
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
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 bitbl...
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 `/home/jaybilly/Programs/wine-1.0-rc4/dlls/user32/tests' ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole broadcast...
2012 Jan 24
3
I do not know how to install 32 bit libraries error
.... yes checking whether g++ accepts -g... yes checking for cpp... cpp checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. Configure failed, aborting install So I search and then I find this: http://wiki.winehq.org/WineOn64bit#head-6425d16f19f5058ca4cb93961bdbd4265468dc61 I do the easier way, it does its thing and at the very end it says: ldconfig deferred processing now taking place + uname -m + test x86_64 = x86_64 + echo I do not know how to install 32 bit libraries for distro Ubuntu 11.10 yet I do not know how to i...
2008 Sep 08
4
Installing patches help
Hey, I just want to state before I ask my questions, I am still rather new to Linux, and to Wine, so please, bear with me. The following questions I have are How do I install patches to Wine? How do I make this http://bugs.winehq.org/attachment.cgi?id=15516 into a file I can patch into Wine? Please, have the answers be idiot proof. If it matters, I am using Mandriva Linux 2008 spring as my
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do: dpkg -i wine*.deb Code: checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType development files not found. Fonts will not be built. Dialog text may be invisible or unaligned. Use the --without-freetype option if you really want this. make: *** [config.status] Error 1
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
Hi, I downloaded wine source from winehq and installed all dependencies as per the wiki: http://wiki.winehq.org/WineOn64bit However when i run ./configure,its displays the following and exits: Code: $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = x86_64 uname -r = 2.6.26.5-45.fc9.x86_64 uname -s = Linux uname -v = #1 SMP Sat Sep 20 03:23:12 EDT 2008 /usr/b...