[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] ML_UGens.so produces error (something to commit)



now committed.

marije

On Dec 27, 2007 11:46 AM, olaf hochherz <hochherz_olaf@xxxxxx> wrote:
> yes thats it!
> thanks
>
>
>
> Dan Stowell wrote:
> > Hi -
> >
> > That's my fault; sorry, completely forgot to update SConstruct. I'm
> > afraid I have absolutely no SVN access at the moment so I can't update
> > it, but here are the (hopefully correct) instructions - maybe olaf
> > could try them out and then someone with svn access can commit?
> >
> > Here's what to do: edit SConstruct line 756 from
> >
> > mlSources = Split('Source/plugins/ML.cpp Source/plugins/Loudness.cpp
> > Source/plugins/BeatTrack.cpp Source/plugins/Onsets.cpp
> > Source/plugins/onsetsds.c Source/plugins/KeyTrack.cpp
> > Source/plugins/MFCC.cpp Source/plugins/SCComplex.cpp
> > Source/plugins/BeatTrack2.cpp')
> >
> > to
> >
> > mlSources = Split('Source/plugins/ML.cpp Source/plugins/Loudness.cpp
> > Source/plugins/BeatTrack.cpp Source/plugins/Onsets.cpp
> > Source/plugins/onsetsds.c Source/plugins/KeyTrack.cpp
> > Source/plugins/MFCC.cpp Source/plugins/SCComplex.cpp
> > Source/plugins/BeatTrack2.cpp Source/plugins/ML_SpecStats.cpp')
> >
> > (i.e. one source code file is added to the end of the list). This
> > should then compile OK.
> >
> > Dan