After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613142 - libgdamm compilation fails
libgdamm compilation fails
Status: RESOLVED DUPLICATE of bug 607357
Product: libgda
Classification: Other
Component: general
3.99.x
Other Linux
: Normal major
: ---
Assigned To: Rodrigo Moya
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-17 12:03 UTC by Fryderyk Dziarmagowski
Modified: 2010-03-19 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fryderyk Dziarmagowski 2010-03-17 12:03:01 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
Comment 1 Fryderyk Dziarmagowski 2010-03-17 12:21:26 UTC
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
Comment 2 Fryderyk Dziarmagowski 2010-03-17 12:39:32 UTC
for some reason libgda 4.1.4 doesn't provide libgda.h anymore (?)
Comment 3 Fryderyk Dziarmagowski 2010-03-17 13:10:57 UTC
manually installing the header file solves the problem.
Comment 4 David King 2010-03-19 13:41:45 UTC
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 ***