Activity for NJAMD (Not Just Another Malloc Debugger)

  • Stäphen Goedzal Stäphen Goedzal posted a comment on ticket #5

    Both before and after applying the above patch: configure:3375: checking If we can trust gcc with bitfields configure:3409: gcc -o conftest -g -O2 -Wall -I/usr/local/src/njamd-0.9.3pre2/njamd-0.9.3pre2/include conftest.c -lnsl 1>&5 configure:3386:5: error: width of 'y' exceeds its type int y : sizeof(long)*8 - 4; ^ All hunks succeded: patching file configure.in Hunk #1 succeeded at 201 (offset 65 lines). Hunk #2 succeeded at 213 (offset 65 lines). Hunk #3 succeeded at 225 (offset 65 lines). Hunk...

  • Ayoub Ayoub posted a comment on ticket #13

    The following errors are caused by the fact that FUNCTION is no longer a macro but a variable, so you have to patch the library in a way that FUNCTION is used as a variable. For example, change the function ( nj_perror_(FUNCTION ...) nj_perror_(FUNCTION, ...) (taking two parameters insteaud of one parameter) mem_sunder.c:47: error: expected ')' before string constant mem_sunder.c:119: error: expected ')' before string constant mem_sunder.c:127: error: expected ')' before string constant mem_sunder.c:139:...

1