krux02/assimp

Unable to use with Assimp on Windows

Opened this issue · 1 comments

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?

Sorry for the late reply. You might need to add an include directory to your compiler. But I am sorry I cannot help you with that. I don't use windows and neither do I program in Go anymore. I also don't use assimp anymore.