Open dqqDQ opened 4 years ago
I have same problem ...
The same...
same,did you solve this problem?
same, have you solved that?
you can use gcc-5
did any one solve this problem? i need some help
The libraries are declared within the wrong name scope. Adding this to the top of external/mLib/include/mLibDepthCamera.cpp
seems to fix the issue.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
when i compile the source with 'make -j8' had same error: usr/include/c++/6/cstdlib:124:11: error: ‘::div_t’ has not been declared using ::div_t; ^~~~~ /usr/include/c++/6/cstdlib:125:11: error: ‘::ldiv_t’ has not been declared using ::ldiv_t; ^
~/usr/include/c++/6/cstdlib:127:11: error: ‘::abort’ has not been declared using ::abort; ^~~~~ and so on. 'cstdliblib.h','cmath' all report error, cloud you help me solve the problem? thank you .