*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc. |
| 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-27-2012, 08:44 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2012
Distribution: Slackware
Posts: 18
Rep: 
|
Problems compiling KDE 4 on FreeBSD 9.0
I recently decided to install KDE 4 from the ports collection in order to avoid any library problems; however, I seemed to have ran into a compilation error when the ports Makefile started compiling kdenetwork.
Code:
[ 63%] Building CXX object kopete/protocols/wlm/CMakeFiles/kopete_wlm.dir/ui/wlmaddcontactpage.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmchatsession.cpp:62:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmcontact.h:70: warning: by 'virtual QList<KAction*>* WlmContact::customContextMenuActions()'
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmtransfermanager.cpp:18:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmcontact.h:70: warning: by 'virtual QList<KAction*>* WlmContact::customContextMenuActions()'
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmchatsession.cpp: In member function 'void WlmChatSession::convertToGif(const QPixmap&, QString)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmchatsession.cpp:549: error: 'GifError' was not declared in this scope
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/wlm/wlmchatsession.cpp:555: error: 'GifError' was not declared in this scope
Linking CXX shared module ../../../../lib/kcm_kopete_avdeviceconfig.so
[ 63%] Built target kcm_kopete_avdeviceconfig
[ 63%] Building CXX object kopete/protocols/wlm/CMakeFiles/kopete_wlm.dir/ui/wlmeditaccountwidget.o
*** Error code 1
Linking CXX shared module ../../../lib/kopete_yahoo.so
[ 64%] Built target kopete_yahoo
[ 64%] Generating ui_wpaddcontactbase.h
[ 64%] Generating ui_wpuserinfowidget.h
Linking CXX shared module ../../../lib/kopete_qq.so
[ 64%] Generating ui_wpeditaccountbase.h
[ 64%] Generating ui_gadueditaccountui.h
[ 65%] Built target kopete_qq
[ 65%] Generating ui_gaduadd.h
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/ui/gadueditaccountui.ui: Warning: The name 'tab' (QWidget) is already in use, defaulting to 'tab1'.
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/ui/gadueditaccountui.ui: Warning: The name 'TabPage' (QWidget) is already in use, defaulting to 'TabPage1'.
[ 65%] Generating gsmlibprefs.h
[ 67%] Generating ui_gaduawayui.h
[ 67%] Generating ui_gaduregisteraccountui.h
[ 67%] Generating ui_gadusearch.h
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/ui/gadusearch.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout1'.
Scanning dependencies of target kopete_wp
[ 67%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/kopete_wp_automoc.o
[ 67%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/libwinpopup/libwinpopup.o
Scanning dependencies of target kopete_gadu
[ 67%] Generating smsclientprefs.h
[ 67%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/kopete_gadu_automoc.o
[ 67%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaducommands.o
[ 67%] Generating smssendprefs.h
[ 67%] Generating smsactprefs.h
[ 67%] Generating smsuserprefs.h
[ 67%] Generating smsadd.h
[ 67%] Generating gsmlibprefs.cpp
[ 67%] Generating gsmlibprefs.moc.cpp
[ 67%] Generating smsclientprefs.cpp
[ 67%] Generating smsclientprefs.moc.cpp
[ 67%] Generating smssendprefs.cpp
[ 67%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadusession.o
[ 67%] Generating smssendprefs.moc.cpp
[ 67%] Generating smsactprefs.cpp
[ 67%] Generating smsactprefs.moc.cpp
[ 67%] Generating smsuserprefs.cpp
1 error
*** Error code 2
[ 67%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/wpcontact.o
[ 67%] Generating smsuserprefs.moc.cpp
[ 67%] Generating smsadd.cpp
[ 68%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/wpaccount.o
[ 69%] Generating smsadd.moc.cpp
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.cpp:18:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.h:55: warning: by 'virtual QList<KAction*>* WPContact::customContextMenuActions()'
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaccount.h:36,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaccount.cpp:22:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.h:55: warning: by 'virtual QList<KAction*>* WPContact::customContextMenuActions()'
Scanning dependencies of target kopete_sms
[ 69%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/kopete_sms_automoc.o
[ 69%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smscontact.o
[ 70%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaducontactlist.o
[ 70%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/wpeditaccount.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.cpp:17:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:232: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions()' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
[ 70%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/wpprotocol.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaccount.h:36,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpeditaccount.h:30,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpeditaccount.cpp:21:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.h:55: warning: by 'virtual QList<KAction*>* WPContact::customContextMenuActions()'
[ 70%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsprotocol.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaccount.h:36,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpeditaccount.h:30,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpprotocol.cpp:41:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.h:55: warning: by 'virtual QList<KAction*>* WPContact::customContextMenuActions()'
[ 70%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadurichtextformat.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smsprotocol.cpp:27:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:232: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions()' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
[ 70%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/serviceloader.o
[ 70%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadudccserver.o
[ 70%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/wpaddcontact.o
[ 70%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsservice.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsaccount.o
[ 70%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadudcctransaction.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaccount.h:36,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaddcontact.cpp:41:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.h:55: warning: by 'virtual QList<KAction*>* WPContact::customContextMenuActions()'
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/services/kopete_unix_serial.o
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadudcc.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smsaccount.cpp:35:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:232: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions()' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gadudcctransaction.cpp:41:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.h:54: warning: by 'virtual QList<KAction*>* GaduContact::customContextMenuActions()'
[ 71%] Building CXX object kopete/protocols/winpopup/CMakeFiles/kopete_wp.dir/wpuserinfo.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/services/smssendprovider.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpaccount.h:36,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpuserinfo.cpp:33:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/winpopup/wpcontact.h:55: warning: by 'virtual QList<KAction*>* WPContact::customContextMenuActions()'
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/ui/empty.o
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaduaway.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/services/smssendprovider.cpp:34:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:232: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions()' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsaddcontactpage.o
Linking CXX shared module ../../../lib/kopete_wp.so
[ 71%] Built target kopete_wp
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaduaddcontactpage.o
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadueditcontact.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smseditaccountwidget.o
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadueditaccount.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gadueditcontact.cpp:23:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.h:54: warning: by 'virtual QList<KAction*>* GaduContact::customContextMenuActions()'
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaduaddcontactpage.cpp:29:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.h:54: warning: by 'virtual QList<KAction*>* GaduContact::customContextMenuActions()'
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsuserpreferences.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/services/gsmlib.o
In file included from /usr/local/include/qt4/Qt3Support/Q3GridLayout:1,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/services/gsmlib.h:21,
from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/services/gsmlib.cpp:16:
/usr/local/include/qt4/Qt3Support/q3gridlayout.h: In constructor 'Q3GridLayout::Q3GridLayout(QWidget*, int, int, int, int, const char*)':
/usr/local/include/qt4/Qt3Support/q3gridlayout.h:61: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qgridlayout.h:73)
/usr/local/include/qt4/Qt3Support/q3gridlayout.h: In constructor 'Q3GridLayout::Q3GridLayout(int, int, int, const char*)':
/usr/local/include/qt4/Qt3Support/q3gridlayout.h:64: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qgridlayout.h:74)
/usr/local/include/qt4/Qt3Support/q3gridlayout.h: In constructor 'Q3GridLayout::Q3GridLayout(QLayout*, int, int, int, const char*)':
/usr/local/include/qt4/Qt3Support/q3gridlayout.h:68: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qgridlayout.h:76)
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaduprotocol.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/services/smsclient.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smsuserpreferences.cpp:25:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:232: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions()' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/sms/smscontact.h:38: warning: by 'KActionCollection* SMSContact::customContextMenuActions(QWidget*)'
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaduaccount.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaduprotocol.cpp:30:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.h:54: warning: by 'virtual QList<KAction*>* GaduContact::customContextMenuActions()'
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaduaccount.cpp:25:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.h:54: warning: by 'virtual QList<KAction*>* GaduContact::customContextMenuActions()'
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/services/smssend.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsadd.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsadd.moc.o
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsadd.cpp: In constructor 'smsAddUI::smsAddUI(QWidget*, const char*, Qt::WindowFlags)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsadd.cpp:12: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qwidget.h:233)
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaducontact.o
[ 71%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gadupubdir.o
In file included from /usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.cpp:32:
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/libkopete/kopetecontact.h:237: warning: 'virtual QList<KAction*>* Kopete::Contact::customContextMenuActions(Kopete::ChatSession*)' was hidden
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/kopete/protocols/gadu/gaducontact.h:54: warning: by 'virtual QList<KAction*>* GaduContact::customContextMenuActions()'
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsactprefs.o
[ 71%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsactprefs.moc.o
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsactprefs.cpp: In constructor 'smsActPrefsUI::smsActPrefsUI(QWidget*, const char*, Qt::WindowFlags)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsactprefs.cpp:13: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qwidget.h:233)
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsuserprefs.o
[ 72%] Building CXX object kopete/protocols/gadu/CMakeFiles/kopete_gadu.dir/gaduregisteraccount.o
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsuserprefs.cpp: In constructor 'SMSUserPrefsUI::SMSUserPrefsUI(QWidget*, const char*, Qt::WindowFlags)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsuserprefs.cpp:12: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qwidget.h:233)
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsuserprefs.moc.o
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/gsmlibprefs.o
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/gsmlibprefs.moc.o
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/gsmlibprefs.cpp: In constructor 'GSMLibPrefsUI::GSMLibPrefsUI(QWidget*, const char*, Qt::WindowFlags)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/gsmlibprefs.cpp:12: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qwidget.h:233)
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsclientprefs.o
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smsclientprefs.moc.o
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smssendprefs.o
Linking CXX shared module ../../../lib/kopete_gadu.so
[ 72%] Built target kopete_gadu
[ 72%] Building CXX object kopete/protocols/sms/CMakeFiles/kopete_sms.dir/smssendprefs.moc.o
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsclientprefs.cpp: In constructor 'SMSClientPrefsUI::SMSClientPrefsUI(QWidget*, const char*, Qt::WindowFlags)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smsclientprefs.cpp:12: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qwidget.h:233)
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smssendprefs.cpp: In constructor 'SMSSendPrefsUI::SMSSendPrefsUI(QWidget*, const char*, Qt::WindowFlags)':
/usr/ports/net/kdenetwork4/work/kdenetwork-4.8.4/build/kopete/protocols/sms/smssendprefs.cpp:12: warning: '__base_ctor ' is deprecated (declared at /usr/local/include/qt4/QtGui/qwidget.h:233)
Linking CXX shared module ../../../lib/kopete_sms.so
[ 72%] Built target kopete_sms
1 error
*** Error code 2
1 error
*** Error code 1
Stop in /usr/ports/net/kdenetwork4.
*** Error code 1
Stop in /usr/ports/net/kdenetwork4.
*** Error code 1
Stop in /usr/ports/x11/kde4.
*** Error code 1
Stop in /usr/ports/x11/kde4.
|
|
|
|
01-03-2013, 05:15 PM
|
#2
|
|
LQ Newbie
Registered: Jul 2012
Distribution: Slackware
Posts: 18
Original Poster
Rep: 
|
I eventually got kde to compile by omitting kdenetwork in the ports Makefile.
|
|
|
|
| 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 07:21 AM.
|
|
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
|
|