Date: Wed, 06 Mar 2013 16:00:36 -0500 From: Derrick Dantavious Edwards <dantavious313@gmail.com> To: gnome@freebsd.org Subject: Problems with ekiga3 build Message-ID: <3108039.oy3zg9g7JA@zeus>
next in thread | raw e-mail | index | archive | help
Hi, I continue to get this error when I attempt to compile ekiga3. Any ideas? FreeBSD 10.0-CURRENT #0 r247527: Fri Mar 1 00:38:04 EST 2013 v/r Derrick In file included from ./history-book.h:42: ../../../../lib/engine/addressbook/book-impl.h:207:3: error: use of undeclared identifier 'add_object' add_object (contact); ^ this-> ../../../../lib/engine/components/call-history/history-book.cpp:107:3: note: in instantiation of member function 'Ekiga::BookImpl<History::Contact>::add_contact' requested here add_contact (ContactPtr (new Contact (core, doc, node))); ^ ../../../../lib/engine/framework/reflister.h:62:10: note: must qualify identifier to find this declaration in dependent base class void add_object (gmref_ptr<ObjectType> obj); ^ 1 error generated. In file included from ../../../../lib/engine/components/call-history/history- source.cpp:38: In file included from ./history-source.h:39: ../../../../lib/engine/addressbook/source-impl.h:209:3: error: use of undeclared identifier 'add_object' add_object (book); ^ this-> ../../../../lib/engine/components/call-history/history-source.cpp:44:3: note: in instantiation of member function 'Ekiga::SourceImpl<History::Book>::add_book' requested here add_book (book); ^ ../../../../lib/engine/framework/reflister.h:62:10: note: must qualify identifier to find this declaration in dependent base class void add_object (gmref_ptr<ObjectType> obj); ^ gmake[6]: *** [history-book.lo] Error 1 gmake[6]: *** Waiting for unfinished jobs.... 1 error generated. gmake[6]: *** [history-source.lo] Error 1 libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../../.. - I../../../../lib/gmconf -I../../../../lib/engine/framework - I../../../../lib/engine/addressbook -I../../../../lib/engine/protocol - I/usr/local/include/libxml2 -I/usr/local/include - I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include - D_REENTRANT -I/usr/local/include/glib-2.0 -O2 -pipe -fno-strict-aliasing -Wall -Wextra -Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 - Wfloat-equal -Wshadow -MT history-contact.lo -MD -MP -MF .deps/history- contact.Tpo -c ../../../../lib/engine/components/call-history/history- contact.cpp -o history-contact.o >/dev/null 2>&1 libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../../.. - I../../../../lib/gmconf -I../../../../lib/engine/framework - I../../../../lib/engine/addressbook -I../../../../lib/engine/protocol - I/usr/local/include/libxml2 -I/usr/local/include - I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include - D_REENTRANT -I/usr/local/include/glib-2.0 -O2 -pipe -fno-strict-aliasing -Wall -Wextra -Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 - Wfloat-equal -Wshadow -MT history-main.lo -MD -MP -MF .deps/history-main.Tpo - c ../../../../lib/engine/components/call-history/history-main.cpp -o history- main.o >/dev/null 2>&1 mv -f .deps/history-main.Tpo .deps/history-main.Plo mv -f .deps/history-contact.Tpo .deps/history-contact.Plo gmake[6]: Leaving directory `/usr/ports/net/ekiga3/work/ekiga-3.2.6/lib/engine/components/call-history' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/net/ekiga3/work/ekiga-3.2.6/lib/engine/components' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/net/ekiga3/work/ekiga-3.2.6/lib/engine' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/net/ekiga3/work/ekiga-3.2.6/lib' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/net/ekiga3/work/ekiga-3.2.6/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/ekiga3/work/ekiga-3.2.6' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/net/ekiga3.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3108039.oy3zg9g7JA>