Hello,<br>I have a problem when installing flow tool<br>The first error I met that the compiler could not recognize this (char*)ptr += nwritten; I have replace it with this one<br>ptr = (void*)( ((char*)ptr) + nwritten); and it works well.<br>
But I have another problem, this line can&#39;t compile:<br>      (char*)ftch-&gt;traverse_rec += ftch-&gt;d_size;<br>This is the part of the error message:<br>fi<br>ftchash.c: Dans la fonction «ftchash_foreach» :<br>ftchash.c:329: erreur: lvalue required as left operand of assignment<br>
make[2]: *** [ftchash.o] Erreur 1<br>make[2]: Quitte le répertoire `/home/joseph/flow-tools-0.66/lib&#39;<br>make[1]: *** [all] Erreur 2<br>make[1]: Quitte le répertoire `/home/joseph/flow-tools-0.66/lib&#39;<br>make: *** [all-recursive] Erreur 1<br>
<br>If someone can help me, please.<br>