Austin Green
Austin Green
Trying to install on Windows 10 platform. Cloned successfully, ran `cargo build`, failed with this output: ``` error: failed to run custom build command for `shaderc v0.3.16` process didn't exit...
Portaudio was installed by `cargo` while building RustAudio `synth`. It produced a linker error, which I traced back to portaudio. Building `portaudio` requires the Ubuntu package `portaudio19-dev` to be installed...
Platform is x86 64-bit Windows 10 MSVC MSVS 2017. Installed as per instructions at `https://marketplace.visualstudio.com/items?itemName=DanielGriffen.Rust#overview` When I open a Rust folder, then a Rust source file, nothing special happens, apart...
With gtk 0.5.0 and sourceview 0.5.0, all goes fine, until I try to use `gtk::ResponseType::Other(0)` which is only available from gtk 0.6.0. So I change to gtk 0.6.0, sourceview ^0,...
Cannot build the synth test program. OS is Ubuntu-derived 16.04LTS. The libjack-dev package is installed. Steps to build: `$ git clone https://github.com/RustAudio/synth` `$ cargo build --example test` Output from last...
Inserting rows seems to break the indexing of later cell referencing. This sample code captures the problem: ``` import pyoo desktop = pyoo.Desktop(pipe="pyoo_pipe") doc_st = desktop.create_spreadsheet() sheet = doc_st.sheets[0] n...
[OS = Xubuntu 24.04] When I invoke the app image, it gives me `Failed to load module "xapp-gtk3-module" /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so` and then fires...