Jason Siefken

Results 84 comments of Jason Siefken

I'm a bit confused...must of what is done in `just install-deps` seems to be Debian specific, and `just install-deps` should not leave any residual env vars set. So, given that...

I have followed your suggestion in a fresh clone of the repo. I commented out all the `sudo apt-get` lines in `linux.just` and ran `just install-deps` followed by `just run`....

> install [libpng](https://packages.gentoo.org/packages/media-libs/libpng) for your system Like I said, `libpng` is installed and recognized by `ld`. ``` /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld -lpng --verbose|grep libpng attempt to open /lib64/libpng.so succeeded /lib64/libpng.so ```

Thank you! Installing with `static-libs` got past the `-lpng` error :-). There's a new one now, though... ``` /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /home/albert/downloads/gyroflow2/target/release/build/qml-video-rs-600d545abebb22ba/out/mdk-sdk/lib/amd64//libmdk.so: undefined reference to `std::__1::basic_string::append(char const*, unsigned long)' ``` I checked...

`cargo clean` didn't help, but it turned out I needed to install Gentoo's `sys-libs/libcxx`. Now there's progress! I get the message ``` warning: libwayland-client.so.0, needed by /home/albert/downloads/gyroflow2/target/release/build/qml-video-rs-600d545abebb22ba/out/mdk-sdk/lib/amd64//libmdk.so, not found ```...

Yes, I tried the prebuilt package. I ended up installing `xwayland` and after that, the gyroflow starts!

I'm going to try to produce a Gentoo `ebuild` for gyrflow. Hopefully this thread can be useful to some others. Do you think I should recreate the steps in the...

It hasn't been tested with a large number of clickers yet. It should work with iClicker2, but I no longer have the clicker hardware to test things with.

I tested it with an iClicker and iClicker2. I don't think anything has changed since then. The protocol is fairly simple. I used USBSnoop on windows to monitor the USB...

Are you trying to conduct a class using Linux, or are you just interested in experimenting?