[kde-freebsd] KDE meta port build error

Kent Stewart kstewart at owt.com
Thu Jun 5 12:49:47 PDT 2003


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



More information about the freebsd-ports mailing list