Sorry i forgot to mention it,<br>Actually what i had done was a change in libalkimia at my pc so it got reflected there.<br>I combined the alkuser with the libalkimia itself and installed it<br>is it working at ur distro after linking it?<br>
<br>Regards,<br>Puneet<br><br><div class="gmail_quote">On Thu, Jul 14, 2011 at 12:17 PM, Cristian OneČ› <span dir="ltr">&lt;<a href="mailto:onet.cristian@gmail.com">onet.cristian@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2011/7/13 puneet goyal &lt;<a href="mailto:puneetgoyal08@gmail.com">puneetgoyal08@gmail.com</a>&gt;:<br>
<div class="im">&gt; CMakeFiles/paymentbackend.dir/backend.o: In function `void<br>
&gt; qDBusDemarshallHelper&lt;AlkUser&gt;(QDBusArgument const&amp;, AlkUser*)&#39;:<br>
&gt;<br>
&gt; /usr/include/qt4/QtDBus/qdbusmetatype.h:76: undefined reference to<br>
&gt; `operator&gt;&gt;(QDBusArgument const&amp;, AlkUser&amp;)&#39;<br>
&gt;<br>
&gt; CMakeFiles/paymentbackend.dir/backend.o: In function `void<br>
&gt; qDBusMarshallHelper&lt;AlkUser&gt;(QDBusArgument&amp;, AlkUser const*)&#39;:<br>
&gt;<br>
&gt; /usr/include/qt4/QtDBus/qdbusmetatype.h:72: undefined reference to<br>
&gt; `operator&lt;&lt;(QDBusArgument&amp;, AlkUser const&amp;)&#39;<br>
&gt;<br>
&gt; collect2: ld returned 1 exit status<br>
&gt;<br>
&gt; I am having this error while compiling and not able to find where the error<br>
&gt; is actually.<br>
&gt; Here it is shown that the error is in a function of a file which is<br>
&gt; automatially generated or built while compiling.<br>
&gt; It has not shown the exact location where the error has occured<br>
&gt; Can you tell me how to handle these types of errors?<br>
<br>
</div>To fix this you must have<br>
operator&gt;&gt;(QDBusArgument const&amp;, AlkUser&amp;)<br>
operator&lt;&lt;(QDBusArgument&amp;, AlkUser const&amp;)<br>
implemented somewhere. You need to link the object file where it&#39;s<br>
implemented with your application/library.<br>
In your case looking at [1] it seems that alkuser.cpp is not compiled<br>
and linked.<br>
<br>
Regards,<br>
Cristian<br><br>
</blockquote></div>