X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-TMN: [Xn162YRjnCJVKD0tIFuZf+s8NGEGgCf6] X-Originating-Email: [vuokko AT msn DOT com] Message-ID: From: "Hannu Vuolasaho (vuokko AT msn DOT com) [via geda-user AT delorie DOT com]" To: "geda-user AT delorie DOT com" Subject: RE: [geda-user] New experimental netlist features Date: Thu, 17 Sep 2015 00:24:38 +0300 Importance: Normal In-Reply-To: References: ,<55E8773B DOT 9000902 AT jump-ing DOT de>,,<55E8831A DOT 8050307 AT jump-ing DOT de>,,<55E891FA DOT 2010509 AT jump-ing DOT de>,,<55E8AE6C DOT 2090304 AT jump-ing DOT de>,,,,<55F9C1BF DOT 9030603 AT jump-ing DOT de>,,, Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-OriginalArrivalTime: 16 Sep 2015 21:24:39.0184 (UTC) FILETIME=[18131900:01D0F0C6] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8GLOjFU026052 Reply-To: geda-user AT delorie DOT com I couldn't compile xorn with new git clone. I'm using geda-gaf-git from AUR on Arch Linux. From PKGBUILD: build () {   cd "${srcdir}/${_gitname}"   ./autogen.sh   ./configure --prefix=/usr --disable-update-xdg-database   make } ........ That's what I'm going to do with makepkg. configure fails; checking for a Python interpreter with version>= 2.7... python checking for python... /usr/bin/python checking for python version... 3.4 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.4/site-packages checking python3.4/Python.h usability... no checking python3.4/Python.h presence... no checking for python3.4/Python.h... no configure: error: python headers not found configure: error: ./configure failed for xorn ...... ls -l `which python` lrwxrwxrwx 1 root root 7 25. 3. 19:30 /usr/bin/python -> python3 So. Should configure try to find python 2.7 which is python2 binary ? or is there any way to telli what binary to try? I have  /usr/include/python2.7/Python.h and /usr/include/python3.4m/Python.h Hannu Vuolasaho