On Mon, Jun 1, 2009 at 6:23 PM, Joseph NDONG <[email protected]> wrote: > 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:
http://flow-tools.googlecode.com/files/flow-tools-0.68.4.2.tar.bz2 Try this. -- This message represents the official view of the voices in my head _______________________________________________ Flow-tools mailing list [email protected] http://mailman.splintered.net/mailman/listinfo/flow-tools
