Hello guys,

I'm having problems installing QT onto a Ubuntu 8.04 system 64-bit system. I downloaded the .bin file from the official website and followed the instructions to install the open source version.

I then typed the following:

sudo su

<password>

./configure

./make

-------------------------

Configure runs fine, make runs fine for a while, until it gets to "styles/qgtkstyle.cpp", it keeps saying things like different variables are not declared in this scope or something is not a member of QGtk.

Does anyone have any idea how to solve this? Thanks.