gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: ppdev.h
From: Gy. Molnar Attila
Date: Sat, 2 Feb 2002 12:57:22 +0100

On Fri, Feb 01, 2002 at 01:55:07PM +0100, Gustavo Raush wrote:
> I am trying to compile gpsim-0.20.14 on Debian 2.2.19 but unfortunately
> the compilation stopped due to the lack of linux/ppdev.h file. 
> Could anyone give me some instruction to follow?

I've done this torture with 0.20.12 for a year.

There were some depending packages, unofficial ones (not .deb, for me).
I installed 
	eXdbm-0.1.0b2 and 
	gtk+extra-0.99.16 I think.
So, after make ... I've got some missing files
I searched, what package these belongs to,
Installations, downgrading, packages...
the result (debian packages):
	libgtk1.2-dev 1.2.7-1
	libreadline4-dev and at last 
	libpopt-dev.

Than some changes from (const char **) to (char **)
and the success...

Attila

gnupic@linuxhacker.org