Re: can't compile gaim



Hi all,

thank you for your reply. And sorry for not subscribing to the list before. I didn't consider it would increase your support load.

I didn't find the other mail you talked about in the archive. For some reason the search tool for me hardly ever returns anything if I tell it to look through the garnome-list only.

However, your patch worked fine. Thank you! :)


guenther wrote:
gam_inotify.c: In function ‘mask_to_gam_event’:
gam_inotify.c:259: error: ‘IN_MOVE_SELF’ undeclared (first use in this function)
[...]
make[10]: *** [gam_inotify.o] Error 1
make[10]: Leaving directory

Looks, like your kernel has broken inotify support, and gamin still
detects inotify to be supported. Common issue... *sigh*

Have a look at the Makefile in your bootstrap/gamin dir. Edit this
Makefile and change the line

CONFIGURE_ARGS = $(DIRPATHS) # --disable-dnotify --disable-inotify

to read

CONFIGURE_ARGS = $(DIRPATHS) --disable-inotify # --disable-dnotify


Thus you are manually disabling building the inotify backend. After that
while *still* in the gamin dir run 'make cookieclean' and build gamin by
'make install'.

Gamin now should be happy. After that, just run the command again you
used in the first place to build GARNOME, in the directory you ran it
previously. GARNOME will pick up where it left off.


Note 1: This basically is a straight copy-n-paste from a previous post
of mine, which is in the archive. Just 2 minor corrections. ;)

Note 2: *Please* consider subscribing to the mailing list before
posting. All this manual approval of posts considerably adds to my
support load...
 http://mail.gnome.org/mailman/listinfo/garnome-list

...guenther







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]