LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 10-26-2002, 12:17 PM   #1
aliensub
Member
 
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306

Rep: Reputation: 30
compiling quanta 3 error.


When i try to compile quanta 3.0 i get the error:

checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.

I have installed arts, and libarts 1, and kde-multimedia and kde-multimedia-dev packages, but it doesn't help.

I using debian sid & kde 3.0.4
 
Old 10-27-2002, 10:51 AM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
As I can see in my system, mcopidl comes from arts. Are arts libraries in LD_LIBRARY_PATH or in a directory listed in /etc/ld.conf.so?
 
Old 10-28-2002, 04:10 PM   #3
aliensub
Member
 
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306

Original Poster
Rep: Reputation: 30
My /etc/ld.so.conf looks like:
/usr/X11R6/lib

/usr/lib/libc5-compat
/lib/libc5-compat
/usr/i486-linuxlibc1/lib

Iīm not sure what you exactly mean.....

I also discovered that when i try to compile a theme for kde it comes with the same error.

But isnīt there a way to remove this from the configure stuff, i mean what would quanta use audiostuff for?
 
Old 10-30-2002, 11:41 AM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
It looks it's not there... First find out where is your arts installed. Let's say it's in /usr/local/kde3. You need to type:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/kde3/lib
And you should be able to pass this step in configure. Don't forget to add "/usr/local/kde3/lib" to /etc/ld.so.conf and run ldconfig. Then the change will be permanent.
 
Old 11-03-2002, 06:43 AM   #5
aliensub
Member
 
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306

Original Poster
Rep: Reputation: 30
Hihi, I discovered the problem: i missed to install the lib-arts1-dev package....
 
Old 11-03-2002, 06:46 AM   #6
aliensub
Member
 
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306

Original Poster
Rep: Reputation: 30
Ups, but now i got this when it tries to compile:
copytos.cpp:47: invalid use of undefined type `class KURLRequester'
copytos.h:17: forward declaration of `class KURLRequester'
copytos.cpp:49: no matching function for call to `QGridLayout::addMultiCellWidget (KURLRequester *&, int, int, int, int)'
/usr/include/qt/qlayout.h:325: candidates are: void QGridLayout::addMultiCellWidget(QWidget *, int, int, int, int, int = 0)
make[3]: *** [copytos.o] Error 1
make[3]: Leaving directory `/home/alien/install/quanta-3.0/quanta/dialogs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alien/install/quanta-3.0/quanta'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alien/install/quanta-3.0'
make: *** [all] Error 2
 
Old 11-03-2002, 08:19 AM   #7
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
HAve you installed the qt-dev packages?
 
Old 11-03-2002, 04:31 PM   #8
aliensub
Member
 
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306

Original Poster
Rep: Reputation: 30
Yep, both libqt3-dev & libqt3-mt-dev, and i can see it uses the mt in the ./config stage:

configure:20749: checking for Qt
configure: 20816: /usr/lib/qt3/include/qstyle.h
configure: 20816: /usr/lib/qt3/qstyle.h
configure: 20816: /usr/lib/qt/include/qstyle.h
configure: 20816: /usr/lib/qt/qstyle.h
configure: 20816: /usr/local/qt/include/qstyle.h
configure: 20816: /usr/include/qt/qstyle.h
taking that

configure:20988: result: libraries /usr/lib, headers /usr/include/qt using -mt
 
Old 11-03-2002, 04:54 PM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try doing a "make distclean" on the quanta source.
 
Old 11-03-2002, 05:49 PM   #10
aliensub
Member
 
Registered: Apr 2002
Location: Denmark
Distribution: OS X
Posts: 306

Original Poster
Rep: Reputation: 30
I tried to delete the install dir, and unpack the tar file again, this did the trick and itīs now installed, donīt know your distclean makes the same trick, otherwise thanks for help
 
Old 11-03-2002, 06:08 PM   #11
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
"make distclean" will restore the source code to the condition it was in when you first unpacked the archive, not all packages support it though.
 
  


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
aclocal-1.6 not found when compiling Quanta mbrowne Linux - Software 2 07-06-2005 08:21 AM
saving in quanta gives an error TheOneAndOnlySM Linux - Software 3 09-23-2004 04:14 AM
Error message when ./configure 'ing quanta madd matt Linux - Software 2 06-18-2004 04:28 PM
error compiling Qt 3.3.1 cyberfunk Linux - General 0 04-20-2004 08:27 PM
Quanta: Error about X on ./configure Umek Linux - Software 3 03-13-2004 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:34 AM.

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