On Fri, 2005-12-02 at 13:46 +0100, Olivier Lecarme wrote: > Linux olecarme 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686 GNU/Linux > gcc (GCC) 4.0.3 20051111 (prerelease) (Debian 4.0.2-4) > > This is Debian Sid: > > ../libgamin -I/home/ol/garnome/include/glib-2.0 > -I/home/ol/garnome/lib/glib-2.0/include > -DBINDIR=\""/home/ol/garnome/libexec"\" -DG_DISABLE_DEPRECATED > -DGAM_DEBUG_ENABLED -I/home/ol/garnome/include -Wall -Wchar-subscripts > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wsign-compare > -Wno-sign-compare -g -MT gam_inotify.o -MD -MP -MF ".deps/gam_inotify.Tpo" > -c -o gam_inotify.o gam_inotify.c; \ > then mv -f ".deps/gam_inotify.Tpo" ".deps/gam_inotify.Po"; else rm -f > ".deps/gam_inotify.Tpo"; exit 1; fi > gam_inotify.c: In function 'mask_to_gam_event': > gam_inotify.c:259: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > gam_inotify.c:259: error: (Each undeclared identifier is reported only once > gam_inotify.c:259: error: for each function it appears in.) > gam_inotify.c: In function 'gam_inotify_mask_to_gam_file_event': > gam_inotify.c:295: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > gam_inotify.c: In function 'gam_inotify_mask_to_gam_dir_event': > gam_inotify.c:325: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > gam_inotify.c: In function 'gam_inotify_process_event': > gam_inotify.c:551: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > gam_inotify.c: In function 'gam_inotify_add_subscription': > gam_inotify.c:824: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > gam_inotify.c: In function 'gam_inotify_nolonger_missing': > gam_inotify.c:1192: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > gam_inotify.c: In function 'gam_inotify_nolonger_link': > gam_inotify.c:1298: error: 'IN_MOVE_SELF' undeclared (first use in this > function) > make[13]: *** [gam_inotify.o] Error 1
Try adding --disable-inotify to configure_args line in bootstrap/gamin/Makefile, then run a make clean in that dir. Unfortunately, you seem to be running a kernel with a broken inotify. > I installed the Debian packages lingamin-dev and linglib2.0-dev. What is > missing? You don't need gamin devel to build gamin. :) Also, glib is built as part of garnome. You should uninstall both. Bob -- Bob Kashani http://www.gnome.org/projects/garnome http://www.ocf.berkeley.edu/~bobk/garnome -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
