search for: glib_mkenum

Displaying 3 results from an estimated 3 matches for "glib_mkenum".

Did you mean: glib_mkenums
2023 Mar 21
1
where is glib-devl x86-64?
I dunno. I guess it could be. Went to the Gimp site and saw that glib-devel was mentioned there. My tired old brain is a bit confused by this, since most other -devel packages put -devel following the program/package name, and gimp doesn't. I'll give that a try, though, to see if it takes care of my issue. Thanks! On Tue, Mar 21, 2023 at 2:32?AM Simon Matter <simon.matter at
2023 Mar 21
3
where is glib-devl x86-64?
...; > cat /usr/lib64/pkgconfig/glib-2.0.pc: > > > > prefix=/usr > > libdir=${prefix}/lib64 > > includedir=${prefix}/include > > > > bindir=${prefix}/bin > > glib_genmarshal=${bindir}/glib-genmarshal > > gobject_query=${bindir}/gobject-query > > glib_mkenums=${bindir}/glib-mkenums > > > > Name: GLib > > Description: C Utility Library > > Version: 2.68.4 > > Requires.private: libpcre >= 8.31, sysprof-capture-4 >= 3.38.0 > > Libs: -L${libdir} -lglib-2.0 > > Libs.private: -pthread -lm > > Cflags: -I...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...st "$HAVE_GLIB" = "no"; then - AC_MSG_ERROR([cannot find GLIB-2.0, which is required for build]) + AC_MSG_ERROR([glib-2.0 >= $GLIB_VER and gobject-2.0 >= $GLIB_VER are required to build swfdec]) fi AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_CFLAGS) @@ -77,16 +78,17 @@ AC_SUBST(GLIB_MKENUMS) PKG_CHECK_MODULES(PANGO, pangocairo, HAVE_PANGO=yes, HAVE_PANGO=no) if test "$HAVE_PANGO" = "no"; then - AC_MSG_ERROR([cannot find pangocairo, which is required for build]) + AC_MSG_ERROR([pangocairo is required to build swfdec]) fi AC_SUBST(PANGO_LIBS) AC_SUBST(PANGO...