similar to: error on solaris please help interlocked*functions

Displaying 20 results from an estimated 1000 matches similar to: "error on solaris please help interlocked*functions"

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 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 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 Sep 11
3
cannot compile wine 1.3.28
hi, I'm trying to compile the current wine source, but there's always the following error: Code: config.status: creating tools/Makefile make[1]: Entering directory `/home/yuki/archive/wine-1.3.28/tools' gcc -m32 -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes
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
2008 Nov 28
3
Compiling ERROR.
./tools/makedep -C. -S. -T. make[1]: `makedep' is up to date. make[2]: Nothing to be done for `all'. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__powerpc__ -o port.o port.c {standard
2008 Dec 23
2
solaris install
Get the following error on Sun Solaris 10, Sparc (Ultra-5) ./tools/wineinstall Wine Installer v1.0 ./tools/wineinstall: !: not found ./tools/wineinstall: : cannot execute ./tools/wineinstallgrep: RE error 41: No remembered search string. ./tools/wineinstall: test: ] missing : Name: not found ./tools/wineinstall: wine: not found Running configure... ./tools/wineinstall: !: not found We need to
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
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
2013 Oct 25
0
Wine release 1.7.5
The Wine development release 1.7.5 is now available. What's new in this release (see below for details): - Support for registration-free COM using activation contexts. - Improved support for simulated bold fonts. - Unicode data updated to Unicode 6.3. - Better support for typelib registration on 64-bit. - Various bug fixes. The source is available from the following locations:
2010 Dec 09
3
How to recompile Wine on ARM
I am trying to Recomiple the Wine 1.3.8 for the Arm. I configured as follows, > export CC=arm_v5t_le-gcc > ./configure --prefix=/usr/local/Wine_Arm --host=arm --with-wine-tools=$PWD --without-freetype then, > make config.status: creating tools/Makefile make[1]: Entering directory `/home/Kanna/wine-1.3.8/tools' arm_v5t_le-gcc -c -I. -I. -I../include -I../include -D__WINESRC__
2013 Nov 08
0
Wine release 1.7.6
The Wine development release 1.7.6 is now available. What's new in this release (see below for details): - Rewrite of the BiDi algorithm for full Unicode 6.3 support. - Support for Video Mixing Renderer version 7. - Better handling of window resizes in the Mac driver. - Various bug fixes. The source is available from the following locations:
2012 Apr 18
1
Installing wine1.5.2 from source - error 1
I tried wineinstall but it does the same thing. So here is the error, and if anyone can help, thanks in advance. Btw I am running Bodhi Linux 1.4. Code: velja27 at velja27-desktop:~/wine-1.5.2$ sudo make make[1]: Entering directory `/home/velja27/wine-1.5.2/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/home/velja27/wine-1.5.2/tools' make[1]: Entering directory
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
2005 Sep 11
1
Compile cvs version
Hi ! After download latest version from cvs compile fails: make[2]: Entering directory `/backup/privat/emulator/wine/dlls/activeds' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o activeds_main.o activeds_main.c ../../tools/winebuild/winebuild -D__WINESRC__
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
2013 Dec 06
0
Wine release 1.7.8
The Wine development release 1.7.8 is now available. What's new in this release (see below for details): - Updated version of the Mono package. - Improvements in the BITS service implementation. - Better data tables for Japanese vertical fonts support. - Improved backtraces on recent Mac OS X versions. - Various bug fixes. The source is available from the following locations:
2010 Mar 05
1
make depend fails when building Wine 1.1.40
I am trying to build Wine 1.1.40 in Fedora 12 with wine.spec from src.rpm but I get this error: configure: Finished. Do 'make' to compile Wine. + /usr/bin/make depend config.status: creating tools/Makefile make[1]: Entering directory `/home/user/rpmbuild/BUILD/wine-1.1.40/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe
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
2008 Dec 24
5
Yesterday's Git updates break compilation for anyone else?
Updated git last night (been compiling fine for years), and now get: ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -h -H ../../include/wtypes.h ../../include/wtypes.idl make[2]: ../../tools/widl/widl: Command not found make[2]: *** [../../include/wtypes.h] Error 127 Made