Csound Csound-dev Csound-tekno Search About

[Cs-dev] Advice on Loris

Date2008-12-26 16:50
Fromjpff
Subject[Cs-dev] Advice on Loris
I usually build Loris, but on one of my machines it fails, saying
1) exit and EXIT_FAILURE are not define in FourierTransform.C
2) SdifFile.C fails to compile with a messag ethat is beyong me:
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&)'

The first can be fixed by
#include 

but why is it needed on that machine?  No ideas about the second error

Or is thi sthe usual C++ incompatiblity with itself?
==John ffitch

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-12-26 16:59
FromFelipe Sateler
SubjectRe: [Cs-dev] Advice on Loris
AttachmentsNone  None  None  

Date2008-12-26 17:56
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Advice on Loris
Thanksl that fixed it
Odd that it was Ok on the other machien with same OS

> Recent versions of g++ have been refining the include files, which mean
> faster
> compilation (less files to parse) at the downside of having to actually
> include what you need. I think you need to #include  to fix
> number
> 2.


------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net