[GnomeMeeting-devel-list] Gnomemeeting-opal on FreeBSD



Hi list,

I'm currently trying to run Gnomemeeting-opal on FreeBSD 5.4.
There are several problems I like to discuss with you.

First I have to patch configure.in to reflect the current state.
-ldl is not needed I think...

--- gnomemeeting-opal.fresh/configure.in        Fri Nov 18 19:03:39 2005
+++ gnomemeeting-opal/configure.in     Tue Nov 22 20:54:23 2005 @@
-136,8 +136,8 @@ ;;
 
   FreeBSD* | freebsd* )
-    ARCH_OPAL_CFLAGS="-Os -Wall -DPTRACING -DNDEBUG -DSTATIC_LIBS_USED"
-    ARCH_OPAL_LIBS="-lh323_FreeBSD_x86_r_s -lpt_FreeBSD_x86_r_s -pthread -lssl -lcrypto"
+    ARCH_OPAL_CFLAGS="-DPTRACING -DNDEBUG -Wall -Os -g"
+    ARCH_OPAL_LIBS="-lpt -lopal -lpthread"
     AC_MSG_RESULT([yes])
     gm_platform="freebsd"
     ;;


To run autogen.sh I use the following wrapper:
http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20041215/96133b75/gnomegen.obj
This is needed as I want to compile gm-opal without the use of the
ports system, and then I have to use the autotools in
/usr/local/gnu-autotools.

I modified the line
 sh ./autogen.sh ; \
to
 sh ./autogen.sh $@ ; \

and started it with:
./gnomegen.sh --disable-gnome --with-pwlib-dir=/opt --with-opal-dir=/opt --with-ldap-dir=/usr/local --prefix=/opt
/opt is the place where I installed pwlib and opal.

I got a compiler error and had to add the line
#include <gdk/gdkkeysyms.h>
to chat_windows.cpp

Now it compiles, but when I start
src/gnomemeeting I get a window with this message:
No usable audio plugin detected

I compiled pwlib with --enable-plugins and have the file:
/opt/lib/pwlib/devices/sound/oss_pwplugin.so

On the console I get this message:
(gnomemeeting:43819): GnomeMeeting-WARNING **: Couldn't load system configuration
      assert.cxx(108)   PWLib   ¤M?)hN?)

<A>bort, <C>ore dump, <I>gnore?


If I don't use --disable-gnome I run into the problem described here:
http://mail.gnome.org/archives/gnomemeeting-list/2004-September/msg00085.html

Versions:
gcc: 3.4.2
gtk: 1.2.10 and 2.8.7
gnomecommon: 2.12.0
libgnome: 2.12.0.1
evolution-data-server: 1.4.1.1
openldap-client: 2.2.29

opal und pwlib as of 2005/11/19 from
http://snapshots.gnomemeeting.net/cvs/


puh, that was long :)
I hope someone has an idea what to try next,
any help would be greatly appreciated.

Kind regards
Marius



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