From owner-freebsd-ports Sun Jan 21 11:47:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rooster.cisco.com (rooster.cisco.com [64.102.19.200]) by hub.freebsd.org (Postfix) with ESMTP id AC91037B400; Sun, 21 Jan 2001 11:47:32 -0800 (PST) Received: from lakeland.cisco.com (jclarke-isdn4.cisco.com [10.83.116.229]) by rooster.cisco.com (8.8.8+Sun/8.8.8) with ESMTP id OAA16440; Sun, 21 Jan 2001 14:47:29 -0500 (EST) Received: from localhost (marcus@localhost) by lakeland.cisco.com (8.11.1/8.11.1) with ESMTP id f0LJnLk21441; Sun, 21 Jan 2001 14:49:21 -0500 (EST) (envelope-from marcus@jclarke-isdn4.cisco.com) X-Authentication-Warning: lakeland.cisco.com: marcus owned process doing -bs Date: Sun, 21 Jan 2001 14:49:21 -0500 (EST) From: Joe Clarke Reply-To: Joe Clarke To: Yukihiro Nakai Cc: , , Josh Elsasser Subject: Re: snes9x ports for 4.2-STABLE In-Reply-To: <200101211824.NAA22154@lacrosse.corp.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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