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 |
X-Authority-Analysis: | v=2.1 cv=dPwomYpb c=1 sm=1 tr=0 |
a=f4kFLigMKr8AH7rIJ//qJA==: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=EC7xtfa4F7cNEnTeA-cA:9 | |
a=TyhwexaRAurJGTW402Pw:22 | |
Date: | 20 Sep 2016 09:51:00 MST |
From: | Don Kuenz <mail AT crcomp DOT net> |
To: | geda-user AT delorie DOT com |
Message-ID: | <20160920b@crcomp.net> |
Subject: | Re: [geda-user] Re: Copy version.h from tarball to git clone |
References: | <20160915a AT crcomp DOT net> <alpine DOT DEB DOT 2 DOT 11 DOT 1609171941370 DOT 1983 AT nimbus> |
X-EN-UserInfo: | de154d50cc16294658ed7b7577430c21:931c98230c6409dcc37fa7e93b490c27 |
X-EN-AuthUser: | mail AT crcomp DOT net |
Sender: | Don Kuenz <mail AT crcomp DOT net> |
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 <rlutz AT hedmen DOT org> wrote: > On Fri, 15 Sep 2016, Don Kuenz wrote: >> 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. > > I don't know much about FreeBSD, but isn't there some package management > system in place where you can select the Python development package? Back in the day there used to be a package named either python-dev or python-devel or something similar. Apparently at a later date it got bundled with the OS and dropped as a separate package. It turns out that the question isn't "How to install Python.h?" The question is "Why doesn't make find Python.h?" ------------------------------------------------------------------------ # cd / # find . -name 'Python.h' /usr/local/include/python2.7/Python.h /usr/local/include/python3.4m/Python.h ------------------------------------------------------------------------ Making all in src/cpython make all-am depbase=`echo data_arc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh In file included from data_arc.c:19:0: data.h:22:20: fatal error: Python.h: No such file or directory #include <Python.h> ^ compilation terminated. *** Error code 1 ------------------------------------------------------------------------ It seems that a symbolic link may be needed. Do you have any ideas on what to do next? Thank you, -- Don Kuenz KB7RPU The strongest of all warriors are these two - Time and Patience. - Tolstoi
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |