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
Getting a lot of src/ebsynth_cuda_texarray2.h:76:55: error: invalid conversion from ‘const int*’ to ‘int’ [-fpermissive] errors when trying to compile with the build-linux-cpu+cuda.sh script.
I'm missing any requeriment?
The text was updated successfully, but these errors were encountered:
I remember having maybe a similar issue (but I do not recall what the problem was). Anyway, you can try my fork of the repo. https://github.com/OndrejTexler/ebsynth
I did some changes in build scripts and code - maybe it will work for you :-)
Getting a lot of
src/ebsynth_cuda_texarray2.h:76:55: error: invalid conversion from ‘const int*’ to ‘int’ [-fpermissive]
errors when trying to compile with the build-linux-cpu+cuda.sh script.I'm missing any requeriment?
The text was updated successfully, but these errors were encountered: