kysucix / fusibile

Depthmap fusion with depth and normal consistency check
GNU General Public License v3.0
192 stars 94 forks source link

Commit to make it work for "windowz" (56d28f84cde79da75813e4b4eed7365303431380) broke the build for linux #11

Closed ben-parfitt closed 4 years ago

ben-parfitt commented 4 years ago
main.cpp:670:13: error: ‘_access’ was not declared in this scope
         if( _access( (inputFiles.images_folder + id_string + ".png").c_str(), R_OK ) != -1 )
ben-parfitt commented 4 years ago

For linux, remove dirent.h from the directory, and replace _access with access

kysucix commented 4 years ago

Last commit should fix both linux and windows build. Please let me know if that's not the case.