You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like recent changes (uselocale) broke the build on Mac (I use OS X El Capitan 10.11.6).
I run:
git clone https://github.com/json-c/json-c
cd json-c
./autogen.sh
./configure
make
And it fails with:
Making all in .
CC arraylist.lo
CC debug.lo
CC json_c_version.lo
CC json_object.lo
CC json_object_iterator.lo
CC json_tokener.lo
json_tokener.c:239:3: error: use of undeclared identifier 'locale_t'
locale_t oldlocale = uselocale(NULL);
The text was updated successfully, but these errors were encountered:
It seems like recent changes (uselocale) broke the build on Mac (I use OS X El Capitan 10.11.6).
I run:
git clone https://github.com/json-c/json-c
cd json-c
./autogen.sh
./configure
make
And it fails with:
Making all in .
CC arraylist.lo
CC debug.lo
CC json_c_version.lo
CC json_object.lo
CC json_object_iterator.lo
CC json_tokener.lo
json_tokener.c:239:3: error: use of undeclared identifier 'locale_t'
locale_t oldlocale = uselocale(NULL);
The text was updated successfully, but these errors were encountered: