Giter VIP home page Giter VIP logo

Comments (7)

clehner avatar clehner commented on May 18, 2024

According to /usr/include/glib-2.0/gio/gnotification.h on my system, g_notification_set_priority was added in GLib 2.42. I'm not too familiar with how OpenBSD does packaging/ports. If it carries an older version of GLib, perhaps a macro could be used to pick g_notification_set_urgent instead (which was deprecated in 2.42 in favor of g_notification_set_priority. GNotification docs

from baresip.

alfredh avatar alfredh commented on May 18, 2024

hmm, tried to fix it but now get an error on linux :)

looks like OpenBSD is using GTK 2.24

from baresip.

clehner avatar clehner commented on May 18, 2024

What version of GLib (or GIO)? That is where GNotification is from. Perhaps gio-2.0 should be added to the pkgconfig command. Also, G_NOTIFICATION_PRIORITY_URGENT is an enum.

from baresip.

clehner avatar clehner commented on May 18, 2024

My mistake, the version check macro was wrong. Try GLIB_CHECK_VERSION(2,42,0)

from baresip.

alfredh avatar alfredh commented on May 18, 2024

ok! will try that soon

from baresip.

alfredh avatar alfredh commented on May 18, 2024

fixed in commit 52d1c33

thanks @clehner !

from baresip.

clehner avatar clehner commented on May 18, 2024

from baresip.

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.