Giter Club home page Giter Club logo

Comments (4)

jonathanabennett avatar jonathanabennett commented on July 19, 2024

Or if there is another, better way to build binaries for each platform. I don't particularly care how I get them, I just want something similar to what you see in the assets section of this project. I realize they're doing this on Java, not Common Lisp. But I really... REALLY don't wanna rewrite this in Java, lol.

from cl-gtk4.

bohonghuang avatar bohonghuang commented on July 19, 2024

You should check out the version of GTK4 installed in the CI. The error message said:

Symbol "MAKE-COLOR-DIALOG-BUTTON" not found in the GTK4 package.

where ColorDialogButton was introduced in GTK 4.10.

from cl-gtk4.

jonathanabennett avatar jonathanabennett commented on July 19, 2024

Aha, it appears that Ubuntu 22.04 only has GTK4.6. I don't know enough about Ubuntu to figure out how to use a newer library, every time I tried it didn't work. I'll do some searching and see what I can figure out.

Meanwhile on my MacOS build script, do you have any guesses why it might be failing? I also need to figure out Windows, but I don't actually know if this works on Windows yet because I don't have a computer to test it on.

from cl-gtk4.

bohonghuang avatar bohonghuang commented on July 19, 2024

Aha, it appears that Ubuntu 22.04 only has GTK4.6. I don't know enough about Ubuntu to figure out how to use a newer library, every time I tried it didn't work. I'll do some searching and see what I can figure out.

My suggestion would be to avoid using the APIs in higher versions of GTK4. Even if you successfully compile the latest version of GTK4 on your CI, it would be difficult to ensure that users have the required version of GTK4.

Meanwhile on my MacOS build script, do you have any guesses why it might be failing? I also need to figure out Windows, but I don't actually know if this works on Windows yet because I don't have a computer to test it on.

It seems that gobject-introspection or its runtime is not installed.

from cl-gtk4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.