On Tue, 12 Dec 2000 11:54:56 +0100 Robert Waldner <[EMAIL PROTECTED]> wrote:
> > Hi! > > I´m trying to get aviplay (from http://divx.euro.ru) up&running, but > ran into the following problem: > > ./configure > <bla> > checking for X... configure: error: Can't find X includes. > Please check your installation and add the correct paths! > > Now I´ve looked for X-paths in Makefile.in and added what I thought > correct: > > XBINDIR=/usr/X11R6/bin > X_INCLUDES=/usr/X11R6/include > LIBX11=/usr/X11R6/lib > > but the problem persists. > > Any hint/FMs to read? I couldn´t find anything useful on the homepage > or in the readme´s of aviplay... Try ./configure include --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib but it should work also without it. Check the log files created by configure to find out what went wrong. HTH -- Christoph Simon [EMAIL PROTECTED] --- ^X^C q quit :q ^C end x exit ZZ ^D ? help shit .

