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
I am trying to compile your code for ubuntu 18.04. It get the following windows related compilation error:
~/mv-lm-icp/include/dirent.h:19:10: fatal error: windows.h: No such file or directory
#include <windows.h>
I tried to comment windows.h in dirent.h. But may other errors related to windows started popping up.
How do I remove these windows related errors? Is there any old commit that works fine with linux/ubuntu?
The text was updated successfully, but these errors were encountered:
I am trying to compile your code for ubuntu 18.04. It get the following windows related compilation error:
~/mv-lm-icp/include/dirent.h:19:10: fatal error: windows.h: No such file or directory
#include <windows.h>
I tried to comment windows.h in dirent.h. But may other errors related to windows started popping up.
How do I remove these windows related errors? Is there any old commit that works fine with linux/ubuntu?
The text was updated successfully, but these errors were encountered: