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
Hi, I recently came across this project and am trying to get it to work on win10 via gcc command line, but Im stuck on this error when trying to compile it:
dd_main.cxx:43:17: fatal error: cpu.h: No such file or directory
I get the same issue for net.h too.
I dont know if it needs another flag to point it to something like it does for the ImageMagick development headers. FYI I am trying to compile it like this
gcc -o dd_main dd_main.cxx -I "path to ImageMagick include folder"
The text was updated successfully, but these errors were encountered:
Thank you for the reply. After installing ncnn for windows as per the instructions, I am now attempting to compile it with gcc -o dd_main dd_main.cxx -I "path to ImageMagick include folder" -I "path to installed ncnn include folder"
And seeing the error /platform.h:78:21: fatal error: pthread.h: No such file or directory #include <pthread.h>
Hi, I recently came across this project and am trying to get it to work on win10 via gcc command line, but Im stuck on this error when trying to compile it:
dd_main.cxx:43:17: fatal error: cpu.h: No such file or directory
I get the same issue for net.h too.
I dont know if it needs another flag to point it to something like it does for the ImageMagick development headers. FYI I am trying to compile it like this
gcc -o dd_main dd_main.cxx -I "path to ImageMagick include folder"
The text was updated successfully, but these errors were encountered: