Hi Dan,
So far that autoconf script has been a nightmare. It doesn't include string.h
(where strerror.h is defined) directly BUT I did include unistd.h in order to
get autoconf to find getpagesize().
I'm building under the Android development which uses GCC for cross-compiling
for ARM.
Welcome to the wonderful world of autoconf!
> The code that generates conftest.c does not provide for an argument to
> strerror. Why doesn't it? And how does the configure script succeed when
> compiling for x86?
If I recall correctly:
Because conftest.c doesn't include the .h file that decl
I'm still attempting to cross-compile Wine to ARM and I'm running into many
compile errors right off the bat. I have tracked these down to the lack of
HAVE_xxx in the config.h file generated from configure script.
Many of the functions being checked from this list fail when they are compiled
b
On Tue, 25 Oct 2011, Damjan Jovanovic wrote:
[...]
> Now the next question is, how to get the binaries to run on any distro? Or
> should I just compile on Ubuntu because most people run that (do they still,
> after Unity?)?
Compile on Debian Stable or even Debian OldStable, taking care to still
m
2011/10/25 Alex Henrie :
> Hello,
>
> Last week I submitted a patch to make kernel32 output an error message
> in UTF-8 rather than the current codepage. This fixed a bug in which
> the command "wine /." would produce a garbled error message in
> languages other than English. However, thinking abou
Hello,
Last week I submitted a patch to make kernel32 output an error message
in UTF-8 rather than the current codepage. This fixed a bug in which
the command "wine /." would produce a garbled error message in
languages other than English. However, thinking about this some more,
I'm not sure that
2011/10/18 André Hentschel
> Am 18.10.2011 10:45, schrieb Damjan Jovanovic:
> > This tool compiled all 35000 or so commits from Wine 1.0 to around 4th
> October 2011 in only 7 days, generating a Git repository of Wine binaries
> that's only 26 gigabytes in size. Regression testing with binaries i
Any problem with my D3DXCreatePolygon patch?
Thanks in advance.
David
Hi Bernhard,
build fails here:
widl.o: In function `write_dlldata':
/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/widl.c:423:
undefined reference to `write_dlldata_list'
widl.o: In function `main':
/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/wid
commit fd1afd24f4af20646ce0f3a7ac2064e8e49b1e7d
Author: Henri Verbeet
Date: Wed Oct 19 22:03:11 2011 +0200
d3d8/tests: Add a small test for multisampled CopyRects().
This commit causes the d3d8:visual to crash on my desktop (Debian
Testing, 9600GT, 285.05.09-1 proprietary driver):
wine:
10 matches
Mail list logo