Jump to content

Problem during compilation of Kdevelop-3.3.2


Guest AlainLyon
 Share

Recommended Posts

Guest AlainLyon

I've tried to compile kdevelop-3.3.2 with Mandriva 2006 and qt3 or qt4. At the end of compilation ld can't find qassistantclient. Here is :

 

make[4]: Entering directory `/home/alain/Tel/kdevelop-3.3.2/kdevdesigner/designer'
/bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -DDESIGNER -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -UQT_NO_ASCII_CAST -o libkdevdesignerpart.la -rpath /usr/lib/kde3 -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/lib -R /usr/lib/qt4/lib -R /usr/X11R6/lib -L/usr/lib -L/usr/lib/qt4/lib -L/usr/X11R6/lib kdevdesigner_part.lo actiondnd.lo actioneditorimpl.lo actionlistview.lo asciivalidator.lo command.lo connectionitems.lo connectiontable.lo customwidgeteditorimpl.lo database.lo dbconnectionimpl.lo dbconnectionsimpl.lo defs.lo designerapp.lo designerappiface.lo editfunctionsimpl.lo filechooser.lo formfile.lo formsettingsimpl.lo formwindow.lo hierarchyview.lo iconvieweditorimpl.lo layout.lo listboxdnd.lo listboxeditorimpl.lo listboxrename.lo listdnd.lo listviewdnd.lo listvieweditorimpl.lo mainwindow.lo mainwindowactions.lo menubareditor.lo metadatabase.lo multilineeditorimpl.lo newformimpl.lo orderindicator.lo outputwindow.lo paletteeditoradvancedimpl.lo paletteeditorimpl.lo pixmapchooser.lo pixmapcollection.lo popupmenueditor.lo previewframe.lo previewwidgetimpl.lo project.lo projectsettingsimpl.lo propertyeditor.lo propertyobject.lo qcompletionedit.lo resource.lo sizehandle.lo sourceeditor.lo sourcefile.lo startdialogimpl.lo styledbutton.lo syntaxhighlighter_html.lo tableeditorimpl.lo timestamp.lo variabledialogimpl.lo widgetaction.lo widgetfactory.lo wizardeditorimpl.lo workspace.lo designeraction.lo myiconloader.lo about.lo dbconnection.lo gotolinedialog.lo newform.lo previewwidget.lo variabledialog.lo actioneditor.lo dbconnectioneditor.lo iconvieweditor.lo paletteeditor.lo projectsettings.lo wizardeditor.lo configtoolboxdialog.lo dbconnections.lo listboxeditor.lo paletteeditoradvanced.lo replacedialog.lo connectiondialog.lo editfunctions.lo listeditor.lo pixmapcollectioneditor.lo richtextfontdialog.lo createtemplate.lo finddialog.lo listvieweditor.lo pixmapfunction.lo startdialog.lo customwidgeteditor.lo formsettings.lo multilineeditor.lo preferences.lo tableeditor.lo styledbutton.moc.lo sourcefile.moc.lo sourceeditor.moc.lo popupmenueditor.moc.lo layout.moc.lo asciivalidator.moc.lo formfile.moc.lo orderindicator.moc.lo actiondnd.moc.lo outputwindow.moc.lo workspace.moc.lo editfunctionsimpl.moc.lo tableeditorimpl.moc.lo connectiontable.moc.lo connectionitems.moc.lo formsettingsimpl.moc.lo mainwindow.moc.lo previewframe.moc.lo newformimpl.moc.lo customwidgeteditorimpl.moc.lo dbconnectionimpl.moc.lo pixmapchooser.moc.lo variabledialogimpl.moc.lo projectsettingsimpl.moc.lo widgetfactory.moc.lo project.moc.lo formwindow.moc.lo hierarchyview.moc.lo dbconnectionsimpl.moc.lo timestamp.moc.lo qcompletionedit.moc.lo listvieweditorimpl.moc.lo previewwidgetimpl.moc.lo widgetaction.moc.lo sizehandle.moc.lo command.moc.lo propertyeditor.moc.lo listboxdnd.moc.lo actioneditorimpl.moc.lo actionlistview.moc.lo multilineeditorimpl.moc.lo listviewdnd.moc.lo menubareditor.moc.lo database.moc.lo listdnd.moc.lo startdialogimpl.moc.lo listboxrename.moc.lo filechooser.moc.lo listboxeditorimpl.moc.lo paletteeditoradvancedimpl.moc.lo paletteeditorimpl.moc.lo wizardeditorimpl.moc.lo iconvieweditorimpl.moc.lo ../../kdevdesigner/uilib/libkdevqui.la ../../kdevdesigner/shared/
libshared.la ../../lib/interfaces/external/libkinterfacedesigner.la -lqassistantclient -lkio -lkparts
/usr/local/lib/gcc/i686-pc-linux-gnu/4.0.2/../../../../i686-pc-linux-gnu/bin/ld: ne peut trouver -lqassistantclient
collect2: ld a retourné 1 code d'état d'exécution
make[4]: *** [libkdevdesignerpart.la] Erreur 1
make[4]: Leaving directory `/home/alain/Tel/kdevelop-3.3.2/kdevdesigner/designer'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/home/alain/Tel/kdevelop-3.3.2/kdevdesigner/designer'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/alain/Tel/kdevelop-3.3.2/kdevdesigner'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/alain/Tel/kdevelop-3.3.2'
make: *** [all] Erreur 2

Link to comment
Share on other sites

have you trying doing a search for lqassistantclient and also lqassistantclient-dev (or similarly named) and installing them? you will need the *-dev for sure if you're compiling from source.

 

however, I believe kdevelop should be in the mandriva repositories...so you should be able to get it from there. have you set up your sources with easy-urpmi?

Link to comment
Share on other sites

Guest AlainLyon

The problem occures with the linker ld not properly with the compilation. However I've tried to use rpms about Qt (qassistantclient is a

part of Qt), the problem is still here, and I think if i wouldn't have a good rpm the problem will appear during the configure or the first part of make (not with a link againts libraries)

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...