Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2003 12:49:28 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        Michael Nottebrock <michaelnottebrock@gmx.net>, freebsd-ports@freebsd.org, kde@freebsd.org, sobomax@freebsd.org
Subject:   Re: [kde-freebsd] KDE meta port build error
Message-ID:  <200306051249.28017.kstewart@owt.com>
In-Reply-To: <200306051237.06499.kstewart@owt.com>
References:  <200306050939.03854.kstewart@owt.com> <200306052125.41366.michaelnottebrock@gmx.net> <200306051237.06499.kstewart@owt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 05 June 2003 12:37 pm, Kent Stewart wrote:
> On Thursday 05 June 2003 12:25 pm, Michael Nottebrock wrote:
> > On Thursday 05 June 2003 21:13, Kent Stewart wrote:
> > > On Thursday 05 June 2003 12:06 pm, Michael Nottebrock wrote:
> > > > On Thursday 05 June 2003 20:46, Kent Stewart wrote:
> > > > > On Thursday 05 June 2003 10:35 am, Michael Nottebrock wrote:
> > > > > > Hmm, can't reproduce, maybe you have a stale header. Can you post
> > > > > > the output of 'grep -r hid_report_size /usr/include/libusbhid.h'?
> > > > >
> > > > > ruby# grep -r hid_report_size /usr/include/libusbhid.h
> > > > > int hid_report_size(report_desc_t d, unsigned int id, enum hid_kind
> > > > > k);
> > > >
> > > > Hmm, that seems in order... Could post the output of 'grep
> > > > __FreeBSD_version /usr/include/osreldate.h' as well?
> > >
> > > ruby# grep __FreeBSD_version /usr/include/osreldate.h
> > > #undef __FreeBSD_version
> > > #define __FreeBSD_version 480100
> >
> > This is quite weird... this should definitely work (look at the files
> > directory in devel/sdl12, there is a patch that deals exactly with those
> > changes to the usb related headers
> > (patch-joystick::bsd::SDL_sysjoystick.c)).
>
> I have and if I move r->rid to the end of the argument list, it builds. I
> noticed that for 5.1, the argument list is changed to
>
> int hid_report_size(report_desc_t d, unsigned int id, enum hid_kind k);


Miscopied this one it is

int hid_report_size(report_desc_t d, enum hid_kind k, int id);

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



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