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: repl X-Exmh-Isig-Folder: inbox From: karl AT aspodata DOT se To: geda-user AT delorie DOT com Subject: Re: [geda-user] Bugfixes In-reply-to: References: Comments: In-reply-to Roland Lutz message dated "Thu, 05 Dec 2019 17:48:08 +0100." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20191205182118.C5F9480428D0@turkos.aspodata.se> Date: Thu, 5 Dec 2019 19:21:18 +0100 (CET) X-Virus-Scanned: ClamAV using ClamSMTP Note-from-DJ: This may be spam 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 Precedence: bulk Roland: ... > - when building with Guile 2.0, version 2.0.10 or later is required Didn't check that this time. > - Guile 2.2 should now be correctly detected Yes. > - "fam.h" is only included if building with FAM support No, it is opt-out. I need ./configure --without-libfam to disable it in the configure part. > Could you please verify if gEDA/gaf now builds correctly for you? git pull ./autogen.sh ./configure --enable-doxygen --disable-update-xdg-database --without-libfam make gives me: ... 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/include/guile/2.2 -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_notificati on.c gschem_change_notification.c:191:45: error: parameter 2 (?code?) has incomplete type fam_event (const gchar *path, enum FAMCodes code, gpointer user_data) ^~~~ make[4]: *** [Makefile:1117: gschem-gschem_change_notification.o] Error 1 make[4]: Leaving directory '/Net/git/geda-gaf/gschem/src' ... Regards, /Karl Hammar