Subject: Re: Playing snes9x with USB gamepad now!
To: Lennart Augustsson <lennart@augustsson.net>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: port-i386
Date: 01/18/2002 02:49:00
On Thu, Jan 17, 2002 at 07:31:03PM +0100, Lennart Augustsson wrote:
> Rui-Xiang Guo wrote:
> 
> > NOTE: When I compiled it with /usr/include/dev/usbusb.h, it complained about
> > line 594: parse error. So I copied it into
> > /usr/pkgsrc/emulators/snes9x/work/release/unix dir, removed line 594 and
> > included it then I could finish compiling. Don't know why? :(
> 
> Is that the line containing a variable called class?

Yes,
594         u_int8_t        class;

> Are you using C++?

Yes, it is a .cpp file which be compiled by g++.

Regards
-rxg