Package Details: gtkglarea 2.1.0-6

Git Clone URL: https://aur.archlinux.org/gtkglarea.git (read-only, click to copy)
Package Base: gtkglarea
Description: GTK/GL Area libraries
Upstream URL: https://mono-project.com/GtkGLArea
Licenses: GPL
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 4
Popularity: 0.45
First Submitted: 2021-04-22 23:06 (UTC)
Last Updated: 2022-01-22 16:08 (UTC)

Latest Comments

« First ‹ Previous 1 2

PhotonX commented on 2022-01-22 15:17 (UTC)

Possibly there is a path naming collision with gtkglarea1? I am maintaining gtkglarea1, maybe we can figure it out together?

PhotonX commented on 2022-01-06 18:06 (UTC)

/usr/include/gtkgl-2.0/gtkgl/gtkglarea.h:24:10: fatal error: gtkgl/gdkgl.h: No such file or directory
   24 | #include <gtkgl/gdkgl.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.

Looks like the correct include is

include <gtkgl-2.0/gtkgl/gdkgl.h>

ATrigger commented on 2021-06-08 14:16 (UTC)

Currently fails to build

shaders.c: In function ‘shader_status’:
shaders.c:150:6: error: format not a string literal and no format arguments [-Werror=format-security]
  150 |      g_print(infoLog);
      |      ^~~~~~~