Re: [Ekiga-devel-list] Tarball generation issues



Peter Robinson wrote:
Hi,

I am creating the tarball for gnome development release.  The generation of
ekiga tarball (and its compilation) went fine, I have the tar.gz of ekiga
for gnome.

I've been playing with building this on Fedora 10 to ensure that the
release will build on Fedora rawhide. A couple of small things I've
noticed that could be fixed

If you do a ./configure --help you get the following:

  --enable-gstreamer            Enable GStreamer support
  --enable-de                  Enable KDE support
  --enable-kab                  Enable KAddressBook support

I think the middle one should be --enable-kde

Indeed!

Also when doing the library check I get the following opal error if
the speex libs aren't installed (should it not be checking for
speex?).

checking for PTLIB... yes
checking for OPAL... configure: error: Package requirements (opal >=
3.4.2) were not met:

Package speexdsp was not found in the pkg-config search path.
Perhaps you should add the directory containing `speexdsp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'speexdsp', required by 'opal', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables OPAL_CFLAGS
and OPAL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

What happens is that opal asks, through its pkg-config file, that libspeex-dev be installed when another package depending on opal, such as ekiga, is configured. This is an error (not -dev, but the library is needed), but I do not know how to solve it for the moment.

--
Eugen


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