Good day all.

Attached, you will find a patch to make kopete/protocols/jabber compile 
correctly on my machine. Documentation says to put the patch in 
kdenetwork/kopete/protocols/jabber/libiris for safekeeping. 

The patch does just enough to make gcc happy for the moment, and avoid. I 
don't expect it to be very robust.

Obviously, being a bit of a n00b programmer, I don't have an svn account, so 
someone else will have to check and commit it. ogoffart was around when I 
first ran across the error.

Hope this helps

David

Index: iris/include/im.h
===================================================================
--- iris/include/im.h	(revision 620864)
+++ iris/include/im.h	(working copy from alsuren)
@@ -237,7 +237,7 @@
 	};
 	typedef QList<RosterExchangeItem> RosterExchangeItems;
 
-	class HTMLElement
+	class IRIS_EXPORT HTMLElement
 	{
 	public:
 		HTMLElement();
@@ -252,7 +252,7 @@
 		QDomElement body_;
 	};
 
-	class Message
+	class IRIS_EXPORT Message
 	{
 	public:
 		Message(const Jid &to="");
Index: iris/xmpp-im/xmpp_tasks.h
===================================================================
--- iris/xmpp-im/xmpp_tasks.h	(revision 620864)
+++ iris/xmpp-im/xmpp_tasks.h	(working copy from alsuren)
@@ -450,7 +450,7 @@
 		Private *d;
 	};
     
-	class JT_PrivateStorage : public Task
+	class IRIS_EXPORT JT_PrivateStorage : public Task
 	{
 		Q_OBJECT
 	public:
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to