Em Terça-feira 24 Novembro 2009, Tiago Salem Herrmann escreveu:
> Dâniel Fraga wrote:
> > On Tue, 24 Nov 2009 10:27:41 -0200
> >
> > Tiago Salem Herrmann <sa...@mandriva.com> wrote:
> >> please, enter the libmsn build directory and check the following file:
> >> msn/config.h
> >> The macro should be defined. (I believe it is, or kopete would not fail
> >> to link)
> >
> > config.h:
> >
> > #ifndef LIBMSN_CONFIG_H
> > #define LIBMSN_CONFIG_H
> >
> > #define LIBMSN_INBOX_URL_ENABLED
> >
> > #endif
> >
> >> Could you please run "make clean; make VERBOSE=1" in wlm and paste the
> >> output on pastebin?
> >
> >     Ok:
> >
> > http://pastebin.com/m360c253d
> 
> hm, ok.
> one more try:
> 
> rm /usr/local/include/msn -rf
> then compile libmsn again. Maybe a config.h is being included from
> outside the build directory.

        I do not think that is the problem, if LIBMSN_INBOX_URL_ENABLED is not 
defined when including wlmlibmsn.h the error message would be different. The 
linker thinks inboxUrl is a class method, not a signal, that is the problem. 
Dâniel, could you try recompiling again now just removing the #ifdef 
LIBMSN_INBOX_URL_ENABLED and the #endif but keeping inboxUrl at the same place 
(after newMailNotification signal). If it does not work, try adding a fake 
signal after inboxUrl to see what happens. I still think it is a 
compiler/liker bug, we need more test to figure out what is really happening.

-- 
Lamarque V. Souza
http://www.geographicguide.com/brazil.htm
Linux User #57137 - http://counter.li.org/
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to