On Fri, Jan 16, 2009 at 6:21 PM, Ge van Geldorp wrote:
>
> The riched20:editor test seems to be sending Ctrl-C keystrokes to the
> wrong window on Windows. When running "winetest -q" They end up in the
> winetest console window, causing it to terminate. Judging from the lack of
> test results, I'm
On Fri, Jan 16, 2009 at 7:17 AM, Bjoern Krombholz
wrote:
> On Fri, Jan 16, 2009 at 8:11 AM, Paul Bryan Roberts
> wrote:
>> I'm puzzled by the sizes of the packages. Packages for Debian by Maurilio
>> and James are 13-14 Mb to download whereas Ubuntu packages by Scott are only
>> 7-8 Mb. Anyone
On Fri, Jan 16, 2009 at 5:59 PM, Francois Gouget wrote:
> On Fri, 16 Jan 2009, Austin English wrote:
> [...]
>> Gets it working again on NetBSD (I suspect OpenBSD will as well, but I
>> won't be able to test until probably tomorrow).
>
> Good, I'll update my patch and submit it. Do the results loo
On Sat, Jan 17, 2009 at 1:05 AM, Ben Klein wrote:
>> 2. Ubuntu debs are lzma compressed, while those for Debian are gzip'ed.
>
> I'd expect this wouldn't make a big difference.
Indeed, it does:
/home/src/wine-git$ prefix=/tmp/wine-test make -e install
...
/home/src/wine-git$ cd /tmp
/tmp$ du -sh
2009/1/17 Bjoern Krombholz :
> On Fri, Jan 16, 2009 at 8:11 AM, Paul Bryan Roberts
> wrote:
>> I'm puzzled by the sizes of the packages. Packages for Debian by Maurilio
>> and James are 13-14 Mb to download whereas Ubuntu packages by Scott are only
>> 7-8 Mb. Anyone see any reason for this ?
>
On Fri, 16 Jan 2009, Austin English wrote:
[...]
> Gets it working again on NetBSD (I suspect OpenBSD will as well, but I
> won't be able to test until probably tomorrow).
Good, I'll update my patch and submit it. Do the results look good (SSE,
etc)?
--
Francois Gouget http://fgo
On Fri, Jan 16, 2009 at 5:35 PM, Francois Gouget wrote:
> On Fri, 16 Jan 2009, Austin English wrote:
>
>> I submitted OpenBSD's patch for CPU detection a while back
>> (http://www.winehq.org/pipermail/wine-patches/2009-January/067002.html).
>> Francois sent a 'more correct' one
>> (http://www.wine
On Fri, 16 Jan 2009, Austin English wrote:
> I submitted OpenBSD's patch for CPU detection a while back
> (http://www.winehq.org/pipermail/wine-patches/2009-January/067002.html).
> Francois sent a 'more correct' one
> (http://www.winehq.org/pipermail/wine-patches/2009-January/067382.html),
> but t
I submitted OpenBSD's patch for CPU detection a while back
(http://www.winehq.org/pipermail/wine-patches/2009-January/067002.html).
Francois sent a 'more correct' one
(http://www.winehq.org/pipermail/wine-patches/2009-January/067382.html),
but that one is broken on NetBSD/OpenBSD
(http://bugs.wineh
On Fr, 2009-01-16 at 20:51 +0300, Vitaly Lipatov wrote:
> - version=`(GIT_DIR=$(TOPSRCDIR)/.git git describe HEAD
> 2>/dev/null || echo "wi...@package_version@") | sed -n -e '$$s/\(.*
> \)/const char wine_build[] = "\1";/p'` && (echo $$version | cmp -s -
> $@) || echo $$version >$@ || ($(RM)
On Fr, 2009-01-16 at 07:11 +, Paul Bryan Roberts wrote:
> I'm puzzled by the sizes of the packages.
> Packages for Debian by Maurilio and James are 13-14 Mb to download
> whereas Ubuntu packages by Scott are only 7-8 Mb. Anyone see any reason for
> this ?
deb support different compression ty
Hi Luke,
thanks for the report. And thanks very much for taking the time to log bugs!
--Juan
On Fri, Jan 16, 2009 at 4:57 PM, Dan Kegel wrote:
> Awesome. Thanks for the tmpfile bug report.
> If you can feed us any more similar reports,
> please do!
no problem. there's plenty - i'll try to track them down to concrete
examples. l.
Awesome. Thanks for the tmpfile bug report.
If you can feed us any more similar reports,
please do!
hi folks,
i promised i'd get python built under wine - and i'm happy to report
that this goal has been successfully achieved.
http://bugs.python.org/issue4954 if anyone's interested. what has
been achieved is that a python.exe, libpython2.5.dll, an implib
libpython2.5.dll.a and a python2.5.def hav
Gee, it's been a while since I posted a new version of winetricks.
This is rather a big update.
As always, online at
http://kegel.com/wine/winetricks
Please submit bug reports to
http://code.google.com/p/winezeug/issues/list
svn log since version 20081127:
r264 | daniel.r.kegel | 2009-01-16
Do
Please ban this IP: freenet.lds-freenet.lds.net.ua[193.192.36.230]
On Fri, Jan 16, 2009 at 8:11 AM, Paul Bryan Roberts
wrote:
> I'm puzzled by the sizes of the packages. Packages for Debian by Maurilio
> and James are 13-14 Mb to download whereas Ubuntu packages by Scott are only
> 7-8 Mb. Anyone see any reason for this ?
1. Ubuntu debs are split into a base
What is wrong with my patch?
mshtml: Add TRACE for unsupported IStdMarshalInfo
--
Best wishes,
Vitaly Perov
Russia, Saint-Petersburg. www.etersoft.ru
From 86d9e1416913a4820593eb5f737fed32c9e97697 Mon Sep 17 00:00:00 2001
From: Vitaly Perov
Date: Wed, 14 Jan 2009 19:56:53 +0300
Subject: [PATCH]
Nikolay Sivov writes:
> Changelog:
>- Fix NtOpenKey return value on different failures
>- Added some tests for NULL arguments
And this one causes the advapi32 tests to fail:
../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p
advapi32_test.exe.so registry.c && touch regist
Nikolay Sivov writes:
> Changelog:
>- Fix NtQueryValueKey ret. value for insufficient buffer
>- Added some tests for NULL arguments and a fix for them
This causes the kernel32 debugger test to hang.
--
Alexandre Julliard
julli...@winehq.org
Alexandre Julliard wrote:
> Michael Stefaniuc writes:
>
>> This cast is needed to silence a compile warning with older openldap
>> versions; e.g. on RHEL5.
>
> Actually the code is broken now, since you changed long to LONG the
> structures are no longer compatible... They will have to be conver
Michael Stefaniuc writes:
> This cast is needed to silence a compile warning with older openldap
> versions; e.g. on RHEL5.
Actually the code is broken now, since you changed long to LONG the
structures are no longer compatible... They will have to be converted
explicitly.
--
Alexandre Julliar
Gert van den Berg wrote:
> On Thu, Jan 15, 2009 at 7:50 PM, Austin English
> wrote:
>> Of course, Wine is open source, so if someone wants to edit it for
>> that purpose, by all means, do so. I'm not sure that Wine _should_ do
>> so though, at least, not now. Networking on a per app basis I can s
24 matches
Mail list logo