Hi Uwe,
> Pavel,
>
> perhaps compile wine yourself and instrument the serial code with debugging
> output. Try to see what's going wrong. Look at the codes where this happens
> and read the old changelogs, where somebody fiddled witrh the code. Ask
> about what people thought (or smoked) when imp
On Fr, 2008-05-02 at 18:38 -0500, James Hawkins wrote:
> i586-mingw32msvc-gcc advpack.cross.o files.cross.o install.cross.o
> testlist.cross.o -o advpack_crosstest.exe -lcabinet -ladvapi32
> -lkernel32
> /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld:
> cannot find -l
Hello Alexandre,
Why were the fixes for the ntdll rtlstr test failures on windows not accepted?
Cheers,
Maarten.
On Tue, May 06, 2008 at 10:00:38PM +0200, Eric Pouech wrote:
> > spath = strchr(spath, '\\');
> > -if (!spath) spath = strchr(spath, '/');
> > +if (spath) spath = strchr(spath, '/');
So the correct solution would be something like
bpath=strchr(spath, '\\');
sp
On Tue, May 6, 2008 at 4:20 PM, Paul Millar <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> On Saturday 03 May 2008 01:38:07 James Hawkins wrote:
> > I'm trying to fix the failing cross tests, but we haven't had a
> > winetest build on Paul Millar's server in a few days.
>
> Just to mention that gaps wi
Hi,
On Saturday 03 May 2008 01:38:07 James Hawkins wrote:
> I'm trying to fix the failing cross tests, but we haven't had a
> winetest build on Paul Millar's server in a few days.
Just to mention that gaps will appear if the winetest.exe builds but hasn't
changed. As Paul (Vriens) says, the log
On Mo, 2008-05-05 at 23:55 -0500, Austin English wrote:
> [EMAIL PROTECTED]:~/wine$ bison --version
> bison (GNU Bison) 2.1
I used Wine ~2 Years on on Ubuntu Dapper without Problems.
Bison in Dapper was 2.1:
http://packages.ubuntu.com/dapper/devel/bison
(I'm unable to verify the latest used bis
On Tue, May 6, 2008 at 1:00 PM, Eric Pouech <[EMAIL PROTECTED]> wrote:
> Marcus Meissner a écrit :
>> Hi,
>>
>> spotted by Coverity (CID 701), a if (!spath) should be if (spath).
>>
>> Ciao, Marcus
>> ---
>> programs/winedbg/source.c |2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>
On Tue, May 6, 2008 at 3:00 PM, Eric Pouech <[EMAIL PROTECTED]> wrote:
> Marcus Meissner a écrit :
>
>
> > Hi,
> >
> > spotted by Coverity (CID 701), a if (!spath) should be if (spath).
> >
> > Ciao, Marcus
> > ---
> > programs/winedbg/source.c |2 +-
> > 1 files changed, 1 insertions(+
Marcus Meissner a écrit :
> Hi,
>
> spotted by Coverity (CID 701), a if (!spath) should be if (spath).
>
> Ciao, Marcus
> ---
> programs/winedbg/source.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/programs/winedbg/source.c b/programs/winedbg/source.c
> index 551
Vitaly Perov wrote:
> Changelog: cmd.exe: MSI packages execution implemented
>
>
>
That doesn't look right. You sure this information is hard-coded into
cmd.exe and it's not coming from the registry CLASSES hive?
Vitaliy
Vitaliy Margolen wrote:
> Vitaliy Margolen wrote:
>> ---
>> dlls/dinput/joystick_linux.c | 16 +++-
>> 1 files changed, 7 insertions(+), 9 deletions(-)
>>
>
> Forgot to add that this series of patches should finally address bugs 12052
> and 11644. Was there anything wrong with thes
> "Pavel" == Pavel Troller <[EMAIL PROTECTED]> writes:
Pavel> Hi! I have really BIG problems running any application, which
Pavel> needs to comm over a serial port: - My ham TCVR - My GPS - My
Pavel> multimeter - A lot of my mobiles - A lot of devices used in my
Pavel> work (s
On Tue, May 6, 2008 at 8:19 AM, Adam Petaccia <[EMAIL PROTECTED]> wrote:
> > 4. For each app you test, add a test report into Wine's AppDB.
>
> I'd explicitly state something about reporting bugs for things that
> don't work. It should be obvious, but being explicit rarely hurts. As I
> tell my
> 4. For each app you test, add a test report into Wine's AppDB.
>
> As a token of our thanks, we will pick one of the users who submits
> a healthy set of useful test results and send him or her a tasteful
> Wine-themed goodie of some sort.
>
> So fire up your keyboards and start testing!
> Th
Vitaliy Margolen wrote:
> ---
> dlls/dinput/joystick_linux.c | 16 +++-
> 1 files changed, 7 insertions(+), 9 deletions(-)
>
Forgot to add that this series of patches should finally address bugs 12052
and 11644. Was there anything wrong with these patches?
Vitaliy.
Dan Kegel wrote:
> So, what should we be asking wine users to be
> doing once rc1 is out? How about this:
This has as subject "Call for Testing" but we could also need help with
the translations http://wiki.winehq.org/Translating and
http://pf128.krakow.sdi.tpnet.pl/wine-transl/
bye
mic
Am Montag, 5. Mai 2008 23:49:34 schrieb Alexander Dorofeyev:
> + /* Freed in reverse order as native seems to dislike and crash on
> freeing top level surface first. */
just fyi, native ignores refcounts on sublevels(if they are created as complex
surface, not attached). As long as the top leve
> I've updated the general help page with links to git instead of cvs,
> updated building instructions and also changed the html a little so it
> validates, I've also removed a link to a cracks website and replaced
> it with a statement about third party software.
>
> before and after: http://img22
19 matches
Mail list logo