Codice: Seleziona tutto
dando@scatola:~/vidalia-0.0.15$ QMAKE=/usr/bin/qmake-qt4
dando@scatola:~/vidalia-0.0.15$ ./configure
configure: Configuring vidalia 0.0.15...
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for win32... no
checking for Qt >= 4.1.0... no
configure: error: Vidalia requires Qt 4.1.0 or greater. You may need to install
Qt development packages, or you can specify an explicit path using --with-qt-dir
Come posso risolvere?

