Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2001 14:49:21 -0500 (EST)
From:      Joe Clarke <marcus@jclarke-isdn4.cisco.com>
To:        Yukihiro Nakai <nakai@FreeBSD.org>
Cc:        <green@FreeBSD.org>, <ports@FreeBSD.org>, Josh Elsasser <jre@vineyard.net>
Subject:   Re: snes9x ports for 4.2-STABLE
Message-ID:  <Pine.BSF.4.31.0101211448450.20507-100000@lakeland.cisco.com>
In-Reply-To: <200101211824.NAA22154@lacrosse.corp.redhat.com>

next in thread | previous in thread | raw e-mail | index | archive | help
After compiling with the new patch-af, it seg faults after reading in the
ROM.

Joe Clarke

-- 

Please use Reply-To: address for response.

Joe Clarke, CCIE #5384             |          |
Customer Support Engineer        |||||      |||||
Phone: +1 (919) 392-2867    ..:|||||||||::|||||||||:..
Email: jclarke@cisco.com     c i s c o  S y s t e m s

----------------------------------------------------------------------------


On Mon, 22 Jan 2001, Yukihiro Nakai wrote:

>
> Hi,
>
> The files/patch-af in ports/emulators/snes9x mave usb support,
> it seems work on 5.0-current, but not on 4.2-STABLE.
> (I got many bug-report mails from users.)
> This is because the function argument is different between them.
>
> In /usr/include/libusb.h,
>
> 5.0-current:
> int hid_report_size __P((report_desc_t d, unsigned int id, enum hid_kind k));
>
> 4.2-STABLE :
> int hid_report_size __P((report_desc_t d, enum hid_kind k, int *idp));
>
> So this new patch-af that I append here is needed to compile snes9x
> on 4.2-STABLE.
>
> I will add 5.0 macros and commit this after some tests...



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0101211448450.20507-100000>