similar to: Can't compile 20040914

Displaying 20 results from an estimated 1100 matches similar to: "Can't compile 20040914"

2009 Feb 14
3
Building wine with profile generation
Hi all, I'm trying to build wine with the following command: Code: ./configure CFLAGS="-O2 -fprofile-generate" --prefix=/home/ema/winepf As I have a lot of these errors: Code: gcc -O2 -fprofile-generate -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine /usr/bin/ld: sfnt2fnt: hidden symbol
2009 Mar 02
1
Problem building from source
I'm trying to build wine from source but getting the same error with different version (1.0.1,1.1.15,1.1.16) CentOS 4 ./configure --prefix=/software/wine/1.1.16/ make depend make make[2]: Leaving directory `/tmp/wine/wine-1.1.16/libs/wpp' make[1]: Leaving directory `/tmp/wine/wine-1.1.16/libs' make[1]: Entering directory `/tmp/wine/wine-1.1.16/tools' gcc -c -I. -I.
2006 Apr 20
0
Compililation / linking problems
Hi, I'm trying to compile the CVS version. The compilation goes well until this part: ../../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 bitmap.o brush.o clipping.o dc.o dib.o driver.o enhmetafile.o enhmfdrv/bitblt.o enhmfdrv/dc.o enhmfdrv/graphics.o
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
2006 Jul 10
3
compile will not link from elf64-x86-64 to elf32-i386
first off im running on an AMD64 3800+, Ubuntu 6.06, 2.6.15-25-amd64-generic ive been working on getting this thing to work for the past few hours, setup symbolic links like in the howto run wine on amd64 tutorial, plus some. and started compiling, make depend went well, and so was make all until this happened make[2]: Entering directory `/home/anolis/Desktop/wine-0.9.16/dlls/gdi'
2004 May 03
0
wine-users digest, Vol 1 #1756 - 15 msgs
besides wine is there no other package thats can be used ----- Original Message ----- From: <wine-users-request@winehq.org> To: <wine-users@winehq.org> Sent: Friday, April 30, 2004 5:20 PM Subject: wine-users digest, Vol 1 #1756 - 15 msgs > Send wine-users mailing list submissions to > wine-users@winehq.org > > To subscribe or unsubscribe via the World Wide Web, visit
2004 Sep 30
0
Building wine-i386 on x86_64 linux
Hi, I'm trying to build Wine as a 32 bit program on my x86_64 machine, running Fedora Core 2. I downloaded Wine-20040914.tar.gz specified that I wanted to use the 32-bit compilers with: CC=/usr/bin/i386-redhat-linux7-gcc CXX=/usr/bin/i386-redhat-linux7-g++ CPP_FLAGS=-m32 CXXFLAGS=-m32 ./configure I then did make depend and make, and everything appears to be being built with the correct
2002 Nov 23
1
Can't get Unreal to work in opengl mode
Hello all. I downloaded and compiled Wine-20021031.tar.gz (I did ./tools/wineinstall) According to the config.log, it correctly found and compiled everything about OpenGL on my system (I have a GeForce II MX card and I use the NVIDIA 2960 drivers). I played succesfully 'Jedi Knight II' in OpenGL mode with wine; but I can't play Unreal I (single-player game) in any other mode than
2008 Dec 03
2
Trouble compiling--unable to find freetype
I have opensuse 11, 64bit. trying to compile wine 1.1.9, From previous info, I've been using the following.... --------------- ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/ --with-x --prefix=/usr ------------------------ I do have freetype2-64 and freetype2 dev 64 installed. I am hoping that the problem can be resolved with another syntax change to my
2004 May 31
0
Aliens versus Predator
Hello all. For those interested: Aliens versus Predator now works nearly perfectly with Wine (I tested it with the CVS version, dated 30th May 3004). Small glitches: the X cursor stays stuck in the middle of the screen (it can be used as a crosshair :^); when I fire my weapon, the sound of the burst continues after the firing has stopped (I get many sound buffer underruns - I use alsa 1.0).
2004 Apr 25
0
Quasi-success
Hello all. I'd like to report near success with two games I've tested today. I used the latest wine (20040408). 1?) Arcanum ----------- I installed with wine; when I was prompted for the 2nd CD, I couldn't umount the first; so I cancelled the installation (as far as I remember the files were not erased; if they were I must have copied them somewhere before); then I copied the files
2007 Feb 06
3
Warhammer: Dawn Of War Winter Assault Expansion (MSI problem)
Hello. I'm trying to install this expansion under wine. The uninstaller reverted Dawn Of War to 1.40 correctly as it should, but due to an msi installer error, the expansion didn't install: fixme:advapi:LookupAccountNameW (null) L"fab" (nil) 0x34f808 (nil) 0x34f804 0x34f810 - stub fixme:advapi:LookupAccountNameW (null) L"fab" 0x16d190 0x34f808 0x16d1a8 0x34f804
2005 Sep 01
2
Wine 20050830 compilation fails
Hello all. The latest version of wine (both CVS and tarball) doesn't compile on my machine (2.6.13 kernel, gcc 3.3.4). I get an error in dlls/wldap32: 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 add.o add.c In file included from add.c:39:
2010 Jan 22
2
Counting two factors at the same time
Hello. I'm trying to count string data that correspond to a given condition in two factors of the same length. For example, I have one factor [ 'A', 'B', 'A', 'C', 'B', 'D', 'B' ] and another is [ '1', '2', '2', '3', '2', '2', '3' ] I'd like to count the occurences of
2008 Sep 10
2
Re: configure does not detect libfreetype
I have exactly the same error on my debian lenny amd64 machine. Other stuff (e.g. pidgin or alsa-drivers) was configured and compiled without errors, but wine can't detect freetype properly... here's the part of my config.log where configure seems to run into problems: Code: configure:13834: gcc -m32 -o conftest -g -O2 conftest.c -lfreetype -lfreetype -lz >&5 /usr/bin/ld:
2005 May 16
3
Choppy sound
Hello all. I have a strange and irritating problem with Star Wars: Knights of the Old Republic. I played ok up to a place where I saved. There, I quit the game. When I restarted, the sound became choppy, making the game unplayable: about 1/2 sec of sound plays, then loops for about 3-4 sec, then the next 1/2 sec, loops again, etc... The screen isn't updated during this; well, it is updated,
2011 Feb 08
2
snow leopard, freetype installed but not being found?
Hi, I'm trying to build and use WINE on an OSX Snow Leopard machine. I build WINE yesterday, but didn't realise libfreetype was a problem (unable to find library) until I started ding WINE things. So I downloaded it from freetype.org and built/installed it into /usr/local/lib, but I still get the errors. I decide to rebuild WINE and ran ./configure to find that it couldn't find
2008 Mar 01
1
Reverting to a previous git version
Hello. My question may be more git-related that wine-related, sorry for that but I have much trouble finding an answer. I have retrieved yesterday's git, but it introduced a bug that stops wine from starting. I want to revert to 0.9.56 using this same tree, how can I do that? I tried 'git branch wine-0.9.56;git rebase origin' but it didn't work. Thanks. --
2007 Sep 18
2
Warhammer Dawn Of War: Dual core system: only one of the core working?
Hello. I'd like to know if, under Windows, on a dual-core system, both cores are used by this game. For me, under wine, though both cores are detected correctly, only one of them is used (one is 100%, the other 0%). Can anybody tell me if the game behaves the same under Windows? Thanks. -- Fabrice DELENTE
2006 Nov 26
1
wine doesn't start dplaysvr.exe
Hello. I have succeeded in getting Fallout Tactics and Age Of Empire II to start multiplayer games. To do so, I had to override dpnhpast for dplaysvr.exe. I wanted to play multiplayer games with a friend of mine, but on his machine wine doesn't even load dplaysvr.exe, so he cannot join multiplayer games. How can he enable dplaysvr.exe? Thanks. -- Fabrice DELENTE