Re: [Sndobj-devel] CFFI build errors
Status: Abandoned
Brought to you by:
veplaini
From: Victor L. <vic...@nu...> - 2007-01-19 19:56:37
|
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 > > > > On Jan 19, 2007, at 12:37 PM, Victor Lazzarini wrote: > > > Todd, > > > > here's the compilation errors (this is Windows and > > I am using last night's CVS): > > > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjEqualSndObj(SndObj*, SndObj*)': > > cffi\AudioDefs_wrap.cc:308: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:308: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjSumSndObj(SndObj*, SndObj*)': > > cffi\AudioDefs_wrap.cc:452: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:452: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjSubtractSndObj(SndObj*, SndObj*)': > > cffi\AudioDefs_wrap.cc:470: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:470: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjMultiplySndObj(SndObj*, SndObj*)': > > cffi\AudioDefs_wrap.cc:488: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:488: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjSumFloat(SndObj*, float)': > > cffi\AudioDefs_wrap.cc:506: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:506: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjSubtractFloat(SndObj*, float)': > > cffi\AudioDefs_wrap.cc:524: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:524: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > cffi\AudioDefs_wrap.cc: In function `SndObj* > > _wrap_SndObj_SndObjMultiplyFloat(SndObj*, float)': > > cffi\AudioDefs_wrap.cc:542: error: no matching function > > for call to `SndObj::SndObj(SndObj)' > > src/SndObj.h:244: note: candidates are: > > SndObj::SndObj(SndObj&) > > src/SndObj.h:241: note: > > SndObj::SndObj(SndObj*, int, float) > > cffi\AudioDefs_wrap.cc:542: error: initializing > > argument 1 of `SndObj SndObj::operator=(SndObj)' > > scons: *** [cffi\AudioDefs_wrap.o] Error 1 > > > > I hope this helps. > > > > Victpr > > > > > ---------------------------------------------------------- > > ------------ --- > > 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 > > > ---------------------------------------------------------- > --------------- 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 |