./configure problem
Posts: 20
When configuring kmymoney all went well until
checking for X... configure: error: can't find x includes. Please check you installation and add the correct paths!
Thanks
Thanks, that worked. But...
Posts: 20
Thanks, that worked. But...
Now it says it can't find the qt headers and libraries. I tried tho get qt via apt-get taht didn;'t work. what am I doing wrong? 
You're probably looking for
Posts: 680
You're probably looking for libqt3-dev.
Now it says I have to have
Posts: 20
Now it says I have to have qt compiled with thread support... Whatever that means...
libqt-mt-dev is the threade
Posts: 680
libqt-mt-dev is the threaded development package.
It says the same thing
Posts: 20
It says the same thing
Try removing libqt3-dev. If
Posts: 680
Try removing libqt3-dev. If that doesn't work also make sure you have libqt3c102-mt.
It says?? libqt-dev was rem
Posts: 20
It says?? libqt-dev was removed and libqtc102-mt is currently installed.
I tried another app and it
Posts: 20
I tried another app and it said the same thing, so could it be that qt was not installed in a path?
You need to install the X11
Posts: 680
You need to install the X11 development packages. If you're not sure the exact ones you need (probably just xlibs-dev) then install x-window-system-dev and all the X11 development packages will be installed.