Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-21-2004, 05:00 PM
|
#1
|
|
Member
Registered: Jun 2004
Location: Potsdam, NY
Distribution: Fedora Core 6
Posts: 201
Rep:
|
Error when building source codes...
Whenever I try to build a piece of software I get the following error:
Code:
checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.
Now before anyone says to install kdelibs, I already have it installed. I have version 3.3.2 running in Slackware 10. Any help is appreciated.
Last edited by darkarcon2015; 12-21-2004 at 05:02 PM.
|
|
|
|
12-21-2004, 05:18 PM
|
#2
|
|
Member
Registered: Sep 2004
Location: Santa Cruz, CA, USA
Distribution: Redhat 9.0
Posts: 104
Rep:
|
As near as I can tell, this is a case sensitivity problem with an "fgrep" on the output of the uic program. I tried to report it but I could never get properly registered at the bug report site. I always have to go in and manually edit the admin/acinclude.m4.in file.
Last edited by bm17; 12-21-2004 at 05:19 PM.
|
|
|
|
12-21-2004, 06:20 PM
|
#3
|
|
Member
Registered: Jun 2004
Location: Potsdam, NY
Distribution: Fedora Core 6
Posts: 201
Original Poster
Rep:
|
Could you tell me what you edit in that file?
|
|
|
|
12-21-2004, 09:40 PM
|
#4
|
|
Member
Registered: Sep 2004
Location: Santa Cruz, CA, USA
Distribution: Redhat 9.0
Posts: 104
Rep:
|
Quote:
Originally posted by darkarcon2015
Could you tell me what you edit in that file?
|
Tricky.
I don't recall the particulars. You can edit the file and search for that error message about KDE plugins. Then add some comments characters to skip the code that checks for the error condition. Other than that you can search the LinuxQuestions archives for all the other times this has come up. Finally, you can notify the KDE people that this probloem has come up yet again.
|
|
|
|
12-21-2004, 11:39 PM
|
#5
|
|
Member
Registered: Sep 2004
Location: Santa Cruz, CA, USA
Distribution: Redhat 9.0
Posts: 104
Rep:
|
Ok, I dug a little further. I found a file that I had modified. You need to edit the file and search for KDE_CHECK_UIC_PLUGINS. The first occurance if the definition. The second occurance is the invocation. You need to comment out the invocation as I have shown below. Then you should send a bug report to the KDE guys and complain about the grep case-sensativity problem. For your reference, the failing grep command is 31 lines below the definition (first occurance) of KDE_CHECK_UIC_PLUGINS in the file. This problem has plagued me for the longest time. It may be that the KDE developers have some obscure point about the way Redhat installs KDE. I'm not sure; it's a complex issue. I believe that they have overlooked something. But considering how many people have encountered this problem I think it would behoove them to do something about it. I'll start looking into it as well.
all_libraries="$all_libraries $USER_LDFLAGS"
all_includes="$all_includes $USER_INCLUDES"
AC_SUBST(all_includes)
AC_SUBST(all_libraries)
#if test -z "$1"; then
#KDE_CHECK_UIC_PLUGINS
#fi
ac_kde_libraries="$kde_libdir"
AC_SUBST(AUTODIRS)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:26 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|