Notices


Reply
Thread Tools
Posts: 180 | Thanked: 180 times | Joined on Nov 2014 @ New Delhi, DELHI, INDIA
#221
yeppp. The one from extras-devel doesn't work. That is the one I'm using.
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#222
And are yousure that he "thumb" version didn't get upgraded to the extras-devel one?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 180 | Thanked: 180 times | Joined on Nov 2014 @ New Delhi, DELHI, INDIA
#223
the version in my extras-devel is 0.8.2. I don't know if it is updated one?

the same happens with cuteRadio.
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#224
Originally Posted by princefakhan View Post
the version in my extras-devel is 0.8.2. I don't know if it is updated one?

the same happens with cuteRadio.
Just do

Code:
sudo gainroot
dpkg -i /path/to/patch/qt-components-hildon.deb
echo "qt-components-hildon hold" | dpkg --set-selections
and then doing

Code:
apt-get upgrade
will notify you that qt-components-hildon was kept back.

pirateman: what aboout adding this +thumb0 suffix as in CSSU Thumb so that your version doesn't get replaced with the extras-devel one during apt-get upgrade?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 180 | Thanked: 180 times | Joined on Nov 2014 @ New Delhi, DELHI, INDIA
#225
where is the patch though?
 
jmo707's Avatar
Posts: 67 | Thanked: 64 times | Joined on Feb 2015 @ Argentina
#226
Thanks marmistrz, I've done just as you said and now cuteRadio and QML Browser both work. Haven't found any problem with it (yet) =)
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#227
@pirateman: the thumb-enabled version still has some problems. I created a simple app using org.hildon.components.Connections and I get

Code:
/opt/saercher/bin/saercher: symbol lookup error: /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN23QDeclarativeConnectionsC2EP7QObject
After commenting out the Connections object, the error disappears
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 18 | Thanked: 49 times | Joined on Jul 2012
#228
Originally Posted by marmistrz View Post
@pirateman: the thumb-enabled version still has some problems. I created a simple app using org.hildon.components.Connections and I get

Code:
/opt/saercher/bin/saercher: symbol lookup error: /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN23QDeclarativeConnectionsC2EP7QObject
After commenting out the Connections object, the error disappears
trying to change that line with the components/qdeclarativeconnections_p.h file, at line 72:

Code:
virtual ~QDeclarativeConnections() {};
__________________
Fan N900 !!
My primary phone is the N900.

SVOX project N900

If you appreciate my work donated, thanks.
 

The Following User Says Thank You to pirateman For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#229
Originally Posted by pirateman View Post
trying to change that line with the components/qdeclarativeconnections_p.h file, at line 72:

Code:
virtual ~QDeclarativeConnections() {};
I took the latest marxian's git version and applied the change. First I accidentally built it in with the normal, non-thumb toolchain. It built ok. Then I realized it, built with the thumb toolchain and I'm getting:

Code:
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
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#230
QDBUS_EXPORT should be Q_DBUS_EXPORT. there was a change in api between stock qt 4.7.0 version and cssu's 4.7.1.

best i can suggest is to make all references to it to new Q_DBUS_EXPORT and then add the following after includes:

#ifdef QT_VERSION < 0x040700
#define Q_DBUS_EXPORT QDBUS_EXPORT
#endif
 

The Following User Says Thank You to Android_808 For This Useful Post:
Reply

Tags
browser, components, hildon, maemo 5, web browser


 
Forum Jump


All times are GMT. The time now is 06:43.