[Ekiga-list] 1st tests with SVN build Ekiga on FreeBSD



Hello,

I've got SVN versions of PTLib, OPAL and Ekiga build on FreeBSD with some
minor changes and with the following configures (maybe it is worth to
start also some small chapter for 'How to build on FreeBSD' in the Wiki?):


PTLib:
./configure --enable-plugins            \
            --enable-v4l                \
            --enable-bsdvideo=no        \
            --enable-sunaudio=no        \
            --enable-oss=yes            \
            --enable-opal               \
            --prefix=/usr/local         \
            --disable-sdl               \
            CPPFLAGS='-I/usr/local/include/' CFLAGS='-DP_FREEBSD'
CFLAGS='-DP_FREEBSD' gmake
gmake install

OPAL:
./configure --prefix=/usr/local                      \
            CPPFLAGS="-I/usr/local/include"          \
            CFLAGS="-DP_FREEBSD -I/usr/local/include"
gmake
gmake install


Ekiga:
./autogen.sh --with-pwlib-dir=/usr/local         \
             --with-opal-dir=/usr/local          \
             --prefix=/usr/local                 \
             --sysconfdir=/usr/local/etc/        \
             --disable-doc                       \
             --disable-ldap                      \
             --disable-dbus                      \
             --includedir=/usr/local/include     \
             --with-ptlib-dir=/usr/local         \
             CFLAGS="-I /usr/local/include"      \
             CXXFLAGS="-I /usr/local/include"    \
             GMSGFMT=/usr/local/bin/msgfmt
gmake
gmake install

the resulting Ekiga works a bit :-)

good news 1st:
- Ekiga starts and registers to my account in ekiga.net
- shows fine the local video via the V4L plugin

bad news and/or problems:
- it produces a lot of error message on start, like
(ekiga:10880): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed

(ekiga:10880): libebook-CRITICAL **: e_book_is_opened: assertion
`E_IS_BOOK (book)' failed

- it can not make a call to 500 ekiga net

should I post the output of 'ekiga -d 3' to the list?
thx

	matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <matthias apitz oclc org> - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?


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