[Python-checkins] python/dist/src setup.py,1.135,1.136

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
2003年1月21日 13:01:44 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv2983
Modified Files:
	setup.py 
Log Message:
ossaudiodev.c currently gives compilation errors, and Greg doesn't fix
it, so disable the build for now.
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** setup.py	8 Jan 2003 01:37:41 -0000	1.135
--- setup.py	21 Jan 2003 21:01:37 -0000	1.136
***************
*** 724,729 ****
 exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
 
! # XXX should also build this on FreeBSD!
! exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
 
 if platform == 'sunos5':
--- 724,730 ----
 exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
 
! # ossaudiodev currently doesn't work, so don't build.
! ## # XXX should also build this on FreeBSD!
! ## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
 
 if platform == 'sunos5':

AltStyle によって変換されたページ (->オリジナル) /