Re: [Vala] Error compiling with gedit module
- From: Damien Radtke <damienradtke gmail com>
- To: Sandino Flores Moreno <tigrux gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Error compiling with gedit module
- Date: Sat, 8 Jan 2011 15:48:51 -0600
Using ldd doesn't seem to show anything of note.
What is the name of the gedit library? I'm not even 100% sure what I'm
looking for.
On Tue, Jan 4, 2011 at 2:58 PM, Sandino Flores Moreno <tigrux gmail com>wrote:
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]