tiagojc / IBTSFIF

7 stars 4 forks source link

/IBTSFIF-master/illuminants/lille/tan_orthodox/zGlobal.h:13:27: fatal error: malloc/malloc.h: There is no file or directory #1

Open sqqq221 opened 7 years ago

sqqq221 commented 7 years ago

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.**

guopifen commented 5 years ago

I have encountered the same problem. Have you solved it?