similar to: Wine on 64 bit Linux m/c

Displaying 20 results from an estimated 10000 matches similar to: "Wine on 64 bit Linux m/c"

2011 Aug 23
2
Can't install program with today's git in 64-bit
<head><style>body{font-family: Geneva,Arial,Helvetica,sans-serif;font-size:9pt;background-color: #ffffff;color: black;}</style></head><body id="compText">>I downloaded today''s git, compiled --enable-win64, and installed. <br>>The command "wine64 notepad" produces notepad, and everything seems fine. <br>>But then I
2011 Mar 19
5
64-bit installation instructions
<head><style>body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}</style></head><body>>Have you also compiled 32 bit Wine? My impression is that you need both to have a functioning system. http://wiki.winehq.org/Wine64<br><br>Thanks. I followed instructions. It seems to be OK to use two git repositories
2011 Jun 30
2
Re: Is Wine64 usable yet?
I'm having issues with getting Wine64 to even install properly. I'm using an AMD 64 processor with Fedora 14 x64. When I try to get things working, here's what I get with the gcc: Touching configure... [root at Iceburgh gcc-svn]# cd .. [root at Iceburgh Iceburgh]# rm -rf gcc-build [root at Iceburgh Iceburgh]# mkdir gcc-build [root at Iceburgh Iceburgh]# cd gcc-build [root at Iceburgh
2010 Aug 19
4
How to compile 64-bit Wine 1.3.0 under Mac OS X 10.6.4
Hello, Sorry if this has been addressed elsewhere, if so please let me know where! I'd like to compile 64-bit Wine 1.3.0 via GCC 4.5.1 (I use GCC 4.5.1 according to the instructions here: http://wiki.winehq.org/Wine64) on my Mac running Mac OS X 10.6.4 with a goal of taking advantage of the 8.0 GB of RAM I've got. I set CFLAGS="-march=native -m64", CXXFLAGS="-march=native
2010 Dec 20
0
trouble compiling and running wine 64-bit on Ubuntu Natty Studio
Hi. I have downloaded the git, compiled and installed wine as 64-bit. My main executables are /usr/local/bin/wine64 and wine64-preloader But I can't run anything. A "wine" command tells me wine isn't installed, which I guess it isn't, and "wine64" gives me a segmentation fault. Do I need a symlink? ubuntu$ wine notepad The program 'wine' can be found in
2011 Mar 18
1
64-bit installation instructions?
Are there any 64-bit installation instructions anywhere? I am trying to test install and I can't get off the ground. wine programfile.exe wine64 programfile.exe both give me nothing. I have compiled 64-bit wine, and created a 64-bit wine prefix. Should I navigate somewhere before I start?
2011 Aug 22
1
Can't install program with today's git in 64-bit version
I downloaded today's git, compiled --enable-win64, and installed. The command "wine64 notepad" produces notepad, and everything seems fine. But then I tried installing Dragon NaturallySpeaking, which is a program made for both 32-bit and 64-bit systems. I go to the DNS11 folder, type "wine64 setup" and absolutely nothing happens. Suggestions?
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.
2011 Jun 01
5
Status of Wine64 on OSX?
Hi, I know Wine64 is still experimental, and I've read threads from last Summer stating that Wine64 won't build nor run on OSX at this time. However, Wine64 would be really useful for me on OSX, because I build small simple apps for both win32 and win64 mode, and being able to crosscompile and run them from OSX would be a great time saver for me. So, what's the status of Wine64 on
2012 Mar 24
1
Compile wine1.4 WOW64 from source (git) on Ubuntu 12.04
When I try to compile wine1.4 (http://wiki.winehq.org/Wine64) on configure I get an error: ~/wine32$ ../wine-git/configure --with-wine64=../wine64 configure: error: FreeType 32-bit development files not found. Fonts will not be built. ~/wine32$ sudo apt-get install libfreetype6-dev:i386 Reading package lists... Done Building dependency tree Reading state information... Done The following
2011 Feb 17
1
Re: 64-bit chess engines and wine 1.2
@triso because some of the engines, notably the two strongest, are not offered as native linux programs. i've updated my ubuntu 64-bit wine install script to use wine 1.3.13 http://www.jesseo.com/chess/64-bit-wine-ubuntu-1.3.13.sh i've gotten many engines to run from the terminal with this command "/home/USERNAME/wine64/wine" cmd.exe /K DeepRybka4x64.exe
2012 Mar 10
12
Compiling & running 1.4 on 64bit
I need someone's expertise. I have compiled wine 1.4-1 in a Xubuntu 12.04 beta, running on virtual machine (obviously a 32bit system, since it's VM). Steps i took: Code: 1. installed development packages by running http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh (as instructed on http://wiki.winehq.org/Wine64) 2. apt-get build-dep wine 3. apt-get install patch libpulse-dev
2009 May 20
4
configure: error: C compiler cannot create executables
hi, je me pr?sente ou plutot ma distrib ^^ : I introduce myself or rather my distribution > # These settings were set by the catalyst build script that automatically > # built this stage. > # Please consult /etc/make.conf.example for a more detailed example. > CFLAGS="-march=athlon64 -mtune=athlon64 -Wno-error -O2 -pipe" > CXXFLAGS="${CFLAGS}" > # WARNING:
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
2011 Feb 15
11
Is Wine64 usable yet?
Hi, I am trying to get a general feel of how usable Wine64 is. I just built 1.3.13. To see how well it works, I ran 64-bit Putty. It works flawlessly. Now, I am trying to play around with different little programs. I took "notepad.exe" from a Windows 7 install (hoping it would be a reasonably simple program for a start). It crashed with: fixme:heap:HeapSetInformation (nil) 1 (nil)
2009 Feb 25
1
Wine64 status
Just wondering something: the last time I've read anything on wine64 stated that it compiled, but couldn't run anything (complex at least). Just wondering as of feb 25, how is wine64 coming along? Have a 64-bit system, and due to a bug in 32-bit wine WoW crashes constantly due to using more than 4gb of memory, and I figured the 64-bit version won't have an issue with this... -- Tired
2013 Jul 10
0
AdobeReader on 64-bit PCLOS--how?
Some days ago I queried the list about getting LightScribe and AdobeReader to work on a 64-bit PCLOS-KDE system. By accident, I only replied to the one person who answered me, but I can report that the LightScribe problem is solved, and without the use of WINE. If anyone wants to know, please ask and I will post that solution. However. I don't believe that there is a simple solution to
2011 May 09
5
64 bit application on 32 bit machine
Yes, that's right! I tried a search, but the (Google) search engine told me that I don't know what I am talking about! I downloaded an application DfuSe, and tried to install it. Wine installer told me that I needed another program and offered to download. I agreed, but this was unsuccessful. However the Install Wizard went ahead and installed. But trying to run was a failure. Today, I
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
2007 Mar 12
2
Suffix or Operands invalid during AMD64 compile
Hi all, I am trying to compile Wine 0.9.32 from source on an AMD64 desktop running Red Hat Enterprise Linux 4. I configure as follows: % ./configure --prefix=/home/mfuhrer/sw/linux --with-x --enable-wine64 This works fine. I run make depend, followed by make, and get the following error: % make make[1]: Entering directory `/mnt/io/home/mfuhrer/sw/src/wine-0.9.32/tools' make[1]: