Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Mon Oct 30, 2006 1:54 pm Post subject: [DEV] Trovare Python |
|
|
Ciao, mi sto cimentando nel mio primo ebuild e ho un problema. Il pacchetto che sto cercando di inserire in portage definisce la dir contenente Python.h esplicitandola. Il problema è che usa python 2.5, mentre la versione stabile su gentoo è la 2.4. Come posso fare in modo che il Makefile sia "adattabile" alla versione di python installata?
Code: | PYTHON_DIR = /usr/include/python2.5/
CFLAGS += -fPIC -O2 `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I$(PYTHON_DIR)
|
Grazie _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|