Hi
I have a problem specifically with version 4.7. When I enter:
./configure --prefix=/usr --with-qt-dir=/usr/lib/qt3
I get back:
checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
I can install (and I am currently using) version 4.6 normally. I run Ubuntu Feisty Fawn 7.04. Did the dependencies change since version 4.6?
Any thoughts? Thanks,
Brent
Note that in order to compile rkward yourself you need several more packages than to just run it. On a debian based system (and hence on ubuntu),
# apt-get build-dep rkward
should fetch everything that's needed. Let me know, if you run into any further trouble.
Regards Thomas
That worked perfectly.
Thanks for helping a newcomer to linux Thomas.
Hi
I have a problem specifically with version 4.7. When I enter:
./configure --prefix=/usr --with-qt-dir=/usr/lib/qt3
I get back:
checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
I can install (and I am currently using) version 4.6 normally. I run Ubuntu Feisty Fawn 7.04. Did the dependencies change since version 4.6?
Any thoughts? Thanks,
Brent
Note that in order to compile rkward yourself you need several more packages than to just run it. On a debian based system (and hence on ubuntu),
# apt-get build-dep rkward
should fetch everything that's needed. Let me know, if you run into any further trouble.
Regards
Thomas
That worked perfectly.
Thanks for helping a newcomer to linux Thomas.
Brent