Re: [Vala] Error compiling with gedit module



If with the option  --libs-only-L you see nothing, then it means that
gedit's libraries are installed in /usr/lib.

No clue then. :-/

Now, from the resulting binary, get the dynamic dependencies with ldd.

ldd <your-binary>

And it's likely that it may print you the missing libraries it depends
on but that your library loader cannot locate.

On Tue, Jan 4, 2011 at 1:15 PM, Damien Radtke <damienradtke gmail com> wrote:
Using pkg-config gedit-2.20, passing --libs gives me:

-pthread -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12
-lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lgthread-2.0 -lrt -lglib-2.0

But passing --libs-only-L returns nothing. It's possible that I don't have
the module installed, but I haven't been able to find it anywhere. =/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]