From 1a5d475c6a603a39487015a5496bda16e5ae75d6 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Sun, 14 Oct 2007 12:55:28 +0000 Subject: [PATCH] added python-dev info git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@526 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- doc/COMPILING | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/COMPILING b/doc/COMPILING index 4da630e0..e4ce4b9a 100644 --- a/doc/COMPILING +++ b/doc/COMPILING @@ -59,7 +59,15 @@ Defines and Variables IVR --- -Edit apps/ivr/Makefile.defs: +You need python development support - locate structmember.h should +give you something like: + $ locate structmember.h + /usr/include/python2.4/structmember.h +If structmember.h is not found, you may have to install python +development package (e.g. in debian python-dev). + +Set PYTHON_VERSION when compiling, or edit apps/ivr/Makefile.defs, +if you don't want to use the default python version on your system: 1. Python version and path set the python version (2.3, 2.4, 2.5)