dsw / oink-stack

Oink is a collaboration of C++ static analysis tools.

Home Page:http://danielwilkerson.com/oink/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: use of undeclared identifier 'zeroregion'

sam-ellis opened this issue · comments

When compiling on Mac OS X using Apple LLVM version 8.0.0 (clang-800.0.38) the following error is seen

gcc -c -o regions.o -I.. -iquote  -DNMEMDEBUG -DSIZEOF_VOIDP=4 -Wall -g -O2 regions.c
In file included from regions.c:288:
../libregion/pages.c:272:56: error: use of undeclared identifier 'zeroregion'; did you mean 'newregion'?
  set_region_range(newp, (char *)newp + request_bytes, FREEPAGE);

Did you figure this one out?

On Sat, Oct 15, 2016 at 6:19 AM, Sam Ellis notifications@github.com wrote:

When compiling on Mac OS X using Apple LLVM version 8.0.0 (clang-800.0.38)
the following error is seen

gcc -c -o regions.o -I.. -iquote -DNMEMDEBUG -DSIZEOF_VOIDP=4 -Wall -g -O2 regions.c
In file included from regions.c:288:
../libregion/pages.c:272:56: error: use of undeclared identifier 'zeroregion'; did you mean 'newregion'?
set_region_range(newp, (char *)newp + request_bytes, FREEPAGE);


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAC_XG60kW6mZkhrejwWaMygyKIG0N9Fks5q0NLKgaJpZM4KXtGZ
.