Hi,
I'm trying to use these Go binding for Assimp on windows, however, when I run go get github.com/krux02/assimp I get the following error:
go\src\github.com\krux02\assimp\Anim.go:4:25: fatal error: assimp/anim.h: No such file or directory
//#include <assimp/anim.h>
^
compilation terminated.
I have Assimp version 4.1 installed. Do you happen to know what might be going wrong?
Hi,
I'm trying to use these Go binding for Assimp on windows, however, when I run
go get github.com/krux02/assimpI get the following error:I have Assimp version 4.1 installed. Do you happen to know what might be going wrong?