Here's my gcc:<snip>
laptop:/home/moseley# gcc --version
gcc (GCC) 3.3.3 (Debian 20040401)
So I need the qt3 library:<snip>
laptop:/home/moseley# apt-get install libqt3-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
g++-3.2 gcc-3.2 libaudio-dev libjpeg62-dev liblcms1-dev libmng-dev libqt3-headers
Hell, depends on gcc 3.2? Is that true? Do I really need another gcc<snip>
install?
Doesn't sound that unlogically. I looked up the description in kpackage and it said:
WARNING: The nonthreaded version of Qt3 is considered deprecated and may disappear anytime in the future. Please use libqt3-mt instead
There you have it. libqt3-dev is considered deprecated, so that is probally why it needs gcc-3.2. Try instead install libqt3-mt-dev. That is the one I use :-)
Claus
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]