Fail pyton build. What to do

Neal Norwitz neal at metaslash.com
Thu Jul 18 11:53:38 EDT 2002


On Thu, 18 Jul 2002 06:58:57 -0400, edadk wrote:

> I am build python 2.1.1 on Solaris/Intel 8 and get the error meassage
> below. [I do not need the audio stuff at all. Can I shut it off for
> instace.]
> 
> What can I do?
> 
> building 'sunaudiodev' extension
> gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -I.
> -I/tmp/Python-2.1.1/./Include -I/usr/local/include -IInclude/ -c
> /tmp/Python-2.1.1/Modules/sunaudiodev.c -o
> build/temp.solaris-2.8-i86pc-2.1/sunaudiodev.o
> /tmp/Python-2.1.1/Modules/sunaudiodev.c:24: sun/audioio.h: No such file
> or directory
> WARNING: building of extension "sunaudiodev" failed: command 'gcc'
 
If this is your only problem, you can comment out the line in
Modules/Setup for sunaudiodev and it should be fine.

Neal



More information about the Python-list mailing list