[chuck-dev] chuck vs. gcc 4.3

Ge Wang ge at ccrma.Stanford.EDU
Wed Jul 9 01:47:42 EDT 2008


Hi Nando!

Thanks for looking into this on your busy schedule!  I believe the
error below can also be fixed by including <algorithm> near the top
of util_opsc.cpp.

Just a heads up: we'll be releaseing chuck-1.2.1.2 in the next few
days.  We do our best to make sure it's gcc-4.3 compliant.

Thanks again!

Best wishes,
Ge!

The error:

>> ----
>>
>> Yes, very easy, and then the third error (there may be more) was no
>> longer easy to fix:
>>
>> util_opsc.cpp: In member function 'bool
>> UDP_Port_Listener::add(UDP_Subscriber*)':
>> util_opsc.cpp:1169: error: no matching function for call to
>> 'find(__gnu_cxx::__normal_iterator<UDP_Subscriber**,
>> std::vector<UDP_Subscriber*, std::allocator<UDP_Subscriber*> > >,
>> __gnu_cxx::__normal_iterator<UDP_Subscriber**,
>> std::vector<UDP_Subscriber*, std::allocator<UDP_Subscriber*> > >,
>> UDP_Subscriber*&)'
>> util_opsc.cpp: In member function 'bool
>> UDP_Port_Listener::drop(UDP_Subscriber*)':
>> util_opsc.cpp:1188: error: no matching function for call to
>> 'find(__gnu_cxx::__normal_iterator<UDP_Subscriber**,
>> std::vector<UDP_Subscriber*, std::allocator<UDP_Subscriber*> > >,
>> __gnu_cxx::__normal_iterator<UDP_Subscriber**,
>> std::vector<UDP_Subscriber*, std::allocator<UDP_Subscriber*> > >,
>> UDP_Subscriber*&)'


More information about the chuck-dev mailing list