similar to: Assembler errors in interlocked.c 0.9.61/1.1.12

Displaying 20 results from an estimated 3000 matches similar to: "Assembler errors in interlocked.c 0.9.61/1.1.12"

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 Sep 11
2
WINE with 64-bit Support Build on Snow Leopard
Hello WINE Users: I am trying to build WINE on Snow Leopard with 64-bit support enabled (actually for my particular purpose I need to build a version of WINE with both 32-bit and 64-bit libraries supported). I am using the 1.1.29 source version.. I have been following the guide for building on Mac and 64-bit WINE at: http://wiki.winehq.org/MacOSX/Building http://wiki.winehq.org/Wine64 I get
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
2006 Nov 22
0
howto compile wine on centos 4 and x86_64
Hi all, I am trying to compile wine on x86_64 for 32 bit world. I found the fedora 5 wiki which states: ------------------------- Building Wine on Fedora Core 5 x86_64 Run the following commands as root: cd /usr/lib ln -s libfreetype.so.6 libfreetype.so ln -s libXext.so.6 libXext.so ln -s libX11.so.6 libX11.so ln -s libGLU.so.1 libGLU.so All the required development packages are
2006 Nov 20
0
amd 64 compile on centos 4 or RHEL 4
hi, I have found the FAQ and wiki talking about 64 bit compiles on distros. Fedora is my closest relative in this case and I was following those instructions. However I get a compile error on 0.9.25. It seems like __i386__ and __x86_64__ are both defined for the compile its causing problems. How do I correct this? My configure run is: export CC=gcc ./configure --x-libraries=/usr/X11R6/lib
2008 Jun 03
7
RC1 & RC3 break PageMaker
PageMaker was running OK (except duplex printing wrong) on 0.9 wines. With RC1 & RC3 (didn't try RC2) PageMaker starts to open, cycles my scanner (???), and quits. I went back to 0.9.61-1 all is well again. Any thoughts? I did a reinstall of PM, but it had no effect.
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 20
3
Installing Dreamfall: The Longest Journey - help needed!
Hi guys, I'm trying to make this game work following HowTo that I found here: http://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=5305 But after installing it and trying to run the game an error pops out saying "Failed to initialize Direct3D. Aborting." I don't know how to fix
2009 May 01
3
Dreamfall - Starforce makes Wine crash
Hi there, I read in the appt-database that it is possible to run Dreamfall - The Longest Journey under wine. So I put in the DVD and fired up the installer, and here I am: It installed just fine, now, the freakin' Starforce thing needs to be installed and after clicking the restard-button, wine crashes. Several times in row! So now, the question is: What can I do? I don't need to install a
2008 Oct 18
1
end of line not at end of line (Compile error) (V1.0.1&1.0.6
http://www.linuxquestions.org/questions/fedora-35/fedora-core-9-compile-error-wine1.0.1-and-1.0.6-677151/ ct-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7413: Warning: end of file not at end of a line; newline inserted gcc: Internal error: Segmentatiefout (program cc1) Please
2012 Aug 13
1
[LLVMdev] [RFC] Bundling support in the PostRA Scheduler
Hi all, Thanks for your feed-backs :-) @Andrew: In fact, I've reused most of the postRA list scheduler code and the resource priority queue. Every time it needs to move forward, either because of a res hazard (HazardRec) or an invalid combination of instructions in the current packet (DFA), it closes the current bundle and advances to the next cycle. The non-interlocked nature of our
2010 Sep 12
4
Problem installing from source, 1.3.2 "..prelink not found"
Hi all! Trying to get magic workstation (www.magicworkstation.com) to run correctly. My distro (BT4R1) comes with an older version of wine, so I uninstalled it then installed Wine Stable 1.2. Compiled it manually, got it everything it needed save one thing from the ./configure and it seemed to install fine, but it did not fix my problem. There are still some game breaking graphical isssues with
2009 May 07
2
canconfirm?
How does one get a 'canconfirm' permission on Bugzilla? I could certainly use one, I've been waiting for some bugs (like 16955 (http://bugs.winehq.org/show_bug.cgi?id=16955)) forever.
2013 Nov 14
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On Wed, Nov 13, 2013 at 5:28 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Hi Dmitri, > > I am not using any kind of cache (didn't even know of ccache). I have now > installed ccache. Perhaps ccache should be mentioned in the buildbot > document so that every buildbot owner knows about it? Possibly. > It is currently running Arch Linux ARM. if there are good
2016 Oct 11
2
Problems with GSSAPI and LDAP
On 2016-10-11 10:00, Aki Tuomi wrote: > On 11.10.2016 10:43, Juha Koho wrote: >> >> On 2016-10-11 09:18, Aki Tuomi wrote: >>> On 11.10.2016 10:13, Juha Koho wrote: >>>> Hello, >>>> >>>> I have a Dovecot 2.2.25 set up with OpenLDAP back end. I was trying >>>> to >>>> set up a GSSAPI Kerberos authentication with
2013 Nov 14
5
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Hi Dmitri, I am not using any kind of cache (didn't even know of ccache). I have now installed ccache. Perhaps ccache should be mentioned in the buildbot document so that every buildbot owner knows about it? It is currently running Arch Linux ARM. if there are good reasons to switch to something else, I'll be happy to do that, although I am generally very happy about Arch Linux.
2016 Oct 11
2
Problems with GSSAPI and LDAP
On 2016-10-11 11:03, Aki Tuomi wrote: > On 11.10.2016 11:56, Juha Koho wrote: >> >> On 2016-10-11 10:00, Aki Tuomi wrote: >>> On 11.10.2016 10:43, Juha Koho wrote: >>>> >>>> On 2016-10-11 09:18, Aki Tuomi wrote: >>>>> On 11.10.2016 10:13, Juha Koho wrote: >>>>>> Hello, >>>>>>
2020 Sep 16
3
smbclient ignores configured kerberos ccache when using krb5-user on ubuntu/debian
I know, and i have him the "samba" solution, because ... I dont know sssd also. And i dont get the fuss on samba+winbind or samba+sssd I have 3 services running minimal : samba winbind user-homes.automount Everything works as it should. I hope, and i'll add the note here also. NOTE ! My packages are NOT sssd compliant, you need to recompile SSSD yourselfs agains my samba
2012 Aug 06
0
[LLVMdev] [RFC] Bundling support in the PostRA Scheduler
On Jul 31, 2012, at 8:37 AM, Ivan Llopard <ivanllopard at gmail.com> wrote: > Hi, > > I'm working on a custom top-down post RA scheduler which builds bundles > at the same time for our VLIW processor. I've borrowed most of the > implementation from the resource priority queue implemented for the > existent VLIW scheduler but applied to the context of MI