adonthell-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-general] Testing the installation


From: shirish शिरीष
Subject: Re: [Adonthell-general] Testing the installation
Date: Sat, 9 Mar 2013 08:02:44 +0530

at bottom :-

On Sat, Mar 9, 2013 at 3:29 AM, Kai Sterker <address@hidden> wrote:
> On Fri, Mar 8, 2013 at 9:37 PM, shirish शिरीष <address@hidden> wrote:
>
>> The configure script is still a no-go .
>>
>> The python library is still not found. I'm attaching the config.log
>> which gets built as part of the configure script. Maybe that gives a
>> bit more clue.
>
> I've added some extra logging to the configure script. Can you try
> again and afterwards check config.log for the entries that start with
> "searching in":
>
> On my system, those are:
>
> searching in /usr/lib64/python2.7/config
> searching in /usr/lib64
> searching in /usr/lib/python2.7/config-x86_64-linux-gnu
> searching in /usr/lib/python2.7/config
>
> and they include the directory where the library should be on your
> system. So it should work in theory.
>
> Kai

still an issue in here :-

 ~/games/adonthell/adonthell-build$ ../adonthell/configure
--prefix=/home/shirish/games/adonthell/
......
......
checking for a Python interpreter with version >= 2.0... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages
checking for Python header files... found
checking for Python library... configure: error: *** Python library not found

In the config.log it starts from line 834

onfigure:17297: checking for a Python interpreter with version >= 2.0
configure:17314: python -c import sys # split strings by '.' and
convert to numeric. Append some zeros # because we need at least 4
digits for the hex conversion. # map returns an iterator in Python 3.0
and a list in 2.x minver = list(map(int, '2.0'.split('.'))) + [0, 0,
0] minverhex = 0 # xrange is not present in Python 3.0 and range
returns an iterator for i in list(range(0, 4)): minverhex = (minverhex
<< 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:17317: $? = 0
configure:17323: result: python
configure:17331: checking for python
configure:17349: found /usr/bin/python
configure:17361: result: /usr/bin/python
configure:17379: checking for python version
configure:17386: result: 2.7
configure:17398: checking for python platform
configure:17405: result: linux2
configure:17412: checking for python script directory
configure:17440: result: ${prefix}/lib/python2.7/site-packages
configure:17449: checking for python extension module directory
configure:17477: result: ${exec_prefix}/lib/python2.7/site-packages
configure:17502: checking for Python header files
configure:17520: result: found
configure:17533: checking for Python library
configure:17573: error: *** Python library not found

:(
-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



reply via email to

[Prev in Thread] Current Thread [Next in Thread]