[GnomeMeeting-devel-list] Troubles compiling GM-1.2.2



Hello all,

Tonight, I just compiled GM-1.2.2 and I encoutered some troubles.

I followed the procedure found on http://snapshots.seconix.com/ [Sources (by Damien)]
The prefix I used for each of packages was : --prefix=/usr/local
No problem compiling and installing pwlib and openH323.

Then for GM, I launched :
./autogen.sh --with-pwlib-dir=/usr/local --with-openh323-dir=/usr/local --prefix=/usr/local --sysconfdir=/etc/

(Nota : May be, in the procedure displayed at http://www.gnomemeeting.org (FAQ Page) I think we should read : ./autogen.sh ...... etc instead of ./configure.......)

The header files from pwlib were not found.
I copied them to /usr/local/include by hand and the messages disapeared.

I had some error messages regarding the pwlib and openH323 version.
I modified configure.in to reflect what was in pwlib and openH323 version.h files :
# PWLIB_REC_VERSION="1.8.7"
PWLIB_REC_VERSION="1.9.2"
# OPENH323_REC_VERSION="1.15.6"
OPENH323_REC_VERSION="1.17.3"

Finally autogen was OK.
================ Final configuration ===================
         Installing into prefix  :  /usr/local

            OpenH323 Version is  :  1.17.3
          OpenH323 Directory is  :  /usr/local
               PWLIB Version is  :  1.9.2
             PWLIB Directory is  :  /usr/local
                ptlib-config is  :  /usr/local/bin/ptlib-config

               Quicknet support  :  enabled
         SDL Fullscreen support  :  enabled
                   DBUS support  :  disabled
               Zeroconf support  :  enabled

                        OS Type  :  linux-gnu
                   Machine Type  :  i686

If all settings are OK, type make and make install
========================================================


Making GM, I have now an other problem but I don't understand really what happen.

.....SNIP.......

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -I../src -I../lib -I../lib/widgets -I../lib/xdap -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/freetype2 -I/usr/include/freetype2/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -DORBIT2=1 -pthread -I/usr/include/evolution-data-server-1.0 -I/usr/include/libbonobo-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libxml2 -I/usr/include/howl-0.9.10 -DHAS_HOWL -I/usr/local/include/ptlib -I/usr/local/include/ptclib -I/usr/local/include -I/usr/local/include/openh323 -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/include -DPTRACING -DNDEBUG -Wall -Os -g -DP_USE_PRAGMA -D_REENTRANT -DGNOMEMEETING_IMAGES=\""/usr/local/share/pixmaps/"\" -DGNOMEMEETING_SOUNDS=\""/usr/local/share/sounds/gnomemeeting/"\" -DSCHEMA_AGE=55 -DGNOMEMEETING_DATADIR=\""/usr/local/share"\" -g -O2 -MT vfakeio.o -MD -MP -MF ".deps/vfakeio.Tpo" \
 -c -o vfakeio.o `test -f 'vfakeio.cpp' || echo './'`vfakeio.cpp; \
then mv -f ".deps/vfakeio.Tpo" ".deps/vfakeio.Po"; \
else rm -f ".deps/vfakeio.Tpo"; exit 1; \
fi
In file included from vfakeio.cpp:43:
vfakeio.h:259:61: macro "PCREATE_VIDINPUT_PLUGIN" passed 2 arguments, but takes just 1
In file included from vfakeio.cpp:43:
vfakeio.h:259: error: expected constructor, destructor, or type conversion before ';' token
make[2]: *** [vfakeio.o] Erreur 1
make[2]: Leaving directory `/apps/gnomemeeting/gnomemeeting/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/apps/gnomemeeting/gnomemeeting'
make: *** [all] Erreur 2


Somebody can help on this point ?

Thank you in advance,
Philippe





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