Re: [Sndobj-devel] CFFI build errors
Status: Abandoned
Brought to you by:
veplaini
From: Victor L. <vic...@nu...> - 2007-01-20 09:33:31
|
What scons does is to find the Python version it runs on and then attempt to build with it. If scons is running under 2.4 it will be build for that. But, since on OSX 2.3 is what comes with the OS, there might be a path problem. I think I have the Python framework set to be in /System/Library/Frameworks. Is the 2.4 framework there? Otherwise can you give me the location of Python.h and the framework for 2.4. The paths in SConstruct need to be edited probably. In fact, if you know how to work with scons (it's Python anyway...), you could be added as a developer, so that you can commit the fixes yourself. Victor > > BTW, > We had scons trouble building with python 2.4 under > OSX10.3.9 on mac PPC It scons OK with python2.3 > > It builds ok, on intel mac OSX10.4.8under python2.4.3 > > You probably know about this already, but at the mo, it > _is_ a dependency. > > - David > > > On 20/01/2007, at 6:56 AM, Victor Lazzarini wrote: > > > Thanks, it builds now. > > > > I'll try and add the other dependencies for OSX, so > > the module can be built from scons. > > > > Regards > > > > Victor > >> > >> i believe these are as a result of not having the > macros >> SWIG SWIGCFFI defined. > >> > >> in g++ i need -DSWIG -DSWIGCFFI > >> > >> > >> > > _________________________________________________ > experimental polymedia: www.avatar.com.au > Sonic Communications Research Group, > University of Canberra: > www.canberra.edu.au/vc-forum/scrg vip=Verbal Interactivity > Project > > > |