/purple-2/libchatdalesa.so is not loadable: undefined symbol: avahi_glib_allocator

View: New views
4 Messages — Rating Filter:   Alert me  

/purple-2/libchatdalesa.so is not loadable: undefined symbol: avahi_glib_allocator

by nuwan gunarahtna :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi when it load my piding plugin it returns the above error.
what will possibly I hv missed with. the plugin get compiled with no problem.

thanks

_______________________________________________
avahi mailing list
avahi@...
http://lists.freedesktop.org/mailman/listinfo/avahi

Re: /purple-2/libchatdalesa.so is not loadable: undefined symbol: avahi_glib_allocator

by Lennart Poettering-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 29.06.09 01:04, evanescent (coolnuwan@...) wrote:

> Hi when it load my piding plugin it returns the above error.
> what will possibly I hv missed with. the plugin get compiled with no
> problem.

Taht symbols is in libavahi-glib. You need to include "avahi-glib" in
your pkgconfig line.

Lennart

--
Lennart Poettering                        Red Hat, Inc.
lennart [at] poettering [dot] net
http://0pointer.net/lennart/           GnuPG 0x1A015CC4
_______________________________________________
avahi mailing list
avahi@...
http://lists.freedesktop.org/mailman/listinfo/avahi

Re: /purple-2/libchatdalesa.so is not loadable: undefined symbol: avahi_glib_allocator

by nuwan gunarahtna :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks,
by the way what did u mean by pkgconfig line? is that a standard when developing a purple pluging.
in my Makefile I dnt hav such a line. I was writing my Make file from the scratch and i hv been in lot of trouble.
Anyhow now I manage to compile and deploy the plugin with no problem up to now.
thanks

On Mon, Jun 29, 2009 at 4:14 PM, Lennart Poettering <lennart@...> wrote:
On Mon, 29.06.09 01:04, evanescent (coolnuwan@...) wrote:

> Hi when it load my piding plugin it returns the above error.
> what will possibly I hv missed with. the plugin get compiled with no
> problem.

Taht symbols is in libavahi-glib. You need to include "avahi-glib" in
your pkgconfig line.

Lennart

--
Lennart Poettering                        Red Hat, Inc.
lennart [at] poettering [dot] net
http://0pointer.net/lennart/           GnuPG 0x1A015CC4
_______________________________________________
avahi mailing list
avahi@...
http://lists.freedesktop.org/mailman/listinfo/avahi


_______________________________________________
avahi mailing list
avahi@...
http://lists.freedesktop.org/mailman/listinfo/avahi

Re: /purple-2/libchatdalesa.so is not loadable: undefined symbol: avahi_glib_allocator

by Lennart Poettering-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 29.06.09 18:23, evanescent (coolnuwan@...) wrote:

> thanks,
> by the way what did u mean by pkgconfig line? is that a standard when
> developing a purple pluging.

pkgconfig is used in almost all free software projects to find the
dependencies/library/cflags/yaddayadda automatically during build
time.

Lennart

--
Lennart Poettering                        Red Hat, Inc.
lennart [at] poettering [dot] net
http://0pointer.net/lennart/           GnuPG 0x1A015CC4
_______________________________________________
avahi mailing list
avahi@...
http://lists.freedesktop.org/mailman/listinfo/avahi