Closed ArthurSonzogni closed 4 years ago
Likely this patch: https://github.com/kcat/openal-soft/commit/c83609277bed4be4ef40ed306bf2c57fefa19519
The line:
#include <stdarg.h> /* va_list, va_start, va_arg, va_end */
is needed.
I will submit a patch tonight.
Already fixed with commit 8713bb8afbe0fe42e531ec17c5ea0bb20af64126.
You are too quick ;-)
I have a patch: https://github.com/kcat/openal-soft/pull/414
Feel free to accept or reject. It adds the header to every other files using va_start. My compile problem was in filter.cpp, but there are still a 3 other files where
My build succeed thanks to 8713bb8 https://travis-ci.com/github/ArthurSonzogni/smk/builds/159872541
I have a library depending on OpenAL. I updated the OpenAL version from: 5e2e4d50d324f713a7c39cdc71ce9050d2c34b5e to: 0dc9b03
My travis bot is now failing on Linux+GCC, but suceed on Linux+GCC. Maybe a recent patch? https://travis-ci.com/github/ArthurSonzogni/smk/builds/159844127
I don't have time tonight. I will take a look tomorrow if you don't.