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
**Dear authors,
When I type 'make' to build the code, I encounter these problems below,
......
**[ 80%] Built target iic_eval-lib
[ 84%] Built target iic_commands-lib
[ 85%] Building CXX object reflectance/lille/CMakeFiles/lille-lib.dir/commands/command_ltan.cpp.o
In file included from /media/swy/78FEF6D8FEF68E1E/Programming_Toolbox/IBTSFIF-master/illuminants/lille/tan_orthodox/orthodox_tan_adapter.h:8:0,
from /media/swy/78FEF6D8FEF68E1E/Programming_Toolbox/IBTSFIF-master/illuminants/lille/commands/command_ltan.cpp:6:
/media/swy/78FEF6D8FEF68E1E/Programming_Toolbox/IBTSFIF-master/illuminants/lille/tan_orthodox/zGlobal.h:13:27: fatal error: malloc/malloc.h: There is no file or directory
#include <malloc/malloc.h>
^
compilation terminated.
make[2]: *** [reflectance/lille/CMakeFiles/lille-lib.dir/commands/command_ltan.cpp.o] error 1
make[1]: *** [reflectance/lille/CMakeFiles/lille-lib.dir/all] error 2
make: * [all] error 2
What should I do to solve these problems and complete 'make'?
Looking forward to your reply.**
The text was updated successfully, but these errors were encountered:
**Dear authors,
When I type 'make' to build the code, I encounter these problems below,
......
**[ 80%] Built target iic_eval-lib
[ 84%] Built target iic_commands-lib
[ 85%] Building CXX object reflectance/lille/CMakeFiles/lille-lib.dir/commands/command_ltan.cpp.o
In file included from /media/swy/78FEF6D8FEF68E1E/Programming_Toolbox/IBTSFIF-master/illuminants/lille/tan_orthodox/orthodox_tan_adapter.h:8:0,
from /media/swy/78FEF6D8FEF68E1E/Programming_Toolbox/IBTSFIF-master/illuminants/lille/commands/command_ltan.cpp:6:
/media/swy/78FEF6D8FEF68E1E/Programming_Toolbox/IBTSFIF-master/illuminants/lille/tan_orthodox/zGlobal.h:13:27: fatal error: malloc/malloc.h: There is no file or directory
#include <malloc/malloc.h>
^
compilation terminated.
make[2]: *** [reflectance/lille/CMakeFiles/lille-lib.dir/commands/command_ltan.cpp.o] error 1
make[1]: *** [reflectance/lille/CMakeFiles/lille-lib.dir/all] error 2
make: * [all] error 2
What should I do to solve these problems and complete 'make'?
Looking forward to your reply.**
The text was updated successfully, but these errors were encountered: