Hello all,

this issue, plus the original problems reported in #417178, are now fixed upstream (will be in 2.4.6 release). Thanks for the bugreport!

On Fri, 27 Apr 2007, Martin Michlmayr wrote:

found 417178 2.4.5-1
thanks

There's a new problem:

Automatic build of ecasound2.2_2.4.5-1 on em64t by sbuild/amd64 0.53
...
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../kvutils -D_REENTRANT 
-DECA_PKGDATADIR=\"/usr/share/ecasound2.2/ecasound\" -ffast-math 
-fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -g -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing 
-funroll-loops -MT eca-object-factory.lo -MD -MP -MF .deps/eca-object-factory.Tpo -c 
eca-object-factory.cpp -o eca-object-factory.o
eca-object-factory.cpp: In static member function 'static std::string 
ECA_OBJECT_FACTORY::audio_object_to_eos(const AUDIO_IO*, const std::string&)':
eca-object-factory.cpp:743: error: no matching function for call to 'find(__gnu_cxx::__normal_iterator<char*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, 
__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
>, char)'
eca-object-factory.cpp:744: error: no matching function for call to 'find(__gnu_cxx::__normal_iterator<char*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, 
__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
>, char)'
eca-object-factory.cpp:745: error: no matching function for call to 'find(__gnu_cxx::__normal_iterator<char*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, 
__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > 
>, char)'
make[4]: *** [eca-object-factory.lo] Error 1
make[4]: Leaving directory `/build/tbm/ecasound2.2-2.4.5/libecasound'

--- libecasound/eca-object-factory.cpp~ 2007-04-27 07:04:45.000000000 +0000
+++ libecasound/eca-object-factory.cpp  2007-04-27 07:04:56.000000000 +0000
@@ -25,6 +25,7 @@
#include <config.h>
#endif

+#include <algorithm>
#include <list>
#include <map>
#include <string>



--
 links, my public keys, etc at http://eca.cx/kv


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to