ERROR while make Qt-everywhere-opensource-src-4.7.4
-
I was trying to install the Qt Library on my Ubuntu 11.04 following the guide at http://doc.qt.nokia.com/4.7/install-x11.html.
Suddenly, during make command this error showed up:@/usr/bin/ld: cannot find -lXrender
collect2: ld returned 1 exit status
make[1]: *** [../../../../lib/libQtWebKit.so.4.7.4] Error 1
make[1]: Leaving directory `/home/paulo/Downloads/qt-everywhere-opensource-src-4.7.4/src/3rdparty/webkit/WebCore'
make: *** [sub-webkit-make_default-ordered] Error 2@Btw, the idea is to use Netbeans to build a C++/Qt application.
Thank you!