On 2/24/10, Andrey <[email protected]> wrote: > Downloaded the trunk through svn, successfully ran autogen.sh, then when I did > ./configure and got the following errors: > > **** The following problems have been detected by configure. > **** Please check the messages below before running 'make'. > **** (see the section 'Problems' in the INSTALL file) > > ** Cannot find zlib.h. Please check that the zlib library > is correctly installed on your system. > > ** Cannot find X window libraries and/or headers. > > ** moc 4 binary not found ! > > ** uic 4 binary not found ! > > ** qt 4 library not found ! > > > What do I do now? > If I am not mistaken, you're on Ubuntu. You will need to install a bunch of development packages: zlib1g-dev, liqt4-dev, etc. I am not sure how to quickly get all the necessary components: try installing some, and then watch how ./configure complains, and install some more until ./configure passes.
Liviu
