Csound Csound-dev Csound-tekno Search About

[Cs-dev] Loris build

Date2010-06-13 08:36
Fromjohn ffitch
Subject[Cs-dev] Loris build
AttachmentsNone  None  
Thought I would take a quick look, but it does not build

Opcodes/Loris/src/SdifFile.C: In function ‘double Loris::getNextFrameTime(double, std::list >&, std::_List_iterator&)’:
Opcodes/Loris/src/SdifFile.C:1515: error: no matching function for call to ‘find(__gnu_cxx::__normal_iterator > >, __gnu_cxx::__normal_iterator > >, long int&)’
scons: *** [Opcodes/Loris/src/SdifFile.os] Error 1
scons: building terminated because of errors.

As an aside, this is an example of why i dislike C++; it is not
stable.  Code that used to compile suddenly ceases to do so.  C does
not have this feature.
==John ffitch