[Click] Clicky building problem

Eddie Kohler kohler at cs.ucla.edu
Wed May 25 10:30:56 EDT 2011


This is fixed in the current sources.  Try casting "end - s - 1" to int.

	c = (unsigned char) s[std::min(port, (int) (end - s - 1))] << 1;

E


On 5/25/11 4:48 AM, milos rovcanin wrote:
> Hello,
>
> I have tried to build Clicky GUI under Click-1.7.0 and this is the error I
> got:
>
> *In member function ‘int clicky::delt::flow_split_char(bool, int) const’:*
> *dwidget.cc:474: error: no matching function for call to ‘min(int&, long
> int)’*
> *make[1]: *** [dwidget.o] Error 1*
>
> Anyone?
>



More information about the click mailing list