| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
| X-Recipient: | geda-user AT delorie DOT com |
| Date: | Fri, 29 Nov 2019 23:13:33 +0100 (CET) |
| From: | Roland Lutz <rlutz AT hedmen DOT org> |
| To: | geda-user AT delorie DOT com |
| Subject: | Re: [geda-user] fam.h |
| In-Reply-To: | <20191129180210.507F38038A58@turkos.aspodata.se> |
| Message-ID: | <alpine.DEB.2.20.1911292306280.1620@nimbus> |
| References: | <20191129180210 DOT 507F38038A58 AT turkos DOT aspodata DOT se> |
| User-Agent: | Alpine 2.20 (DEB 67 2015-01-07) |
| MIME-Version: | 1.0 |
| Reply-To: | geda-user AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | geda-user AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Fri, 29 Nov 2019, karl AT aspodata DOT se wrote:
> 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 ?
It's because I missed that gschem/src/gschem_change_notification.c has a
function ("fam_event") with a parameter whose type is defined in fam.h.
You should be fine using Nick's patch until I fixed this. I don't
recommend applying it when using FAM (or gamin), though, because
sizeof(enum FAMCodes) isn't necessarily equal to sizeof(int).
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |