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"><<a href="mailto:onet.cristian@gmail.com">onet.cristian@gmail.com</a>></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 <<a href="mailto:puneetgoyal08@gmail.com">puneetgoyal08@gmail.com</a>>:<br>
<div class="im">> CMakeFiles/paymentbackend.dir/backend.o: In function `void<br>
> qDBusDemarshallHelper<AlkUser>(QDBusArgument const&, AlkUser*)':<br>
><br>
> /usr/include/qt4/QtDBus/qdbusmetatype.h:76: undefined reference to<br>
> `operator>>(QDBusArgument const&, AlkUser&)'<br>
><br>
> CMakeFiles/paymentbackend.dir/backend.o: In function `void<br>
> qDBusMarshallHelper<AlkUser>(QDBusArgument&, AlkUser const*)':<br>
><br>
> /usr/include/qt4/QtDBus/qdbusmetatype.h:72: undefined reference to<br>
> `operator<<(QDBusArgument&, AlkUser const&)'<br>
><br>
> collect2: ld returned 1 exit status<br>
><br>
> I am having this error while compiling and not able to find where the error<br>
> is actually.<br>
> Here it is shown that the error is in a function of a file which is<br>
> automatially generated or built while compiling.<br>
> It has not shown the exact location where the error has occured<br>
> Can you tell me how to handle these types of errors?<br>
<br>
</div>To fix this you must have<br>
operator>>(QDBusArgument const&, AlkUser&)<br>
operator<<(QDBusArgument&, AlkUser const&)<br>
implemented somewhere. You need to link the object file where it'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>