Displaying 20 results from an estimated 1200 matches similar to: "Compiling on AMD64 with a cross-compiler"
2008 May 10
2
Can't compile wine-1.0rc1
Hello.
I've tried compiling the release candidate, but I get this error:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./advapi32.spec advapi.o cred.o crypt.o crypt_arc4.o crypt_des.o crypt_lmhash.o crypt_md4.o crypt_md5.o crypt_sha.o eventlog.o lsa.o registry.o security.o service.o svcctl_c.o version.res -o advapi32.dll.so -lrpcrt4 -lkernel32 -lntdll -Wb,-drpcrt4
2010 Aug 19
4
How to compile 64-bit Wine 1.3.0 under Mac OS X 10.6.4
Hello,
Sorry if this has been addressed elsewhere, if so please let me know where!
I'd like to compile 64-bit Wine 1.3.0 via GCC 4.5.1 (I use GCC 4.5.1 according to the instructions here: http://wiki.winehq.org/Wine64) on my Mac running Mac OS X 10.6.4 with a goal of taking advantage of the 8.0 GB of RAM I've got.
I set CFLAGS="-march=native -m64", CXXFLAGS="-march=native
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.
2008 Sep 08
0
Re: Can't build Wine
Well, i've got the same problem. Slackware 12.0. Making Wine 1.1.4, but the problem has been since 0.9x.
make -d:
...
Trying pattern rule with stem `Makefile.in.sh'.
Trying implicit prerequisite `SCCS/s.Makefile.in.sh'.
No implicit rule found for `Makefile.in'.
Finished prerequisites of target file `Makefile.in'.
No need to remake target `Makefile.in'.
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
Hi,
I'm trying to compile wine on XP with cygwin but make fails :
Code:
$ make
make[1]: Entering directory `/home/Alex/wine-git/tools'
make[1]: `makedep.exe' is up to date.
make[1]: Leaving directory `/home/Alex/wine-git/tools'
make[1]: Entering directory `/home/Alex/wine-git/libs'
make[2]: Entering directory `/home/Alex/wine-git/libs/port'
make[2]: Nothing to be done for
2008 Jun 01
1
Can't build Wine
winegcc: ../../tools/winebuild/winebuild failed
make[2]: *** [acledit.dll.so] Error 2
make[2]: Leaving directory `/home/xelinis/wine-1.0-rc3/dlls/acledit'
make[1]: *** [acledit] Error 2
make[1]: Leaving directory `/home/xelinis/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2
This is a new one for me since I've been compiling every release since 0.9.1. Hints?
2009 Feb 14
4
wine 1.1.15: winebuild failed with status 32512
When I try to build wine 1.1.15 in Fedora 8 I get this error
> sh: i686-redhat-linux-gnu-as: command not found
> winebuild: i686-redhat-linux-gnu-as failed with status 32512
> winegcc: ../../tools/winebuild/winebuild failed
> make[2]: *** [acledit.dll.so] Error 2
> make[2]: Leaving directory `/home/user/rpmbuild/BUILD/wine-1.1.15/dlls/acledit'
> make[1]: *** [acledit] Error
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
2007 Mar 19
1
Audio makes winecfg segfault
Hello all.
When I start winecfg, everything works ok until I click on the audio tab,
which gives
wine: Unhandled page fault on write access to 0x003ffd80 at address
0x619716c5 (thread 0009), starting debugger...
Wine itself works ok, I have sound; however I think it is in OSS emulation
mode, but I'd like to change it to alsa (I use ala-1.0.12). Xmms works
perfectly in alsa mode, so I
2007 Mar 19
1
Problem with DirectPlay networking
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
2007 Mar 19
1
How to choose the DSP?
Hello.
I have two soundcards (with alsa 1.0.11rc4, and OSS emulation) on my
machine, and I would like to change the one Wine is using; I didn't find
anything in the system.reg, and I believe ~/.wine/config isn't used anymore?
The sound works, but I would like to use /dev/dsp1 instead of (default)
/dev/dsp.
I can't use winecfg, it throws an unhandled exception when I click on the
2008 Nov 13
3
Wine 1.1.8 and wine GIT(howto cooperate together?)
I'm confused and looking for help
For the fist I have Ubuntu x86_64 and I had installed wine 1.1.8 from launchpad and i installed Red Alert 3 when i run it found that no cursor in game, so
In order to lay Red Alert 3 with cursos i have compile wine from here
git clone git://repo.or.cz/wine/hacks.git
then i made symlinks
cd hacks
Code:
mkdir -p `pwd`/lib32
ln -s /usr/lib32/libX11.so.6
2010 Jul 24
6
Problem since Wine 1.2-rc1
Hi!
Wine is completely not working for me since the release of the 1.2-versions.
Any try to start an app with wine or running one o wine's apps itself (winecfg etc) results in a freeze of wine.
This is whatthe console delivers me for winecfg:
> *** glibc detected *** winecfg.exe: free(): invalid next size (fast): 0x7c050a30 ***
> ======= Backtrace: =========
>
2009 Mar 30
1
Crash in 1.1.18-6.1
Wine 1.1.18-6.1 is crashing under Arch Linux x86_64. An example of the crash happens when I run winecfg :
Code:
*** glibc detected *** winecfg.exe: munmap_chunk(): invalid pointer: 0xf7f96018 ***
======= Backtrace: =========
/opt/lib32/lib/libc.so.6[0xf7d67ee4]
2013 Jul 18
2
[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host
Greetings -
I'm a user of clang (3.3), as it is the system compiler for my
installation of FreeBSD. (In FreeBSD 10, it will be the default
compiler, but that's not my point.) My system identifies itself
as:
FreeBSD 9.2-PRERELEASE #0: Tue Jul 16 13:00:08 EDT 2013
lidl at nine0:/usr/obj/usr/src/sys/GENERIC
Recently, in preparation for the upcoming 9.2 release, they
imported the llvm
2002 Sep 27
1
R1.5.1,tcltk,IRIX
the built version of R (built using shared libraries) doesn't appear to
find tcl/tk:
Please help.
Details:
SGI configuration:
7.3.1.3m compilers from SGI
uname -aR = IRIX64 mendel 6.5 6.5.16f 04101930 IP35
We built R on an SGI system using the following configure script:
# explicitly choose vendor compilers for R rather than GNU
# optimise output to support highest level of performance
2009 Jun 14
1
How do I do core dumps and backtraces?
I've been testing out Red Orchestra on Wine, and when I run it, it tells me that wineserver crashed and to run ulimit -c unlimited and try again.
So I did that, and tried, that time it didn't tell me wineserver crashed, but it did. I run wine again, and it says wineserver crashed last time, and to run this command:
gdb /usr/bin/../lib32/../bin/wineserver
2010 Aug 26
0
No subject
> /lib32/libdbus-1.so
> /lib32/libdbus-1.so.3
> /lib32/libdbus-1.so.3.5.2
So 10.10 has version 3.5.2 which is installed as /lib32/libdbus-1.so.3.5.2 and - in addition - linked as /lib32/libdbus-1.so.3 and /lib32/libdbus-1.so
>
> Code:
> root at john-GA-MA78LM-S2H:/usr/lib32# ls libdbus*
> libdbus-glib-1.so libdbus-glib-1.so.2 libdbus-glib-1.so.2.1.0
>
>
>
Ahem
2011 Jul 27
1
Re: libxcb-xlib.so.0 problem
ldd /usr/lib/wine/winex11.drv.so
linux-gate.so.1 => (0xf7768000)
libSM.so.6 => /usr/lib32/libSM.so.6 (0xf7691000)
libICE.so.6 => /usr/lib32/libICE.so.6 (0xf767a000)
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf766a000)
libX11.so.6 => /usr/local/lib/libX11.so.6 (0xf754f000)
libwine.so.1 => /usr/lib/libwine.so.1 (0xf7412000)
2008 Mar 03
0
[LLVMdev] -m32 gives me mixture of 32- and 64-bit code
Hi all,
after reading and learning much more about GNU's configure and compile
machine than I ever wanted ;-), I arrived at configuring llvm-2.2 like
this:
CFLAGS=-m32 CXXFLAGS=-m32 ./configure --prefix=$HOME
The assembler errors are finally gone (phew!, and thanks for all the
help!), but I get linker errors now:
llvm[3]: Linking Release Object Library LLVMX86.o
llvm[3]: Compiling