Skip site navigation (1)Skip section navigation (2)
Date:      05 Nov 2002 07:11:32 +0100
From:      Jan.Stocker@t-online.de (Jan Stocker)
To:        Jan Stocker <Jan.Stocker@t-online.de>
Cc:        Terry Lambert <tlambert2@mindspring.com>, Alex Zepeda <zipzippy@sonic.net>, current@FreeBSD.ORG
Subject:   Re: WIne freezes -current for  half a year
Message-ID:  <1036476692.57627.8.camel@twoflower>
In-Reply-To: <1036476173.57627.2.camel@twoflower>
References:  <1036347156.634.8.camel@twoflower> <20021103165323.A56468@angelica.unixdaemons.com> <3DC5A4F9.1D61A32F@mindspring.com> <20021104022650.GA654@blarf.homeip.net>  <3DC65310.82F4ED88@mindspring.com>  <1036443639.636.8.camel@twoflower>  <1036476173.57627.2.camel@twoflower>

next in thread | previous in thread | raw e-mail | index | archive | help
> We've a compile problem for wine, which should be fixed first before we
> con continue this thread
> 
> Jan
> 
> FYI:
> 
> text_i386.o context_i386.c
> context_i386.c: In function `get_thread_context':
> context_i386.c:376: structure has no member named `dr0'
> context_i386.c:377: structure has no member named `dr1'
> context_i386.c:378: structure has no member named `dr2'
> context_i386.c:379: structure has no member named `dr3'
> context_i386.c:380: structure has no member named `dr6'
> context_i386.c:381: structure has no member named `dr7'
> context_i386.c: In function `set_thread_context':
> context_i386.c:440: structure has no member named `dr0'
> context_i386.c:441: structure has no member named `dr1'
> context_i386.c:442: structure has no member named `dr2'
> context_i386.c:443: structure has no member named `dr3'
> context_i386.c:444: structure has no member named `dr4'
> context_i386.c:445: structure has no member named `dr5'
> context_i386.c:446: structure has no member named `dr6'
> context_i386.c:447: structure has no member named `dr7'
> gmake[1]: *** [context_i386.o] Error 1


Custom patch using something like (from machine/reg.h)

#define DBREG_DRX(d,x) (d->dr[(x)]) /* reference dr0 - dr7 by
                                         register number */

has disappeared. Will fix and send a pr tonight.


Jan



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1036476692.57627.8.camel>