Hi. I'm not subscribed. I'm trying to build rc4 for MacOS (Leopard),
and I'm running into some problems, and I hope I'm not a bother to ask
for some help.
When I do ./configure, I get the following messages:
onfigure: WARNING: libjpeg development files not found, JPEG won't be supported.
confi
On Mon, Jun 9, 2008 at 12:38 PM, Timothy Normand Miller
<[EMAIL PROTECTED]> wrote:
> Hi. I'm trying to build rc4 for MacOS (Leopard),
> and I'm running into some problems, and I hope I'm not a bother to ask
> for some help.
>
> When I do ./configure, I get the following messages:
>
> onfigure: WAR
Hi. I'm trying to build rc4 for MacOS (Leopard),
and I'm running into some problems, and I hope I'm not a bother to ask
for some help.
When I do ./configure, I get the following messages:
onfigure: WARNING: libjpeg development files not found, JPEG won't be supported.
configure: WARNING: libpng
Hans Leidekker <[EMAIL PROTECTED]> writes:
> Fixes http://bugs.winehq.org/show_bug.cgi?id=1968
> as well as a bunch of Valgrind warnings in the url test module.
>
> -Hans
>
> Changelog
> Make sure URL is terminated in InternetCrackUrlA.
The bug is in InternetCrackUrlW, it shouldn't require the
On Mon, Jun 9, 2008 at 2:32 AM, Michael Stefaniuc <[EMAIL PROTECTED]> wrote:
>> -ok(lstrlenW(V_BSTR(&vValue)) == 0, "Expected empty value\n");
>> +ok(V_BSTR(&vValue) == (void *)0, "Expected null value\n");
>
> Is there a problem with using NULL instead of (void *)0?
NULL would probably be
"Louis Lenders" <[EMAIL PROTECTED]> wrote:
>> I'd suggest to post the comments and requests here:
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=443552
>>
>
> Done. Hope it's fixed soon
Opened by Artemon 2008-04-22 03:03 EST
Priority low
Severity urgent
Something tells me that if that bug
Dmitry Timoshkov codeweavers.com> writes:
>
> I'd suggest to post the comments and requests here:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=443552
>
Done. Hope it's fixed soon
> > I'm trying to do some dogfood testing with iTunes, and am building a
> > wine build with a few hacks to get around the ddraw blacking bug,
Did you try setting winver = vista?
"Louis Lenders" <[EMAIL PROTECTED]> wrote:
> Hi, just thought dropping a note here so you'd know: the troubles reported for
> wine+fedora 9, now also affect fedora 8. Last saturday i did a 'yum update',
> and
> after that about all wine-applications froze my computer. Only a hard reboot
> helped.
On Mon, Jun 9, 2008 at 5:34 AM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
>> > I'm trying to do some dogfood testing with iTunes, and am building a
>> > wine build with a few hacks to get around the ddraw blacking bug,
> Did you try setting winver = vista?
>
>
>
Doesn't work for VLC.
Hi, just thought dropping a note here so you'd know: the troubles reported for
wine+fedora 9, now also affect fedora 8. Last saturday i did a 'yum update', and
after that about all wine-applications froze my computer. Only a hard reboot
helped...
Solved it by reverting back to kernel 2.6.24.7-92.f
Hello Austin,
2008/6/9 Austin English <[EMAIL PROTECTED]>:
> Howdy Maarten,
>
> I'm trying to do some dogfood testing with iTunes, and am building a
> wine build with a few hacks to get around the ddraw blacking bug, iPod
> support, etc. I tried applying your patch for iPod support, but it
> seems
Dan Kegel wrote:
> Casting a VT_EMPTY to a string gets you a null string.
> The test was doing that and taking the string length, then comparing to zero.
> Better to simply compare to null; that's a stronger test, and
> avoids generating a behind-the-scenes exception.
>
> Passes on Wine and XP, an
2008/6/9 Jonathan Ernst <[EMAIL PROTECTED]>:
>> The Windows style is to include the ellipsis whenever a menu item will
>> normally result in a dialog box appearing, not just when further user
>> input is required. I think it is more important to be consistent with
>> what we already have in Wine an
14 matches
Mail list logo