similar to: Problem compiling latest Wine release

Displaying 20 results from an estimated 10000 matches similar to: "Problem compiling latest Wine release"

2002 Mar 31
2
Problem compiling wine with latest cvs
I can't get recent cvs versions to compile. After running cvs update -PAd and ./tools/installwine I get these messages gcc: Internal compiler error: program cc1 got fatal signal 11 make[2]: *** [ordinal.o] Error 1 make[2]: Leaving directory `/usr/local/src/wine/dlls/shlwapi' make[1]: *** [shlwapi/shlwapi.dll.so] Error 2 make[1]: Leaving directory `/usr/local/src/wine/dlls' make: ***
2001 Jul 12
1
Compiler err compiling latest CVS
Hi! Just got the latest CVS out of the net. After configuring 'make depend' fails with cd `dirname glu32/__depend__` && make depend /bin/sh: cd: glu32: Datei oder Verzeichnis nicht gefunden make[1]: *** [glu32/__depend__] Error 1 make[1]: Leaving directory `/home/xch4008/wine/dlls' make: *** [dlls/__depend__] Error 2 -- Thomas Schweikle <tschweikle@fkn.de>
2006 Jul 16
1
latest git fails to compile, amstream.c:77: undefined ref to `IID_IUnknown'
git revision: ded4fbcc3c0d1e5f65cfb4e0e575f111c1e8974a I get the following: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./amstream.spec amstream.o main.o mediastream.o regsvr.o version.res -Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine /usr/local/lib` -o amstream.dll.so -lole32 -luser32 -ladvapi32 -lkernel32 -lstrmiids -luuid ../../libs/port/libwine_port.a
2005 Nov 27
0
Latest CVS download opensolaris, AMD 64, build errors
Hi All, I'm on OpenSolaris B27, on an AMD 64 system, I'm getting these errors from the build. I've tried to google a solution for a week but no luck. gmake[2]: Leaving directory `/usr/local/src/wine-sources/wine/dlls/msisys' gmake[2]: Entering directory `/usr/local/src/wine-sources/wine/dlls/msnet32' gmake[2]: Nothing to be done for
2011 Jan 04
3
Linker problems with latest GIT
Hi, I have linker problems with latest GIT checkout (I already did a 'make distclean'): Code: ../../../../wine/dlls/dinput/dinput_main.c: In function ?LL_hook_proc_xi2?: ../../../../wine/dlls/dinput/dinput_main.c:930: error: ?IDirectInputDevice2AImpl? undeclared (first use in this function) ../../../../wine/dlls/dinput/dinput_main.c:930: error: (Each undeclared identifier is reported
2007 Mar 19
3
ACCESS application in wine
Hi, I'm trying to run a third party M$-ACCESS application in wine (0.9.26 on kubuntu). The app installs fine, but yields an error when reading the ACCESS database (tried in win98 and win2000 mode). Any hints? Any FAQ or dedicated page? In particular, I've read about using original M$-DLLs in wine for ACCESS support. Would this possibly solve the problem? If yes, which win version
2012 Jan 11
2
Arch and latest wine : major Dsound crashes with my apps
With the latest gitwine, beginning with wine 1.3.35, I can't run any of my games anymore. Every game I tested crashes with the following backtrace somewhere in its logs : =>0 0x7c58c255 DSOUND_RecalcVolPan+0xa5(volpan=0x67d3068) [/wine-git/dlls/dsound/mixer.c:58] in dsound (0x0032f194) 1 0x7c57b463 IDirectSoundBufferImpl_Create+0x382(device=0x67d2848, pdsb=0x32f2a8, dsbd=0x32f360)
2001 Oct 01
1
Latest CVS of wine won't compile
Hi! I tried to compile the latest CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19,
2001 Feb 01
1
minor psy.c modifications
Hello! Some minor bugfixes... source: psy.c function: _vp_psy_init 1. '-' or '+' in this line? maxoc=toOC((n*.5f - .25f)*rate/n)*(1<<(p->shiftoc+1))+.5f; maxoc=toOC((n*.5f + .25f)*rate/n)*(1<<(p->shiftoc+1))+.5f; 2. I know: sizeof(float *) and sizeof(float) are 4 bytes long, but... old lines: p->noisemedian=_ogg_malloc(n*sizeof(float *));
2003 Nov 23
2
latest wine build error on Fedora Core 1
In file included from /usr/include/openssl/ssl.h:179, from internet.h:36, from cookie.c:39: /usr/include/openssl/kssl.h:136: error: syntax error before '*' token /usr/include/openssl/kssl.h:149: error: syntax error before '*' token /usr/include/openssl/kssl.h:150: error: syntax error before '*' token /usr/include/openssl/kssl.h:151: error:
2010 Nov 13
3
Compile errors with the latest git of 1.3.7
I'm getting the below error when trying to compile the latest git. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o registrar.o registrar.c registrar.c: In function 'DllGetClassObject': registrar.c:747: error:
2013 Apr 12
0
Wine release 1.5.28
The Wine development release 1.5.28 is now available. What's new in this release (see below for details): - GnuTLS used for all secure connections, OpenSSL is no longer needed. - Mac driver enabled by default. - Built-in FixedSys fonts. - New icon for the joystick control panel. - Postscript driver improvements. - Various bug fixes. The source is available from the following
2009 Feb 23
4
Gcc error during make depend/make of latest Git-Wine source.
I'm on Linux Mint Fluxbox CE 5 trying to compile the latest Git source. I previously had Wine 1.0 something from the Synaptic repos, and wanted bleeding edge so I did Code: $ aptitude remove wine and then followed the Wine + Git instructions. After the repo was cloned I ran ./configure, installed a couple dependencies and libfreetype-dev, and the config script then ran fine. Then I
2007 Oct 20
0
Need help compiling on OpenSuse 10.2 -- 64 bit smp machine
I have been trying to get Wine 0.9.47 to compile on my machine. I've followed the direction on the site for compiling a 64 bit cross version with Suse. Everything runs fine for about 4 minutes and then I get a pile of error messages --- shown at the end of this email. Apparently it is not finding any GLU libraries but I show that the freeglut library is installed correctly. Has anyone
2001 Nov 28
1
Signal 11 while compiling wine...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. Yesterday I updated my version of wine from cvs. Now, when I try to compile I receive a signal 11 error. The message is as follows: make[2]: Leaving directory `/localhome/emmebi/wine/dlls/lzexpand' make[2]: Entering directory `/localhome/emmebi/wine/dlls/version' make[2]: `libversion.so' is up to date. make[2]: Leaving
2010 Mar 04
0
Compiling wine in Solaris.
Hi. I am trying to compile wine in Solaris 10 x86 platform. I am getting the following errors: Code: make[1]: Entering directory `/home/dvik/wine-1.1.39/dlls/acledit' ../../tools/makedep -C. -S../.. -T../.. main.c make[1]: Leaving directory `/home/dvik/wine-1.1.39/dlls/acledit' make[1]: Entering directory `/home/dvik/wine-1.1.39/dlls/acledit' gcc -c -I. -I.
2006 Oct 25
1
Watch out for the latest Cygwin upgrade
I just updated my copy of Cygwin to the latest version, and now Windows builds are failing on that machine. The only parts of the R toolset I changed were the Cygwin dlls. I haven't tracked down exactly what the problem is, and probably won't be able to do so for a few days. So if you're a Windows user thinking about a Cygwin upgrade, be prepared for problems... Duncan Murdoch
2006 May 18
2
Problems compiling Wine
Hello, The lack of debian packages for 0.9.13 have made me decide to compile from source instead. So I uninstalled all wine files and downloaded the sources. I'm using a system based mostly on Debian Sarge, but with some backports. I ran ./configure and there were some packages I had to get, but soon it worked well. When I tried make depend the problems started. This is the output I get
2001 Nov 28
2
segv while compiling
Why can't I build wine? And why didn't ./configure catch it? ....... ....... ....... gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_xresource.o ts_xresource.c gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o
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