Displaying 20 results from an estimated 1000 matches similar to: "WINE with 64-bit Support Build on Snow Leopard"
2009 Jul 14
4
error on solaris please help interlocked*functions
i install the wine 1.1.25 but after awhile installation stops
and heres some detail in terminal
> configure: libcapi20 development files not found, ISDN won't be supported.
> configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.
>
> configure: Finished. Do 'make depend && make' to compile Wine.
>
> cc -c -I. -I.
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]:
2009 Aug 25
2
[LLVMdev] Build issues on Solaris
On 19/08/2009, at 4:00 AM, Anton Korobeynikov wrote:
> Hello, Nathan
>
>> or if it should be a configure test, which might be safer. Are there
>> any x86 platforms (other than apple) that don't need PLT-indirect
>> calls?
> Yes, mingw. However just tweaking the define is not enough - we're not
Ok, so configure might be the way to go then, maybe something
2009 Jan 15
3
Assembler errors in interlocked.c 0.9.61/1.1.12
Hi. I've decided to do a regression test in order to find out what's wrong with Dreamfall (see AppDB), and that involves comparing releases 0.9.61 and 1.1.12 (reports have been "garbage" ever since 1.0.0, but with errors different from mine). However, when building for the first time, this error occurs:
Code:
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
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
2010 Sep 26
3
Re: Memory Limitations for WINE 1.1.33 under Mac OS Leopard
I noticed in the loader/main.c that there seems to be some comment that it might be possible to set a build such that 3GB of memory can be allocated for a 32-bit process (through virtual memory mapping).
static void check_vmsplit( void *stack )
{
if (stack < (void *)0x80000000)
{
/* if the stack is below 0x80000000, assume we can safely try a munmap there */
if (munmap(
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:
2010 Apr 12
4
Winepath on Mac
I am trying to use winepath to convert between the WINE native file path and the normal Mac native filepath. Unfortunately, I do not seem to be able to return the logical Mac UNIX path when using winepath:
Macintosh:~ tpatko$ /Applications/Firefly/WINE/bin/wine winepath -u Z:\Applications\Firefly\BENCH1.out
/Users/tpatko/.wine/dosdevices/z:/Users/tpatko/ApplicationsFireflyBENCH1.out
Macintosh:~
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
2009 Aug 15
5
Compiling old wine versions in opensuse 11.1
dear forum
I am hoping somebody can help me compile relatively old versions of wine (~0.9.10 -> 0.9.23) on openSuSE 11.1. I have a dual boot of opensuse 11.1 x86_32 and x86_64 and have had no luck with either.
I have successfully compiled wine 1.1.11 but have have the same failure with 0.9.10 and 0.9.20.
Code:
> ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib
2011 Jan 08
2
Wine-1.3.11 will not compile for me
http://james-camerons-avatar.wikia.com
Dear All,
I've been using Wine happily on my Linux server for quite some years now. Even wine-1.3.9 has compiled without any issues whatsoever. But ever since yesterday, when I tried to compile the latest version 1.3.11 I'm stuck and don't know how to help myself. Please give me some ideas.
As usual, I started compiling wine by
2009 Jan 26
4
Error while building wine 1.1.13 on Mac Os X
As in subject, when I try building wine 1.1.13 using Mac OS X 10.5.6 using both the latest developer tools and fink packages (for libjpeg, libpng, libxml2, etc) it gives an error on "make && make depend" with the following message:
--
rm -f libwine_port.a
ar rc libwine_port.a ffs.o fstatvfs.o futimes.o getopt.o getopt1.o getpagesize.o gettid.o interlocked.o isinf.o isnan.o
2009 Aug 28
1
Has any one tested R 2.9.2 on Snow Leopard?
Hi all, not sure if this is the right place to ask this but R not
being such a "mainstream" app, can't find the answer anywhere. I plan
to upgrade to Snow asap and just wondering if anyone else has already
and has successfully used R on Mac OSX 10.6. If so, what version? and
is it running in 64 bit mode?
Thanks in advance,
George.
2012 Sep 03
0
[PATCH] linux-2.6.18/x86-64: fix hypercall page unwind info
This apparently was a copy-and-paste oversight.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/arch/x86_64/kernel/head-xen.S
+++ b/arch/x86_64/kernel/head-xen.S
@@ -86,7 +86,7 @@ NEXT_PAGE(hypercall_page)
CFI_REL_OFFSET rcx,0
.skip 2 /* push %r11 */
CFI_ADJUST_CFA_OFFSET 8
- CFI_REL_OFFSET rcx,0
+ CFI_REL_OFFSET r11,0
.skip 5 /* mov $#,%eax */
.skip 2 /* syscall */
.skip
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
2011 Nov 06
1
libvirt, OSX and VirtualBox - how?
I have a new OSX Lion Macbook and would like to control VirtualBox using
"virsh" (as I do with KVM under Ubuntu).
I've got this far:
* Installed VirtualBox
* Installed libvirt (brew install libvirt)
But now I'm a bit stuck :-)
I ran VirtualBox itself, and created a test VM successfully.
If I try to use virsh, this is what I get:
Brians-MacBook-Air:~ $ virsh -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
2013 Nov 06
3
Calling 'virsh' from within a hook script - avoid deadlock?
I'm trying to create a hook that attaches several virtio-scsi disks to a starting vm,
and it seems like the hook enters a deadlock while attempting to do so.
Is there any workaround around this? Any better way, forking virsh execution somehow?
Could anyone explain why this is creating a deadlock in the first place? Isn't libvirt multithreaded?
Thanks for the help!
Shlomi
### hook
2007 Mar 19
3
64 bit compilation SUSE 10.2
Greetings All,
I am attempting to compile wine under the SUSE 10.2 64 bit
distribution, and am running into a bit of
a problem.
I have installed every 32 bit library that I could find in the
distro, including the xorg-X11 libs. I ran the following commands:
./configure --prefix=/usr --x-libraries=/usr/X11R6/lib
make depend && make
The compilation chugs away for about 15 min,
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