forked from layeh/barnard
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bmmcginty/openal does not compile #4
Comments
I'll look into this. Please feel free to give me a prod if I don't get back to you by Thursday, or the weekend at the latest.
And thanks for letting me know about this.
…On Tue, Jun 23, 2020 at 06:19:53AM -0700, Daniel Lublin wrote:
I'm coming here since this seems to be the most developed fork of barnard.
The openal bindings no longer compiles with openal 1.20.1 (also 1.20.0?). 1.19.1 still works. Haven't had time to investigate more...# _/home/quite/src-scratch/go-openal--bmmcginty/openal ./alcCore.go:114:149: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcGetError ./alcCore.go:156:100: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcCloseDevice ./alcCore.go:162:107: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcCreateContext ./alcCore.go:171:110: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_walcGetIntegerv ./alcCore.go:176:156: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_walcGetInteger ./alcCore.go:200:114: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_s> truct_ALCdevice in argument to _Cfunc_alcCaptureCloseDevice ./alcCore.go:208:88: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcCaptureStart ./alcCore.go:212:86: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcCaptureStop ./alcCore.go:216:179: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcCaptureSamples ./alcCore.go:220:179: cannot use _cgo0 (type *_Ctype_struct_ALCdevice_struct) as type *_Ctype_struct_ALCdevice in argument to _Cfunc_alcCaptureSamples ./alcCore.go:220:179: too many errors
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly,
[view it on GitHub](https://go.apps.bmcginty.us/170081)
, or
[unsubscribe](https://go.apps.bmcginty.us/170082)
.![]
|
ping! |
Once I can compile barnard, and have time, I plan to implement support for access tokens. |
Darn it. Okay, adding this to my phone now. Had some stuff come up that has sucked my time like a vacuum. Will make a box for this (the original issue first) this week.
…On Mon, Jul 20, 2020 at 12:03:15AM -0700, Daniel Lublin wrote:
Once I can compile barnard, and have time, I plan to implement support for access tokens.
—
You are receiving this because you commented.
Reply to this email directly,
[view it on GitHub](https://go.apps.bmcginty.us/172442)
, or
[unsubscribe](https://go.apps.bmcginty.us/172443)
.![]
|
still does not compile |
I'm going to need to look further into this; last time I pulled it on a 64 bit host, things compiled fine.
If it wasn't added, I'd appreciate your build platform.
…On Mon, Dec 07, 2020 at 12:15:45PM -0800, kusky wrote:
still does not compile
—
You are receiving this because you commented.
Reply to this email directly,
[view it on GitHub](https://go.apps.bmcginty.us/180409)
, or
[unsubscribe](https://go.apps.bmcginty.us/180410)
.![]
|
amd64 from the AUR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm coming here since this seems to be the most developed fork of barnard.
The openal bindings no longer compiles with openal 1.20.1 (also 1.20.0?). 1.19.1 still works. Haven't had time to investigate more...
The text was updated successfully, but these errors were encountered: