Re: [cbm4linux-users] Compilation Problem
Brought to you by:
cbm4linux
From: Damian / C64.C. <web...@c6...> - 2002-05-12 15:27:06
|
Now it works, thanks a lot for the help! So...let's start dumping ;-) --------------------------------------- Sabbi / web...@c6... C64.CH - Your #1 Demo-Source on the Net --------------------------------------- -----Original Message----- From: ke...@fr... To: cbm...@li... Date: Sun, 12 May 2002 16:13:02 +0200 (CEST) Subject: Re: [cbm4linux-users] Compilation Problem > Hi, > > I mailthe the author a pach but the basic thing missing is the include of > the parport_pc.h in the <linux/parport_pc.h> > It should look like this.. > > #ifdef DIRECT_PORT_ACCESS > # include <asm/io.h> > # include <linux/ioport.h> > #else > # include <linux/parport.h> > # include <linux/parport_pc.h> > #endif > > > hope this helps... > |