LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-26-2008, 10:12 AM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
Compiling Kommando ?


Fedora 8 x86_64
Trying to compile 29514-kommando-0.5.1.tar.bz2, and when I ./configure I get the error message below.

All the qt,qt4 and development packages for i386, x86_64 are installed.
What is it looking for ??

checking for Qt... configure: error: Qt (>= Qt 3.2) (headers and libraries) not found. Please check your installation!
 
Old 01-26-2008, 10:58 AM   #2
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
Decided to compile on a F8-i386 box, the ./configure had no problems but 'make' did.
I don't think I have ever had any luck at compiling a KDE tar.gz file.

Does anyone know if a RPM exist for kommando ?
I did a Google about "kommando RPM" and all results are in German.

Error below;

Making all in src
make[2]: Entering directory `/home/mickey/Kommando/kommando-0.5.1/src'
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT kommando.lo -MD -MP -MF ".deps/kommando.Tpo" -c -o kommando.lo kommando.cpp; \
then mv -f ".deps/kommando.Tpo" ".deps/kommando.Plo"; else rm -f ".deps/kommando.Tpo"; exit 1; fi
kommando.cpp:24:29: error: X11/Xmu/WinUtil.h: No such file or directory
kommando.cpp: In member function 'virtual void Kommando::show()':
kommando.cpp:62: error: 'XClassHint' was not declared in this scope
kommando.cpp:62: error: expected `;' before 'hint'
kommando.cpp:64: error: 'hint' was not declared in this scope
kommando.cpp:70: error: 'XmuClientWindow' was not declared in this scope
kommando.cpp:71: error: 'XGetClassHint' was not declared in this scope
make[2]: *** [kommando.lo] Error 1
make[2]: Leaving directory `/home/mickey/Kommando/kommando-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mickey/Kommando/kommando-0.5.1'
make: *** [all] Error 2
[root@mickey kommando-0.5.1]#

Last edited by mickeyboa; 01-26-2008 at 11:04 AM.
 
Old 01-26-2008, 11:07 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Seems like you are missing X11 related headers. Install libX11-devel and hopefully that should resolve your problem.
 
Old 01-26-2008, 12:01 PM   #4
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
libX11, libX11-devel is installed on the i386 box in /usr/lib.
 
Old 01-26-2008, 12:59 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you are installing on a 64 bit box, it could be that you need the 64 bit version of the xorg-x11 libraries.
 
Old 01-29-2008, 11:17 AM   #6
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
The xorg-x11 libraries problems are on the i386 machine, and they are installed.
 
Old 02-05-2008, 10:32 PM   #7
mathetic
LQ Newbie
 
Registered: Feb 2008
Posts: 1

Rep: Reputation: 0
yum install libXmu-devel
 
Old 02-06-2008, 09:40 AM   #8
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
I did install libXmu-devel, but now I get this;

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
 
Old 02-06-2008, 12:17 PM   #9
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
I needed to install kde-devel to complete ./configure .
I went through make , make install and didn't see any errors.
But when i executed kommando.desktop it couldn't find anything.

I tell you guys, I have never had success installing a KDE tar.gz and be Damned if I'll ever try again.
 
Old 02-06-2008, 01:06 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
What happens when you run "kommando" from the CLI. I've had great success with compiling KDE apps on Fedora, but then again I have only ever done it on 32 bit systems.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Kommando: A floating panel for KDE LXer Syndicated Linux News 0 01-25-2008 02:50 PM
Compiling QT eqxro Linux - Software 2 11-08-2004 01:51 PM
Various Compiling Errors (GCC compiling Openal, GUIlib, xmms-wma) gregorya Linux - Software 2 08-27-2004 05:03 AM
Compiling in ACPI support on Compaq 2135CA (system crashes while compiling) Dag Linux - Laptop and Netbook 20 07-30-2004 07:56 PM
Kernel compiling and module compiling tarballed Linux - General 1 12-22-2002 05:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration