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
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.