go-openal icon indicating copy to clipboard operation
go-openal copied to clipboard

Import Issue

Open qguv opened this issue 10 years ago • 1 comments

After import "github.com/phf/go-openal/al", I get this:

# github.com/phf/go-openal/al
buffer.go:9:10: fatal error: 'AL/al.h' file not found
#include <AL/al.h>
         ^
1 error generated.

My specs:

  • Mac OS 10.8.5 using clang

I believe the file on OS X is OpenAL/al.h.

qguv avatar Oct 05 '13 00:10 qguv

this problem also be reported on Win10.

dextercai avatar Oct 06 '20 02:10 dextercai