X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Authority-Analysis: v=2.1 cv=abvvnHYt c=1 sm=1 tr=0 a=UH8/iCWBfdUmbm4Ft4Vi3Q==:117 a=BH8+xOIUV1m+WI5b7a/gWQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=cO3MHOAM6NsA:10 a=GW1xBdLrtEIA:10 a=WmWdSZijAAAA:8 a=Ap-zSgkdXQvE5ENEs6gA:9 a=7Zwj6sZBwVKJAoWSPKxL6X1jA+E=:19 a=TyhwexaRAurJGTW402Pw:22 Date: 15 Sep 2016 20:24:00 MST From: Don Kuenz To: geda-user AT delorie DOT com Message-ID: <20160915a@crcomp.net> Subject: Re: [geda-user] Re: Copy version.h from tarball to git clone Newsgroups: local.geda-user References: <20160913a AT crcomp DOT net> X-EN-UserInfo: de154d50cc16294658ed7b7577430c21:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: mail AT crcomp DOT net Sender: Don Kuenz X-EN-OrigIP: 69.144.143.134 X-EN-OrigHost: host-69-144-143-134.csp-wy.client.bresnan.net Reply-To: geda-user AT delorie DOT com Roland Lutz wrote: > Thank you for your feedback! > > On Wed, 13 Sep 2016, Don Kuenz wrote: >> After xorn/po/LINGUAS was emptied (the only two strings in it were >> en AT quot and en AT boldquot) "make" hangs on the last line "m4 -P > data.h". >> >> ------------------------------------------------------------------------ >> >> libtool: link: (cd ".libs" && rm -f "libxornstorage.so.0" && cp -pR "libxornstorage.so.0.0.0" " libxornstorage.so.0") >> libtool: link: (cd ".libs" && rm -f "libxornstorage.so" && cp -pR "libxornstorage.so.0.0.0" "li bxornstorage.so") >> libtool: link: ar cru .libs/libxornstorage.a attributes.o convenience.o manipulate.o object.o obstate.o revision.o selection.o >> libtool: link: ranlib .libs/libxornstorage.a >> libtool: link: ( cd ".libs" && rm -f "libxornstorage.la" && cp -pR "../libxornstorage.la" "libx ornstorage.la" ) >> Making all in src/cpython >> m4 -P > data.h >> >> ------------------------------------------------------------------------ > > data.h is generated by the following Makefile.am rule: > > data.h: include_h.m4 $(m4sources) > $(AM_V_M4)m4 -P $^ > $@ > > Apparently $^ isn't portable to FreeBSD. Could you please replace $^ with > the build requirements, include_h.m4 $(m4sources), and see if it works? ------------------------------------------------------------------------ Making all in src/cpython make all-am depbase=`echo data_arc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/python2.7 -I../../include -I/usr/ local/include -Wall -W -Wno-unused-parameter -fno-strict-aliasing -g -O2 -MT data_arc.lo -MD -MP -MF $depbase.Tpo -c -o data_arc.lo data_arc.c && mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/python2.7 -I../../include -I/usr /local/include -Wall -W -Wno-unused-parameter -fno-strict-aliasing -g -O2 -MT data_arc.lo -MD -MP -MF .deps/data_arc.Tpo -c data_arc.c -fPIC -DPIC -o .libs/data_arc.o In file included from data_arc.c:19:0: data.h:22:20: fatal error: Python.h: No such file or directory #include ^ compilation terminated. *** Error code 1 ------------------------------------------------------------------------ The installation of Python.h on FreeBSD proves to be an insurmountable obstacle for me. My research over the past few days did not produce results. Thank you, -- Don Kuenz KB7RPU Studious to please, yet not ashamed to fail. - Johnson