Re: 'make world' for lablgtk-2.14.2 fails even though 'configure' is OK

Sergei Steshenko <[email protected]> Tue, 25 Jan 2011 03:27:25 -0800 (PST)
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
These are contents of 'libgnome-2.0.pc' file:

cat -n /mnt/sdb8/sergei/AFSWD_debug/install/libgnome-2.28.0/lib/pkgconfig/libgnome-2.0.pc
     1  prefix=/mnt/sdb8/sergei/AFSWD_debug/install/libgnome-2.28.0
     2  exec_prefix=${prefix}
     3  libdir=${exec_prefix}/lib
     4  includedir=${prefix}/include
     5  libgnome_serverdir=${exec_prefix}/libexec
     6  localstatedir=${prefix}/var
     7
     8  Name: libgnome
     9  Description: libgnome
    10  Requires: glib-2.0 libbonobo-2.0
    11  Requires.private: ORBit-2.0 gconf-2.0 gnome-vfs-2.0 esound
    12  Version: 2.28.0
    13  Libs: -L${libdir} -lgnome-2 -lpopt
    14  Cflags: -I${includedir}/libgnome-2.0

- I see '-lpopt', but I do not see paths to 'popt', so, yes, it looks like
'libgnome' bug.

Regards,
  Sergei.