GNOME Bugzilla – Bug 613142
libgdamm compilation fails
Last modified: 2010-03-19 13:41:45 UTC
After satisfying new libgda 4.1.4 dependency, libgdamm 3.99.19 is still not buildable: connection.cc: In member function 'void Gnome::Gda::Connection::add_event(const Glib::RefPtr<Gnome::Gda::ConnectionEvent>&)': connection.cc:1010: error: 'gda_connection_add_event' was not declared in this scope connection.cc: In member function 'Glib::RefPtr<Gnome::Gda::ConnectionEvent> Gnome::Gda::Connection::add_event_string(const Glib::ustring&)': connection.cc:1015: error: 'gda_connection_add_event_string' was not declared in this scope connection.cc: In member function 'void Gnome::Gda::Connection::clear_events_list()': connection.cc:1020: error: 'gda_connection_clear_events_list' was not declared in this scope connection.cc: In member function 'int Gnome::Gda::Connection::statement_execute_non_select(const Glib::ustring&)': connection.cc:1070: error: 'gda_execute_non_select_command' was not declared in this scope make[1]: *** [connection.lo] Error 1
Including appropriate files instead non-existing libgda.h fixes above problem, but there are some more broken parts: init.cc:27:27: error: libgda/libgda.h: No such file or directory init.cc: In function 'void Gnome::Gda::init()': init.cc:40: error: 'gda_init' was not declared in this scope make[1]: *** [init.lo] Error 1
for some reason libgda 4.1.4 doesn't provide libgda.h anymore (?)
manually installing the header file solves the problem.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 607357 ***