[opensuse-packaging] no gdkglfont.h in the gtkglext package of openSUSE 12.3
Hi, I'm building gabedit for openSUSE 12.3. The building failed because of the following error: UtilsGL.c:(.text+0x40e): undefined reference to `gdk_gl_font_use_pango_font' gdk_gl_font_use_pango_font is defined in gdkglfont.h which was included in the gtkglext-devel prior to openSUSE 12.3. However the file gdkglfont.h is missing in the latest git version and openSUSE 12.3 version (openSUSE12.3:update repo) of gtkglext. Does anybody know why it's removed from gtkglext and how to get it back or fix the building problem? Thanks! -- Sincerely yours Xing -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Thursday 14 March 2013 19:43:27 stecue wrote:
Hi,
I'm building gabedit for openSUSE 12.3. The building failed because of the following error:
UtilsGL.c:(.text+0x40e): undefined reference to `gdk_gl_font_use_pango_font'
gdk_gl_font_use_pango_font is defined in gdkglfont.h which was included in the gtkglext-devel prior to openSUSE 12.3. However the file gdkglfont.h is missing in the latest git version and openSUSE 12.3 version (openSUSE12.3:update repo) of gtkglext. Does anybody know why it's removed from gtkglext and how to get it back or fix the building problem?
Gtkglext was deleted from Factory due to pangox dependence. [1] Unfortunately we have some 3rd party software that requires this library. So gtkglext was updated to latest git version and returned to Factory. Now gtkglext doesn't support some old things. [1] http://lists.opensuse.org/opensuse-factory/2012-08/msg00634.html -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Thanks! Looks like I have to ask the author or use an older library.... On 03/15/2013 02:44 AM, Dmitry Roshchin wrote:
On Thursday 14 March 2013 19:43:27 stecue wrote:
Hi,
I'm building gabedit for openSUSE 12.3. The building failed because of the following error:
UtilsGL.c:(.text+0x40e): undefined reference to `gdk_gl_font_use_pango_font'
gdk_gl_font_use_pango_font is defined in gdkglfont.h which was included in the gtkglext-devel prior to openSUSE 12.3. However the file gdkglfont.h is missing in the latest git version and openSUSE 12.3 version (openSUSE12.3:update repo) of gtkglext. Does anybody know why it's removed from gtkglext and how to get it back or fix the building problem?
Gtkglext was deleted from Factory due to pangox dependence. [1] Unfortunately we have some 3rd party software that requires this library. So gtkglext was updated to latest git version and returned to Factory. Now gtkglext doesn't support some old things.
[1] http://lists.opensuse.org/opensuse-factory/2012-08/msg00634.html
-- Sincerely yours Xing -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Dmitry Roshchin
-
stecue
-
X Yin