Re: [Sndobj-devel] CFFI scons target
Status: Abandoned
Brought to you by:
veplaini
From: todd i. <tes...@as...> - 2007-01-19 16:24:04
|
PS. yes it does and this should probably be in a readme on darwin, if the wrapper file is called sndobj_wrap.cpp it can be built with something like g++ -dynamiclib sndobj_wrap.cpp -DMACOSX -DSWIG -DSWIGCFFI -I/System/ Library/Fra meworks/CoreAudio.framework/Headers -I../include -I./ -I../include/ SndObj ../lib /libsndobj.a -framework CoreAudio -framework Carbon -framework CoreMIDI -framewo rk OpenGL -framework AGL -framework IOKit -framework QuickTime - fpascal-strings -o sndobj_wrap.dylib On Jan 19, 2007, at 8:21 AM, Victor Lazzarini wrote: > Hi all, > > I have added a CFFI module build option to scons (in CVS now), > > scons lispmodule=1 > > will attempt to build the CFFI interface. However, I could not > build it, > as the wrapper code generated by SWIG had some problems. I did not > touch the interface file because I don't really know much about it, > but it > needs fixing. The CFFI SConstruct target might have problems, but > I can't test it since it fails at the wrapper compilation. > > One question is, does the module has any external dependencies > (headers, > libs)? > > All the best > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel |