作者:啊明小窝日记 | 来源:互联网 | 2024-10-18 15:42
I came out with this error:
1 2 3 4 5 6 7 8 9 10 11 12
| shell
In file included from portability/Malloc.cpp:17:
./../folly/portability/Malloc.h:27:12: error: unknown type name 'size_t'
extern "C" size_t malloc_usable_size(void* ptr);
^
1 error generated.
make[4]: *** [portability/Malloc.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
macbookproloreto:redex admin$ |
Reg:
该提问来源于开源项目:facebook/redex
Yep, this is #8 , thanks .