-
-
Notifications
You must be signed in to change notification settings - Fork 19
Errors running ninja test #55
Comments
@rothgar oh man, my instructions are out of date here. I am no longer using ninja for tests, and instead run them in CI on GitHub. I'm not sure about those specific errors, but you should just be able to run |
Thanks for the follow up. I should have tried that 🤦 It builds the binary with just a couple warnings
of course that binary has some problems when I transfer it outside of the container (I'm trying to run it on Ubuntu) The window opens (looks clipped)
I'm guessing the clipping comes from the fact that I couldn't find a compatible libgtk-3-dev library in Ubuntu so it's building off an elementary library and the fact that the full install command didn't run on my laptop. Copying an emoji doesn't save to my clipboard either. 😢 On my laptop if I cd inside the build directory (built within the container) I'm able to run
Which looks successful and copies the files based on what I saw in the script but I still get the same errors. Maybe I'll try hacking on it later. I wasn't able to do a This honestly looks like a great app and I'd be more than happy to pay you for it because it's one of the few things I miss from macOS with rocket. Sadly work doesn't let me use elementary. |
@rothgar ah interesting! The clipping issue might be stylesheet-related; you can ensure you have the elementary OS Juno stylesheet installed, and then run Ideogram with |
😢 Installed the theme and still get the clipping and emoji copy doesn't work. We don't have to keep this issue open as I know Ubuntu isn't supported. at least now I have something that can build so if I play with the code I can know when I break it. |
I'm trying to compile ideogram inside an elementary container but getting errors.
I cloned the repo and got into a clean elementary OS container
Then made sure deps were installed
and
Then I cd into build directory and run
ninja test
and get the following errorIs there a step I'm missing?
The text was updated successfully, but these errors were encountered: