[Flow-tools] error in installing flowtool

Joseph NDONG joesis00 at gmail.com
Mon Jun 1 13:23:08 EDT 2009


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

If someone can help me, please.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.splintered.net/pipermail/flow-tools/attachments/20090601/dfe96328/attachment.htm


More information about the Flow-tools mailing list