I seem to bump into this error when i type ./configureCode:... checking for KDE... configure: error: in the prefix, you've chosen, are no KDE libraries installed. This will fail. So, check this please and use another prefix!
I am not sure what is causing this error? I am using BT4 Beta
EDIT: By the way, i did google this problem, and i know this is a KDE error and i found some solutions that did not work. So i rather get some experts opinions.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
=\Code:root@bt:~# apt-get install built-essential Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package built-essential
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
It's "build-essential"
For future reference, if you need to find a package, one of the ways you can do this is by going to http://packages.ubuntu.com and search for it.
You can also use synaptic to find packages.
EDIT: Barry beat me to it...sorry.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
Looks like it is already installed? But i still get the same error message.Code:apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 109 not upgraded.
Okay, you're missing the kde-dev libraries. Open up the package manager and look for kde. Whatever version you have installed you need the -dev package too.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69