X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: comp X-Exmh-Isig-Folder: inbox From: karl AT aspodata DOT se To: geda-user AT delorie DOT com Subject: [geda-user] fam.h Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <20191129180210.507F38038A58@turkos.aspodata.se> Date: Fri, 29 Nov 2019 19:02:10 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com If I configure geda-gaf with: ===== export GUILE_CFLAGS="-pthread -I/usr/local/guile_2.0.9/include/guile/2.0" export GUILE_LIBS="-L/usr/local/guile_2.0.9/lib -lguile-2.0 -latomic_ops -lgc" export GUILE=/usr/local/guile_2.0.9/bin/guile export GUILE_SNARF=/usr/local/guile_2.0.9/bin/guile-snarf ./configure --enable-doxygen --disable-update-xdg-database --without-libfam ===== why does it complain about missing fam.h ? ... gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -I../../libgeda/include -I./../include -I../.. -I/usr/local/include -Wall -Werror=maybe-uninitialized -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/lib64/libffi-3.3_rc0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -pthread -I/usr/local/guile_2.0.9/include/guile/2.0 -g -O2 -MT gschem-gschem_change_notification.o -MD -MP -MF .deps/gschem-gschem_change_notification.Tpo -c -o gschem-gschem_change_notification.o `test -f 'gschem_change_notification.c' || echo './'`gschem _change_notification.c gschem_change_notification.c:70:10: fatal error: fam.h: No such file or directory #include compilation terminated. make[4]: *** [Makefile:1117: gschem-gschem_change_notification.o] Error 1 make[4]: Leaving directory '/Net/git/geda-gaf/gschem/src' make[3]: *** [Makefile:582: all] Error 2 make[3]: Leaving directory '/Net/git/geda-gaf/gschem/src' make[2]: *** [Makefile:410: all-recursive] Error 1 make[2]: Leaving directory '/Net/git/geda-gaf/gschem' make[1]: *** [Makefile:472: all-recursive] Error 1 make[1]: Leaving directory '/Net/git/geda-gaf' make: *** [Makefile:403: all] Error 2 Regards, /Karl Hammar