Hi,

I've installed KDevelop 3.4 on Ubuntu 7.04 to develop a Qt app.
If it's relevant, I installed Qt4.3 and no Qt3.
When I start the debug session from the IDE, I get an eror saying:

GDB cannot use the tty* or pty* devices.
Check the settings on /dev/tty* and /dev/pty*
As root you may need to "chmod ug+rw" tty* and pty* devices and/or add the user to the tty group using "usermod -G tty username".

I ran chmod and usermod scripts in a terminal window but I still get the same error.

Can anyone help me here ?