configure not detecting python on ubuntu 7.10

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
humbabba
Insys Pilot
Insys Pilot
Posts: 2
Joined: Wed Jan 17, 2007 11:31 pm
Contact:

configure not detecting python on ubuntu 7.10

Post by humbabba »

I am nearly certain I have it installed, I have attached the config.log
You do not have the required permissions to view the files attached to this post.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

Welcome humbabba no kidding you have Python installed since Gnome uses it quite a lot :wink: as to why the configure script does not find it i am not sure there are others that use Ubuntu that may enlighten us 8)

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
humbabba
Insys Pilot
Insys Pilot
Posts: 2
Joined: Wed Jan 17, 2007 11:31 pm
Contact:

Post by humbabba »

So, is there a way to just skip over that part of the configure script?
safemode
Developer
Developer
Posts: 2150
Joined: Mon Apr 23, 2007 1:17 am
Location: Pennsylvania
Contact:

Post by safemode »

python may be installed, but the devel pkgs may not be. check to see if you have python-config in your /usr/bin
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

I think safemode's right...

In ubuntu you should install the "python-dev" development package through APT.
In 7.10 gutsy it should be python version 2.5.
safemode
Developer
Developer
Posts: 2150
Joined: Mon Apr 23, 2007 1:17 am
Location: Pennsylvania
Contact:

Post by safemode »

Also, when using multiple versions of python libraries, it's always good to specify the specific desired version of python you want with the configure directive --with-python=

If you use the directive --enable-boost=system you'll need to match the version of python used to create the boost-python library with the with-python directive.

hope that wasn't confusing :)
Post Reply