Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: use of undeclared identifier 'zeroregion' #17

Open
sam-ellis opened this issue Oct 15, 2016 · 1 comment
Open

Error: use of undeclared identifier 'zeroregion' #17

sam-ellis opened this issue Oct 15, 2016 · 1 comment

Comments

@sam-ellis
Copy link
Contributor

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);
@dsw
Copy link
Owner

dsw commented Oct 25, 2016

Did you figure this one out?

On Sat, Oct 15, 2016 at 6:19 AM, Sam Ellis [email protected] 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
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants