On Monday 19 December 2005 06:02, Damien Sandras wrote: > > I'm afraid I don't know what the problem can be...
OK, I sorted out that problem by trying to compile the cvs version and finding a number of required gnome files missing. I cleared up those missing dependencies but when trying to compile the cvs version ran into a bunch of problems with autoconf which I don't have the patience to try and sort out. So I went back to 1.9 and tried recompiling again. I found that the problem reported earlier was now cleared up but compilation stopped further on. Perhaps you have some idea what the following error messages mean. <quote> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DGNOMELOCALEDIR=\"/opt/gnome/share/locale/\" -DG_LOG_DOMAIN=\"GnomeMeeting\" -DSHARE_DIR=\"/opt/gnome/share/gnomemeeting\" -I../.. -pthread -DORBIT2=1 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libart-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/gnome-keyring-1 -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/opt/gnome/include/evolution-data-server-1.4 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/usr/include/ptlib -I/usr/include/ptclib -I/usr/include/opal -I/usr/include -DPTRACING -DNDEBUG -Wall -Os -g -fno-exceptions -felide-constructors -D_REENTRANT -g -O2 -MT gm_contacts-ldap.lo -MD -MP -MF .deps/gm_contacts-ldap.Tpo -c gm_contacts-ldap.cpp -fPIC -DPIC -o .libs/gm_contacts-ldap.o gm_contacts-ldap.cpp: In function 'GSList* gnomemeeting_ldap_addressbook_get_contacts(GmAddressbook*, int&, gboolean, gchar*, gchar*, gchar*, gchar*)': gm_contacts-ldap.cpp:156: error: 'PLDAPSession' was not declared in this scope gm_contacts-ldap.cpp:156: error: expected `;' before 'ldap' gm_contacts-ldap.cpp:157: error: 'PLDAPSession' is not a class or namespace gm_contacts-ldap.cpp:157: error: 'SearchContext' was not declared in this scope gm_contacts-ldap.cpp:157: error: expected `;' before 'context' gm_contacts-ldap.cpp:225: error: 'ldap' was not declared in this scope gm_contacts-ldap.cpp:246: error: 'ldap' was not declared in this scope gm_contacts-ldap.cpp:246: error: 'context' was not declared in this scope gm_contacts-ldap.cpp:251: error: 'PLDAPSession' is not a class or namespace gm_contacts-ldap.cpp:251: error: 'ScopeSubTree' was not declared in this scope gm_contacts-ldap.cpp:252: error: 'PLDAPSession' is not a class or namespace gm_contacts-ldap.cpp:252: error: 'ScopeSingleLevel' was not declared in this scope make[3]: *** [gm_contacts-ldap.lo] Error 1 make[3]: Leaving directory `/home/aemau/gnomemeeting-1.9.0/lib/contacts' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/aemau/gnomemeeting-1.9.0/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/aemau/gnomemeeting-1.9.0' make: *** [all] Error 2 <endquote> Compilation stopped at that point. Allan _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
