X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 5 Dec 2019 21:17:46 +0100 (CET) From: Roland Lutz To: geda-user AT delorie DOT com Subject: Re: [geda-user] Bugfixes In-Reply-To: <20191205182118.C5F9480428D0@turkos.aspodata.se> Message-ID: References: <20191205182118 DOT C5F9480428D0 AT turkos DOT aspodata DOT se> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 On Thu, 5 Dec 2019, karl AT aspodata DOT se wrote: > 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_notifica tion.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' > ... Ah, I make a stupid mistake: I passed `--without-fam' instead of `--without-libfam' to the configure script and tested the wrong thing. -.- Should be fixed now, sorry.