i tried to compile sr master and it failed like this:
CC (cc) [trunk-proxy] mem/f_malloc.o mem/f_malloc.c:59:23: error: ../evnets.h: No such file or directory
is there typo in the file name?
-- juha
On 12/23/10 9:29 AM, Juha Heinanen wrote:
i tried to compile sr master and it failed like this:
CC (cc) [trunk-proxy] mem/f_malloc.o mem/f_malloc.c:59:23: error: ../evnets.h: No such file or directory
is there typo in the file name?
yes, it was, just did a commit to fix it. It was introduced by me with the pks stats commits last days and haven't noticed since I have q_malloc as mem manager enabled.
Thanks, Daniel