Jump to content

Can't install any Qt/KDE apps from source [solved]


Guest chaos
 Share

Recommended Posts

Guest chaos

Hi everybody! I'm using Mandriva LE 2005 (Mandrake 10.1) 3-CD Download Edition.

Firstly, I had a problem with running ./configure with Qt-based software source code: no KDE headers were found. I've solved it by dowloading and installing libkdecore4-devel-3.3.2-123mdk.i586 and other needed packages. After that, both './configure' and 'make' commands were successful. 'Make install' didn't give any errors, but files were copied to the incorrect paths. I have kde libs in /usr/lib/kde3, .desktop files in /usr/share/apps, docs in /usr/share/doc, etc. It ('make install') have created /usr/local/kde directory and put all the files there. Libs were installed into /usr/local/kde/libs, .desktop files into /usr/local/kde/share/apps and so on. I managed to run a few programs by moving files to the correct places, but only a few of them... :wall::help:

P.S. Sorry for my bad English... :mellow:

 

 

[moved from Software by spinynorman - welcome aboard :)]

Link to comment
Share on other sites

Before using prefix values at your config make sure the KDEDIR and QTDIR variables are set, else export them yourself:

export KDEDIR=/usr

export QTDIR=/opt

(or wherever they are located in your system).

The exports will last as long as your terminal session is running.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...