Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
299 stars 52 forks source link

Does not build on Manjaro Linux (Arch) against latest gtkglext #42

Closed cu-kai closed 4 years ago

cu-kai commented 4 years ago

Error when building against the latest gtkglext, it would appear support for gdk_gl_font_use_pango_font has been dropped.

libs/gtkutil/glfont.cpp: In function ‘PangoFont* tryFont(const char*, PangoFontDescription*&, GLuint)’:
libs/gtkutil/glfont.cpp:678:9: error: ‘gdk_gl_font_use_pango_font’ was not declared in this scope
  678 |  return gdk_gl_font_use_pango_font( font_desc, 0, 256, font_list_base );
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~

Here is the discussion on the Arch mailing list. https://lists.archlinux.org/pipermail/arch-dev-public/2020-April/029956.html