We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Godot version:
Godot 3.1 master
OS/device including version: Arch Linux, Kernel 4.17.14, clang 6.0.1, pulseaudio 12.2
Issue description:
Since #19106 was merged, I can not compile Godot 3.1 master branch anymore and get the following error message during the build process:
[Initial build] Compiling ==> drivers/gles3/rasterizer_storage_gles3.cpp Ranlib Library ==> modules/libmodules.x11.opt.tools.64.llvm.a drivers/pulseaudio/audio_driver_pulseaudio.cpp:376:43: error: arithmetic on a pointer to void ret = pa_stream_write(ad->pa_str, ptr + write_ofs, bytes_to_write, NULL, 0LL, PA_SEEK_RELATIVE); ~~~ ^ 1 error generated. [Initial build] scons: *** [drivers/pulseaudio/audio_driver_pulseaudio.x11.opt.tools.64.llvm.o] Error 1 Compiling ==> drivers/gles3/shader_compiler_gles3.cpp scons: building terminated because of errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Godot version:
Godot 3.1 master
OS/device including version:
Arch Linux, Kernel 4.17.14, clang 6.0.1, pulseaudio 12.2
Issue description:
Since #19106 was merged, I can not compile Godot 3.1 master branch anymore and get the following error message during the build process:
The text was updated successfully, but these errors were encountered: