princefakhan
|
2015-03-15
, 05:34
|
Posts: 180 |
Thanked: 180 times |
Joined on Nov 2014
@ New Delhi, DELHI, INDIA
|
#221
|
|
2015-03-15
, 07:48
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#222
|
|
2015-03-15
, 08:03
|
Posts: 180 |
Thanked: 180 times |
Joined on Nov 2014
@ New Delhi, DELHI, INDIA
|
#223
|
|
2015-03-15
, 10:57
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#224
|
the version in my extras-devel is 0.8.2. I don't know if it is updated one?
the same happens with cuteRadio.
sudo gainroot dpkg -i /path/to/patch/qt-components-hildon.deb echo "qt-components-hildon hold" | dpkg --set-selections
apt-get upgrade
|
2015-03-15
, 12:51
|
Posts: 180 |
Thanked: 180 times |
Joined on Nov 2014
@ New Delhi, DELHI, INDIA
|
#225
|
|
2015-03-19
, 14:19
|
|
Posts: 67 |
Thanked: 64 times |
Joined on Feb 2015
@ Argentina
|
#226
|
|
2015-05-23
, 13:03
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#227
|
/opt/saercher/bin/saercher: symbol lookup error: /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN23QDeclarativeConnectionsC2EP7QObject
|
2015-05-23
, 21:56
|
Posts: 18 |
Thanked: 49 times |
Joined on Jul 2012
|
#228
|
@pirateman: the thumb-enabled version still has some problems. I created a simple app using org.hildon.components.Connections and I get
After commenting out the Connections object, the error disappearsCode:/opt/saercher/bin/saercher: symbol lookup error: /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN23QDeclarativeConnectionsC2EP7QObject
virtual ~QDeclarativeConnections() {};
The Following User Says Thank You to pirateman For This Useful Post: | ||
|
2015-05-24
, 14:56
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#229
|
trying to change that line with the components/qdeclarativeconnections_p.h file, at line 72:
Code:virtual ~QDeclarativeConnections() {};
g++ -c -pipe -O3 -mfpu=neon -fno-fast-math -fno-graphite -fno-tree-vectorize -mthumb -fno-strict-volatile-bitfields -Wno-cast-align -Wno-psabi -fno-inline-functions -fno-unswitch-loops -fno-predictive-commoning -fno-gcse-after-reload -fno-ipa-cp-clone -D_REENTRANT -fPIC -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DQT_PLUGIN -DQT_DECLARATIVE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/targets/fremantle-thumb/usr/share/qt4/mkspecs/linux-g++-maemo5 -I. -I/targets/fremantle-thumb/usr/include/QtCore -I/targets/fremantle-thumb/usr/include/QtGui -I/targets/fremantle-thumb/usr/include/QtDBus -I/targets/fremantle-thumb/usr/include/QtDeclarative -I/targets/fremantle-thumb/usr/include -I../components -I. -o dbusmessage.o dbusmessage.cpp In file included from dbusmessage.cpp:20:0: qdbusutil_p.h:68:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:70:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:72:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:74:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:76:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:78:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:80:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:82:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:84:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h:86:5: error: 'QDBUS_EXPORT' does not name a type qdbusutil_p.h: In function 'bool QDBusUtil::checkInterfaceName(const QString&, QDBusUtil::AllowEmptyFlag, QDBusError*)': qdbusutil_p.h:100:38: error: 'isValidInterfaceName' was not declared in this scope qdbusutil_p.h: In function 'bool QDBusUtil::checkBusName(const QString&, QDBusUtil::AllowEmptyFlag, QDBusError*)': qdbusutil_p.h:112:32: error: 'isValidBusName' was not declared in this scope qdbusutil_p.h: In function 'bool QDBusUtil::checkObjectPath(const QString&, QDBusUtil::AllowEmptyFlag, QDBusError*)': qdbusutil_p.h:124:35: error: 'isValidObjectPath' was not declared in this scope qdbusutil_p.h: In function 'bool QDBusUtil::checkMemberName(const QString&, QDBusUtil::AllowEmptyFlag, QDBusError*, const char*)': qdbusutil_p.h:137:35: error: 'isValidMemberName' was not declared in this scope qdbusutil_p.h: In function 'bool QDBusUtil::checkErrorName(const QString&, QDBusUtil::AllowEmptyFlag, QDBusError*)': qdbusutil_p.h:150:34: error: 'isValidErrorName' was not declared in this scope dbusmessage.cpp: In member function 'QString DBusMessage::replyString() const': dbusmessage.cpp:335:12: error: 'argumentToString' is not a member of 'QDBusUtil' make[3]: *** [dbusmessage.o] Error 1 make[3]: Leaving directory `/home/marcin/qtc/qt-components-hildon-master/src/dbus' make[2]: *** [sub-dbus-make_default] Error 2 make[2]: Leaving directory `/home/marcin/qtc/qt-components-hildon-master/src' make[1]: *** [sub-src-make_default] Error 2 make[1]: Leaving directory `/home/marcin/qtc/qt-components-hildon-master' make: *** [build-stamp] Error 2
|
2015-05-24
, 15:36
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#230
|
The Following User Says Thank You to Android_808 For This Useful Post: | ||
Tags |
browser, components, hildon, maemo 5, web browser |
|