Landry wrote: >>And can you try with the lastest revision? > > Thunar doesn't compile r20454 (with and without --enable-maintainer-mode) > cc1: warnings being treated as errors > thunar-tree-view.c: In function 'thunar_tree_view_drag_scroll_timer': > thunar-tree-view.c:1611: warning: implicit declaration of function > 'gtk_tree_view_get_visible_range'
Should be fixed now. Was using a GTK+ 2.8 only function (please just report these compile errors). > Another strange thing, is that thunar is finally not compiled against my > dbus i think... > >>checking for optional package dbus-glib-1 >= 0.34... not found >> >>checking for dbus-glib-1 >= 0.23... 0.33 >>checking HAL_DBUS_CFLAGS... -I/usr/include/dbus-1.0 >>-I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 >>-I/usr/lib/glib-2.0/include >>checking HAL_DBUS_LIBS... -ldbus-glib-1 -ldbus-1 -lglib-2.0 >> >>Build Configuration: >> >>* D-BUS support: no >>* File System Monitor: Gamin >>* GNOME Thumbnailers: yes >>* Startup Notification: yes >>* Volume Manager: hal For the D-BUS service we require D-BUS 0.34 or better (dbus-binding-tool is broken in earlier versions). For the HAL connection, I was told that 0.23 should do, dunno, but it seems that D-BUS 0.23 is a bit too buggy. Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
