| 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: | Thu, 10 Oct 2019 00:05:53 +0200 (CEST) |
| From: | Roland Lutz <rlutz AT hedmen DOT org> |
| To: | "Derek Stewart (derek AT q40 DOT de) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
| Subject: | Re: [geda-user] [ANNOUNCE] geda-gaf 1.10.0 released |
| In-Reply-To: | <eba691b1-1d48-1a97-fd3a-a52fd70318a4@q40.de> |
| Message-ID: | <alpine.DEB.2.20.1910100000570.27840@nimbus> |
| References: | <alpine DOT DEB DOT 2 DOT 20 DOT 1910082201450 DOT 30295 AT nimbus> <eba691b1-1d48-1a97-fd3a-a52fd70318a4 AT q40 DOT de> |
| 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 Wed, 9 Oct 2019, Derek Stewart (derek AT q40 DOT de) [via
geda-user AT delorie DOT com] wrote:
> checking for a Python interpreter with version >= 2.7... python2
> checking for python2... /usr/bin/python2
> checking for python2 version... 2.7
> checking for python2 platform... linux2
> checking for python2 script directory...
> ${prefix}/lib/python2.7/dist-packages
> checking for python2 extension module directory...
> ${exec_prefix}/lib/python2.7/dist-packages
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for PYTHON... no
So you have a working Python interpreter, but PKG_CHECK_MODULES fails to
detect the Python libraries.
Do you have a `python2.pc' file? This would typically be in
`/usr/lib/x86_64-linux-gnu/pkgconfig/' or a similar path.
If `python2.pc' is missing, my best guess would be that you don't have the
development package installed (`python2.7-dev' or something similar).
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |