Thu 30 Jul 2009 01:03:30 AM UTC, original submission:
dear,
When I compiled the solang 0.2 and run it on Debian testing,
I got some error and warning.
like this:
-----------------------------------------
neio@neio:~$ solang
Implementation missing: database_constraints_update_list() in gda-dict-database.c line 1214
Error:photos: SELECT query references objects not described in dictionary
- (solang:9151): WARNING **: SQlite SQL: SELECT FROM photos AS t1 ORDER BY mod_year, mod_month, mod_day, picture_taken_time (REMAIN:SELECT FROM photos AS t1 ORDER BY mod_year, mod_month, mod_day, picture_taken_time)
- (solang:9151): WARNING **: SQlite SQL: SELECT FROM photo_tags AS t1 (REMAIN:SELECT FROM photo_tags AS t1 )
- (solang:9151): WARNING **: SQlite SQL: SELECT FROM tags AS t1 (REMAIN:SELECT FROM tags AS t1 )
(solang:9151): Gtk-CRITICAL **: gtk_action_connect_proxy: assertion `GTK_IS_ACTIVATABLE (proxy)' failed
(solang:9151): Gtk-CRITICAL **: gtk_action_connect_proxy: assertion `GTK_IS_ACTIVATABLE (proxy)' failed
(solang:9151): Gtk-WARNING **: ActionEdit: missing action ActionEdit
- (solang:9151): WARNING **: SQlite SQL: SELECT DISTINCT FROM photos AS t1, photo_tags AS t2 WHERE t2.photoid=t1.photoid ORDER BY mod_year, mod_month, mod_day, picture_taken_time (REMAIN:SELECT DISTINCT FROM photos AS t1, photo_tags AS t2 WHERE t2.photoid=t1.photoid ORDER BY mod_year, mod_month, mod_day, picture_taken_time)
(solang:9151): glibmm-WARNING **: Glib::Error::throw_exception():
unknown error domain '(null)': throwing generic Glib::Error exception
terminate called after throwing an instance of 'Glib::Error'
---------------------------------
I don't know how to fix the problem
|