On Saturday 12 November 2005 11:49, palash kumar wrote: > I have been trying to install akregator 1.0.2 ( http://akregator.sf.net). > When I am running > > $ ./configure > > After a long list of messages I get the following message: > > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths! > > Then I put the following options while rerunning ./configure > > $ ./configure --x-includes=/usr/X11R6/include/ > --x-libraries=/usr/X11R6/lib/
Probably you are missing the devel packages. There were no problems in FC4 with $ ./configure --with-gnu-ld --with-qt-dir=.... && make && make install A. Mani Member, Cal. Math. Soc -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
