Re: where is glib-devl x86-64?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



that's what I thought at first, but there is no gimp-devel either
installed, or available.

Fred

On Tue, Mar 21, 2023 at 2:39 PM Robert Heller <heller@xxxxxxxxxxxx> wrote:

> At Tue, 21 Mar 2023 14:13:50 -0400 CentOS mailing list <centos@xxxxxxxxxx>
> wrote:
>
> >
> > well, I'm still confused.
> >
> > sudo dnf install glib2-devel says it is already installed.
> >
> > running autogen.sh for resynthesizer outputs:
> >
> > $ ./autogen.sh
> >
> > I am testing that you have the required versions of autoconf,
> > automake, glib-gettextize and intltoolize...
> >
> > checking for autoconf >= 2.54 ... yes (version 2.69)
> > checking for automake >= 1.6 ... yes (version 1.16.2)
> > checking for glib-gettextize >= 2.0.0 ... yes (version 2.68.4)
> > checking for intltool >= 0.17 ... yes (version 0.51.0)
> >
> > I am going to run ./configure with the following arguments:
> >
> >   --enable-maintainer-mode
> >
> > If you wish to pass additional arguments, please specify them
> > on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS
> > environment variable.
> >
> > Copying file po/Makefile.in.in
> >
> > Please add the files
> >   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
> >   progtest.m4
> > from the /usr/share/aclocal directory to your autoconf macro directory
> > or directly to your aclocal.m4 file.
> > You will also need config.guess and config.sub, which you can get from
> > ftp://ftp.gnu.org/pub/gnu/config/.
> >
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
> > checking for gawk... gawk
> > checking whether make sets $(MAKE)... yes
> > checking whether make supports nested variables... yes
> > checking whether make supports the include directive... yes (GNU style)
> > checking for gcc... gcc
> > checking whether the C compiler works... yes
> > checking for C compiler default output file name... a.out
> > checking for suffix of executables...
> > checking whether we are cross compiling... no
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether gcc accepts -g... yes
> > checking for gcc option to accept ISO C89... none needed
> > checking whether gcc understands -c and -o together... yes
> > checking dependency style of gcc... gcc3
> > checking for library containing strerror... none required
> > checking for gcc... (cached) gcc
> > checking whether we are using the GNU C compiler... (cached) yes
> > checking whether gcc accepts -g... (cached) yes
> > checking for gcc option to accept ISO C89... (cached) none needed
> > checking whether gcc understands -c and -o together... (cached) yes
> > checking dependency style of gcc... (cached) gcc3
> > checking for gcc... (cached) gcc
> > checking whether we are using the GNU C compiler... (cached) yes
> > checking whether gcc accepts -g... (cached) yes
> > checking for gcc option to accept ISO C89... (cached) none needed
> > checking whether gcc understands -c and -o together... (cached) yes
> > checking dependency style of gcc... (cached) gcc3
> > checking how to run the C preprocessor... gcc -E
> > checking for grep that handles long lines and -e... /usr/bin/grep
> > checking for egrep... /usr/bin/grep -E
> > checking for ANSI C header files... yes
> > checking whether to enable maintainer-specific portions of Makefiles...
> yes
> > checking for pkg-config... /usr/bin/pkg-config
> > checking pkg-config is at least version 0.9.0... yes
> > checking for GIMP... no
> > configure: error: *GIMP development libraries not found*; please install.
>
> GIMP is not "GLib" -- they are different animals.
>
> You need to install GIMP and probably GIMP-devel.
>
>
> >
> > Configure failed or did not finish!
> >
> > clearly I'm not smart enough to figure this out. one of you smart people
> > feel like offering further advice?
> >
> > PS:
> > oh, there is also a glib2.pc file in /usr/lib64/pkgconfig.
> >
> > $ ls -l /usr/lib64/pkgconfig/glib-2*
> > -rw-r--r--. 1 root root 444 May 16  2022 /usr/lib64/pkgconfig/glib-2.0.pc
> >
> > 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${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
> >
> >
> > On Tue, Mar 21, 2023 at 11:10 AM Fred <fred.fredex@xxxxxxxxx> wrote:
> >
> > > 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@xxxxxxxxx
> >
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> > I have a brand new installation of Rocky Linux 9.1 (I know, this
> isn't a
> > >> > Rocky mailing list, but I can't find anything on this on Rocky
> forums,
> > >> > etc.
> > >> > so I figured I would ask here),
> > >> > and I installed Gimp, and would like to install the Resynthesizer
> plugin
> > >> > package.
> > >> >
> > >> > Trying to compile it from source, autogen.sh complains that I don't
> have
> > >> > the gimp development libraries installed. In fact, I can't find
> > >> glib-devel
> > >> > anywhere in any of the configured repos (all the default Rocky
> repos,
> > >> > epel,
> > >> > rpmfusion).
> > >> >
> > >>
> > >> Can it be that what you're looking for is glib2-devel?
> > >>
> > >> Regards,
> > >> Simon
> > >>
> > >>
> > >> _______________________________________________
> > >> CentOS mailing list
> > >> CentOS@xxxxxxxxxx
> > >> https://lists.centos.org/mailman/listinfo/centos
> > >>
> > >
> > _______________________________________________
> > CentOS mailing list
> > CentOS@xxxxxxxxxx
> > https://lists.centos.org/mailman/listinfo/centos
> >
> >
>
> --
> Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364
> Deepwoods Software        -- Custom Software Services
> http://www.deepsoft.com/  -- Linux Administration Services
> heller@xxxxxxxxxxxx       -- Webhosting Services
>
> _______________________________________________
> CentOS mailing list
> CentOS@xxxxxxxxxx
> https://lists.centos.org/mailman/listinfo/centos
>
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux