[Bug 30791] doesn't build with --enable-gtk-doc

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 12 12:27:50 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30791

--- Comment #4 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-10-12 03:27:50 PDT ---
(In reply to comment #0)
> /home/mccann/devel/gnome/telepathy-glib-0.13.1/docs/reference/.libs/lt-telepathy-glib-scan:
> /opt/gnome/lib/libtelepathy-glib.so.0: version `TELEPATHY_GLIB_0.13.1' not
> found (required by
> /home/mccann/devel/gnome/telepathy-glib-0.13.1/docs/reference/.libs/lt-telepathy-glib-scan)

telepathy-glib-scan is meant to link against the just-compiled version of
telepathy-glib, but it looks as though it's picking up your installed copy
instead.

Do you have an LD_LIBRARY_PATH environment variable set? If so, what?

If you look in docs/reference/Makefile (the generated file, not the source
file), what are your GTKDOC_LIBS and LDFLAGS set to?

When telepathy-glib-scan is linked (it should be a few lines above the error
message you pasted), what is the exact command?

You may be able to get more information from the output of:

rm -f docs/reference/*.stamp

make -n -C docs/reference V=1

make -C docs/reference V=1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list