
Just did an svn up; autogen.sh; ./configure --with-inkboard; make;
Is there a pre-req this requires that is being missed by configure?
In file included from pedro/pedrogui.h:31, from pedro/pedrogui.cpp:24: pedro/pedroconfig.h: In copy constructor `Pedro::XmppConfig::XmppConfig(const Pedro::XmppConfig&)': pedro/pedroconfig.h:182: warning: base class `class Pedro::XmppEventTarget' should be explicitly initialized in the copy constructor pedro/pedrogui.cpp: In member function `bool Pedro::Roster::doSetup()': pedro/pedrogui.cpp:490: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:493: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `bool Pedro::UserList::doSetup()': pedro/pedrogui.cpp:783: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:786: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `bool Pedro::ChatDialog::doSetup()': pedro/pedrogui.cpp:1340: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `bool Pedro::GroupChatDialog::doSetup() ': pedro/pedrogui.cpp:1410: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `bool Pedro::ConnectDialog::doSetup()': pedro/pedrogui.cpp:1601: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:1604: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `bool Pedro::FileSendDialog::doSetup()': pedro/pedrogui.cpp:1802: error: `NETWORK' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `bool Pedro::FileReceiveDialog::doSetup()': pedro/pedrogui.cpp:1894: error: `NETWORK' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp: In member function `void Pedro::PedroGui::aboutCallback()': pedro/pedrogui.cpp:2546: error: `AboutDialog' undeclared in namespace `Gtk' pedro/pedrogui.cpp:2546: error: syntax error before `;' token pedro/pedrogui.cpp:2549: error: `dlg' undeclared (first use this function) pedro/pedrogui.cpp:2549: error: (Each undeclared identifier is reported only once for each function it appears in.) pedro/pedrogui.cpp: In member function `bool Pedro::PedroGui::doSetup()': pedro/pedrogui.cpp:2632: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:2636: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:2640: error: `CONNECT' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:2644: error: `DISCONNECT' undeclared in namespace ` Gtk::Stock' pedro/pedrogui.cpp:2671: error: `NETWORK' undeclared in namespace `Gtk::Stock' pedro/pedrogui.cpp:2677: error: `ABOUT' undeclared in namespace `Gtk::Stock' make[2]: *** [pedro/pedrogui.o] Error 1 make[2]: Leaving directory `/home/bryce/src/Inkscape/inkscape/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/bryce/src/Inkscape/inkscape' make: *** [all] Error 2
Bryce