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 tried compile project using Docker, but every time I got error.
In file included from libde265.cc:2:
libde265-all.inl:8:10: fatal error: alloc_pool.cc: No such file or directory
8 | #include "alloc_pool.cc"
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:69: build-static] Error 1
I tried to install: libde265-dev / libde265-0 / imagemagick
if I try to compile libde265 fro sources I got error
vendor/github.com/adrium/goheif/libde265/libde265.go:8:11: fatal error: libde265/de265.h: No such file or directory
8 | // #include "libde265/de265.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:69: build-static] Error 1
What I do wrong?
Thanks.
The text was updated successfully, but these errors were encountered:
this is most probably due to go mod issue, where if you check in the vendor directory of the project, all the non-golang code from the libde265/libde265 library are not imported completely, as there is no golang file found in the libde265/libde265 package
Hello!
I tried compile project using Docker, but every time I got error.
I tried to install: libde265-dev / libde265-0 / imagemagick
if I try to compile libde265 fro sources I got error
What I do wrong?
Thanks.
The text was updated successfully, but these errors were encountered: