adubey
(AD)
May 6, 2015, 6:23am
1
Hi All,
I am finding some difficulties on installation of qTango.
here is error log.
any help appreciated …
make
/bin/ld: cannot find -lCOSNotify4
/bin/ld: cannot find -lAttNotification4
collect2: error: ld returned 1 exit status
make[1]: *** [libQTangoDBus5.so.5.3.9] Error 1
make[1]: Leaving directory `/home/385866/Downloads/qt/qtango-5.3.9/dbus'
make: *** [sub-dbus-make_default-ordered] Error 2
or
./install
/home/385866/Downloads/qt/qtango-5.3.9 /home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9 /home/385866/Downloads/qt/qtango-5.3.9
Project MESSAGE: * comment or uncomment the line
Project MESSAGE: * DEFINES += SCALABLE_FONTS_ENABLED_BY_DEFAULT
Project MESSAGE: * in qtcontrols.pro to have automatically disabled/enabled
Project MESSAGE: * widgets' font scaling. Since version 4.x this directive is defined.
Project MESSAGE: * If you comment out it, then you must explicitly
Project MESSAGE: * enable font scaling on each widget supporting this feature.
Project MESSAGE: * On the other hand, if the directive is defined, all widgets supporting
Project MESSAGE: * font scaling feature are constructed with such property enabled
/home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9 /home/385866/Downloads/qt/qtango-5.3.9
Project MESSAGE: ---------------------------------
Project MESSAGE: Occhio: i warning sono off
Project MESSAGE: ---------------------------------
/home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9 /home/385866/Downloads/qt/qtango-5.3.9
Project MESSAGE: ---------------------------------
Project MESSAGE: Occhio: i warning sono off
Project MESSAGE: ---------------------------------
WARNING: plugin_inc.path is not defined: install target not created
/home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9 /home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9
/home/385866/Downloads/qt/qtango-5.3.9 /home/385866/Downloads/qt/qtango-5.3.9
Project MESSAGE: ---------------------------------
Project MESSAGE: Occhio: i warning sono off
Project MESSAGE: ---------------------------------
/home/385866/Downloads/qt/qtango-5.3.9
cd dbus/ && make -f Makefile install
make[1]: Entering directory `/home/385866/Downloads/qt/qtango-5.3.9/dbus'
rm -rf libQTangoDBus5.so.5.3.9 libQTangoDBus5.so libQTangoDBus5.so.5 libQTangoDBus5.so.5.3
g++ -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,libQTangoDBus5.so.5 -o libQTangoDBus5.so.5.3.9 obj/ActionFactoryAdaptor.o obj/ActionFactoryInterface.o obj/DeviceThreadFactoryAdaptor.o obj/DeviceThreadFactoryInterface.o obj/secondinstancehandler.o obj/tappinfo.o obj/tappinfolist.o obj/TApplicationAdaptor.o obj/TApplicationInterface.o obj/tapplicationspoolproxy.o obj/tapplicationspoolproxy_p.o obj/moc_ActionFactoryAdaptor.o obj/moc_ActionFactoryInterface.o obj/moc_DeviceThreadFactoryAdaptor.o obj/moc_DeviceThreadFactoryInterface.o obj/moc_TApplicationAdaptor.o obj/moc_TApplicationInterface.o obj/moc_tapplicationspoolproxy.o -L/usr/lib64 -lqwt -L/usr/local/tango-8.1.2.c/lib -L/usr/local/omniorb-4.1.6/lib -L/usr/local/qwt-5.2.1/lib -ltango -llog4tango -lomniORB4 -lomniDynamic4 -lCOS4 -lCOSNotify4 -lAttNotification4 -lCOSDynamic4 -lomnithread -ldl -lX11 -L/usr/local/lib -lzmq -L/runtime/lib -lQtDBus -lQtXml -lQtGui -lQtCore -lpthread
/bin/ld: cannot find -lCOSNotify4
/bin/ld: cannot find -lAttNotification4
collect2: error: ld returned 1 exit status
make[1]: *** [libQTangoDBus5.so.5.3.9] Error 1
make[1]: Leaving directory `/home/385866/Downloads/qt/qtango-5.3.9/dbus'
make: *** [sub-dbus-install_subtargets-ordered] Error 2
*
* QTango version "5.3.9" failed to compile
*
* The libraries used to build the source lay in the following directoies:
*
- tango: /usr/local/tango-8.1.2.c
- omniorb: /usr/local/omniorb-4.1.6
- qwt libraries: /usr/local/qwt-5.2.1 # /usr
*
* Please check that the omniorb, tango and qwt installations are installed there.
*
* If this does not solve the problem, submit a bug report at this link:
* "http://ken.elettra.trieste.it/bugzilla/"
* or contact the author at mailto:giacomo.strangolino@elettra.trieste.it
*
* To display this message again, run "./install showerror".
Cheers.
AD
jcibulka
(cibulka)
May 11, 2015, 8:11am
2
Hi,
when I was compiling QTango, I was also unable to find the two libraries COSNotify4 and AttNotification4. After removing -lCOSNotify4 and -lAttNotification4 from qtango.pri, the compilation and installation were successful. I guess that these two libraries are needed only for Tango 7 and earlier, which use CORBA for events.
Regards,
Josef
adubey
(AD)
May 11, 2015, 11:55am
3
[quote=“cibulka”]Hi,
when I was compiling QTango, I was also unable to find the two libraries COSNotify4 and AttNotification4. After removing -lCOSNotify4 and -lAttNotification4 from qtango.pri, the compilation and installation were successful. I guess that these two libraries are needed only for Tango 7 and earlier, which use CORBA for events.
Regards,
Josef[/quote]
Hi cibulka,
Thank you for suggestion.
let me try this..
cheer.s
tgmrt
(TCS_GMRT)
June 29, 2015, 7:37am
4
Hi All
Following errors are coming while compiling qtango
cd dbus/ && /usr/bin/qmake-qt4 /opt/Mahendra/qtango/qtango-5.3.9/dbus/dbus.pro -o Makefile
cd dbus/ && make -f Makefile
make[1]: Entering directory /opt/Mahendra/qtango/qtango-5.3.9/dbus' g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/ActionFactoryAdaptor.o ActionFactoryAdaptor.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/ActionFactoryInterface.o ActionFactoryInterface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/DeviceThreadFactoryAdaptor.o DeviceThreadFactoryAdaptor.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/DeviceThreadFactoryInterface.o DeviceThreadFactoryInterface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/secondinstancehandler.o secondinstancehandler.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/tappinfo.o tappinfo.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/tappinfolist.o tappinfolist.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/TApplicationAdaptor.o TApplicationAdaptor.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/TApplicationInterface.o TApplicationInterface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/tapplicationspoolproxy.o tapplicationspoolproxy.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/tapplicationspoolproxy_p.o private/tapplicationspoolproxy_p.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc ActionFactoryAdaptor.h -o moc/moc_ActionFactoryAdaptor.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_ActionFactoryAdaptor.o moc/moc_ActionFactoryAdaptor.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc ActionFactoryInterface.h -o moc/moc_ActionFactoryInterface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_ActionFactoryInterface.o moc/moc_ActionFactoryInterface.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc DeviceThreadFactoryAdaptor.h -o moc/moc_DeviceThreadFactoryAdaptor.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_DeviceThreadFactoryAdaptor.o moc/moc_DeviceThreadFactoryAdaptor.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc DeviceThreadFactoryInterface.h -o moc/moc_DeviceThreadFactoryInterface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_DeviceThreadFactoryInterface.o moc/moc_DeviceThreadFactoryInterface.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc TApplicationAdaptor.h -o moc/moc_TApplicationAdaptor.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_TApplicationAdaptor.o moc/moc_TApplicationAdaptor.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc TApplicationInterface.h -o moc/moc_TApplicationInterface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_TApplicationInterface.o moc/moc_TApplicationInterface.cpp /usr/lib64/qt4/bin/moc -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc tapplicationspoolproxy.h -o moc/moc_tapplicationspoolproxy.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/runtime/include/qtango5 -I. -Iprivate -Imoc -o obj/moc_tapplicationspoolproxy.o moc/moc_tapplicationspoolproxy.cpp rm -rf libQTangoDBus5.so.5.3.9 libQTangoDBus5.so libQTangoDBus5.so.5 libQTangoDBus5.so.5.3 g++ -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,libQTangoDBus5.so.5 -o libQTangoDBus5.so.5.3.9 obj/ActionFactoryAdaptor.o obj/ActionFactoryInterface.o obj/DeviceThreadFactoryAdaptor.o obj/DeviceThreadFactoryInterface.o obj/secondinstancehandler.o obj/tappinfo.o obj/tappinfolist.o obj/TApplicationAdaptor.o obj/TApplicationInterface.o obj/tapplicationspoolproxy.o obj/tapplicationspoolproxy_p.o obj/moc_ActionFactoryAdaptor.o obj/moc_ActionFactoryInterface.o obj/moc_DeviceThreadFactoryAdaptor.o obj/moc_DeviceThreadFactoryInterface.o obj/moc_TApplicationAdaptor.o obj/moc_TApplicationInterface.o obj/moc_tapplicationspoolproxy.o -L/usr/lib64 -lqwt -L/include/tango/lib -L/usr/local/include/omniORB4/lib -L/opt/Mahendra/qtango/qwt-6.1.2/lib -ltango -llog4tango -lomniORB4 -lomniDynamic4 -lCOS4 -lCOSDynamic4 -lomnithread -ldl -lX11 -L/usr/local/include/lib -lzmq -L/runtime/lib -lQtDBus -lQtXml -lQtGui -lQtCore -lpthread ln -s libQTangoDBus5.so.5.3.9 libQTangoDBus5.so ln -s libQTangoDBus5.so.5.3.9 libQTangoDBus5.so.5 ln -s libQTangoDBus5.so.5.3.9 libQTangoDBus5.so.5.3 make[1]: Leaving directory /opt/Mahendra/qtango/qtango-5.3.9/dbus’
cd qtcontrols/ && /usr/bin/qmake-qt4 /opt/Mahendra/qtango/qtango-5.3.9/qtcontrols/qtcontrols.pro -o Makefile
Project MESSAGE: * comment or uncomment the line
Project MESSAGE: * DEFINES += SCALABLE_FONTS_ENABLED_BY_DEFAULT
Project MESSAGE: * in qtcontrols.pro to have automatically disabled/enabled
Project MESSAGE: * widgets’ font scaling. Since version 4.x this directive is defined.
Project MESSAGE: * If you comment out it, then you must explicitly
Project MESSAGE: * enable font scaling on each widget supporting this feature.
Project MESSAGE: * On the other hand, if the directive is defined, all widgets supporting
Project MESSAGE: * font scaling feature are constructed with such property enabled
cd qtcontrols/ && make -f Makefile
make[1]: Entering directory /opt/Mahendra/qtango/qtango-5.3.9/qtcontrols' /usr/lib64/qt4/bin/uic src/estringlisteditor.ui -o src/ui_estringlisteditor.h /usr/lib64/qt4/bin/uic src/eplotlight/configuration.ui -o src/ui_configuration.h g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/enumeric.o src/enumeric.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/eflag.o src/eflag.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/eapplybutton.o src/eapplybutton.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/euniqueapplication.o src/euniqueapplication.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/euniqueapplication_adapter.o src/euniqueapplication_adapter.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/euniqueapplication_interface.o src/euniqueapplication_interface.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/eapplynumeric.o src/eapplynumeric.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/leftclick_with_modifiers_eater.o src/leftclick_with_modifiers_eater.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/elabel.o src/elabel.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/eled.o src/eled.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/egauge.o src/egauge.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/eapplicationlauncher.o src/eapplicationlauncher.cpp src/eapplicationlauncher.cpp: In member function ‘QPixmap X11Utils::GetX11Icon()’: src/eapplicationlauncher.cpp:576:13: warning: variable ‘xwmh’ set but not used [-Wunused-but-set-variable] XWMHints * xwmh = NULL; ^ g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/eapplicationbutton.o src/eapplicationbutton.cpp g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"5.3.9\"" -DQTANGO_VERSION=0x050309 -DVER_MAJ=5 -DVER_MIN=3 -DVER_FIX=9 -DSHAREDIR="\"/runtime/share\"" -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtDBus -I/usr/include -I../../qwt-6.1.2/include -I/usr/local/include/omniORB4/include -I/include/tango/include/tango -I/usr/local/include/include -I/usr/local/include/include -I/usr/include/X11 -I../common -I.. -I../dbus -Imoc -Isrc -o obj/scrollzoomer.o src/scrollzoomer.cpp src/scrollzoomer.cpp: In member function ‘virtual void ScrollZoomer::rescale()’: [b]src/scrollzoomer.cpp:98:45: error: ‘class QwtPlotLayout’ has no member named ‘alignCanvasToScales’ d_alignCanvasToScales = layout->alignCanvasToScales();[/b] ^ src/scrollzoomer.cpp: In member function ‘virtual void ScrollZoomer::updateScrollBars()’: [b]src/scrollzoomer.cpp:351:59: error: cannot convert ‘const QwtScaleDiv’ to ‘const QwtScaleDiv*’ in initialization const QwtScaleDiv *sd = plot()->axisScaleDiv(xAxis); ^ src/scrollzoomer.cpp:385:59: error: cannot convert ‘const QwtScaleDiv’ to ‘const QwtScaleDiv*’ in initialization const QwtScaleDiv *sd = plot()->axisScaleDiv(yAxis); ^ src/scrollzoomer.cpp: In member function ‘void ScrollZoomer::scrollBarMoved(Qt::Orientation, double, double)’: src/scrollzoomer.cpp:505:35: error: no matching function for call to ‘ScrollZoomer::move(double&, qreal)’ move(min, zoomRect().top());[/b] ^ src/scrollzoomer.cpp:505:35: note: candidate is: In file included from ../../qwt-6.1.2/include/qwt_plot_zoomer.h:14:0, from src/scrollzoomer.h:8, from src/scrollzoomer.cpp:7: ../../qwt-6.1.2/include/qwt_plot_picker.h:102:18: note: virtual void QwtPlotPicker::move(const QPoint&) virtual void move( const QPoint & ); ^ [b]../../qwt-6.1.2/include/qwt_plot_picker.h:102:18: note: candidate expects 1 argument, 2 provided src/scrollzoomer.cpp:507:36: error: no matching function for call to ‘ScrollZoomer::move(qreal, double&)’ move(zoomRect().left(), min);[/b] ^ src/scrollzoomer.cpp:507:36: note: candidate is: In file included from ../../qwt-6.1.2/include/qwt_plot_zoomer.h:14:0, from src/scrollzoomer.h:8, from src/scrollzoomer.cpp:7: ../../qwt-6.1.2/include/qwt_plot_picker.h:102:18: note: virtual void QwtPlotPicker::move(const QPoint&) virtual void move( const QPoint & ); ^ [b]../../qwt-6.1.2/include/qwt_plot_picker.h:102:18: note: candidate expects 1 argument, 2 provided make[1]: *** [obj/scrollzoomer.o] Error 1[/b] make[1]: Leaving directory /opt/Mahendra/qtango/qtango-5.3.9/qtcontrols’
make: *** [sub-qtcontrols-make_default-ordered] Error 2
Any Help will be appreciated.
Thanks and Regards
TCS-GMRT Team
jcibulka
(cibulka)
June 29, 2015, 9:31am
5
Hi,
you need QWT version 5, such as qwt - Browse /qwt/5.2.3 at SourceForge.net
The version 6, which you are using, is not fully backwards compatible.
I hope it will help,
Josef
tgmrt
(TCS_GMRT)
June 29, 2015, 2:33pm
6
Hi All
Thank you Josef previous solution worked for qwt.
We are getting lot of errors which are looking like
cd qtangocore/ && make -f Makefile
make[1]: Entering directory `/opt/TangoSoftwares/qtango-5.4/qtango-svn/trunk/qtangocore’
/usr/lib64/qt4/bin/uic src/logdialog.ui -o src/ui_logdialog.h
g++ -c -pipe -std=gnu++98 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -w -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR=“"5.4.0"” -DQTANGO_VERSION=0x050400 -DVER_MAJ=5 -DVER_MIN=4 -DVER_FIX=0 -DQTANGO_PRINTINFO -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtDBus -I/usr/include -I/opt/Mahendra/qtango/qwt-5.2.1/include -I/usr/local/include -I/usr/local/include/tango -I/usr/local/include -I/usr/local/include -Isrc -I../qtcontrols/src -Isrc/wrapper -Isrc/qtango_wcommon -I../common -Isrc/tapplication -I../hdb -I../hdb/queries -I.. -Imoc -Isrc -o obj/tvariant.o src/tvariant.cpp
In file included from /usr/local/include/tango/tango.h:94:0,
from src/qtangocore_common.h:4,
from src/tvariant.h:24,
from src/tvariant.cpp:21:
/usr/local/include/tango/devasyn.h:86:5: error: ‘unique_ptr’ does not name a type
unique_ptr ext;
^
/usr/local/include/tango/devasyn.h:124:5: error: ‘unique_ptr’ does not name a type
unique_ptr ext;
^
/usr/local/include/tango/devasyn.h:159:5: error: ‘unique_ptr’ does not name a type
unique_ptr ext;
^
/usr/local/include/tango/devasyn.h:195:5: error: ‘unique_ptr’ does not name a type
unique_ptr ext;
^
In file included from /usr/local/include/tango/dbapi.h:31:0,
from /usr/local/include/tango/tango.h:95,
from src/qtangocore_common.h:4,
from src/tvariant.h:24,
from src/tvariant.cpp:21:
/usr/local/include/tango/devapi.h:405:5: error: ‘unique_ptr’ does not name a type
unique_ptr ext;
Any Help will be appreciated.
Thanks and Regards
TCS-GMRT Team
jcibulka
(cibulka)
June 29, 2015, 3:04pm
7
Hi,
in qtango.pri, remove the line “QMAKE_CXXFLAGS += -std=gnu++98” and uncomment the line with “QMAKE_CXXFLAGS += -std=c++0x”. Then run qmake and make again and it should compile without these errors.
In the current version of Tango, some header files use unique_ptr, which is in the C++11 standard, but not in the C++98 standard. These headers are included by the QTango sources and so they need C++11 as well, although they themselves do not need any of its new features.
Josef
sliu
(Jimmy)
July 23, 2015, 7:56am
8
Build qtango-5.3.9 on Qt5.5
the make output error log is:
[quote]src/eapplicationlauncher.cpp: In member function ‘Window X11Utils::QueryX11Status(QString)’:
src/eapplicationlauncher.cpp:490:50: error: ‘class QWidget’ has no member named ‘x11Info’
disp = ( (QWidget*) QApplication::desktop() )->x11Info().display();[/quote]
but check the Qt5.5’s QWidget Class, it has x11Info() public funciton
any help appreciated…
jcibulka
(cibulka)
July 23, 2015, 9:15am
9
I have compiled QTango only with QT4 and did not have this problem. According to the QT documentation you should add “QT += x11extras” to your .pro file (I guess either to qtango.pro or to qtcontrols/qtcontrols.pro), which was not needed in QT4.
Or, if you can, you may try downgrading from QT5 to QT4.
Since my last post I found out that the same tweaks that I suggested above in this thread can be found also in a post in the Tango mailing list. The author of the post also uses QT4.
Josef
sliu
(Jimmy)
July 23, 2015, 11:24am
10
thanks cibulka
befor make, I have adjusted the qtang.pro file:
[quote]…
QMAKE_CXXFLAGS += -std=gnu++98
QMAKE_CXXFLAGS += -std=c++0x
qt += dbus widgets x11extras
…
[/quote]
at the same time adjusted some .cpp and .h file in qtcontrols/src directory, mainly the #include<> statement
but it couldn’t work, so i decide to downgrade to Qt4.