First, I wanted to say that Grip is by far the best CD ripper that I have used, and I've tried around a half dozen others.
That's why, when some library changes broke the older version (3.x), I was happy to see that Grip is still being maintained, so I tried compiloing the latest (as of this bug report) version, 3.4.3.
However, no matter how hard I try, I just can't get it to build, with multiple include errors.
If I knew what the exact dependencies and which versions were mandatory, I would have already installed them, but I can't locate any reference to those to see about fixing this on my own.
If anyone has any ideas about what I'm doing wrong, please let me know.
I'm attaching the stdout/stderror output of what happens when I try to build using a basic SlackBuild script that I adapted to pass the basic configure options to build with nothing unusual as part of that.
Thanks in advance for whatever anyone can tell me about this.
Here is the BuilrRequires listed in the mageia spec file, for creating the rpm file. Hopefully ity helps.
BuildRequires: gnomeui2-devel
BuildRequires: curl-devel
BuildRequires: vte-devel
BuildRequires: imagemagick
BuildRequires: cdda-devel
BuildRequires: id3lib-devel
Thanks for the reply, but I already have those installed in full.
Maybe I need to clarify that perhaps specific version of these libraries are needed, but I'm unsure if that's the case.
I can say that, if you read the attached file, there is a flood of errors with the includes.
For example:
/usr/include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h:147:2: error: unknown type name ‘GtkObject’
That's just one of the errors, but there are plenty of others, even though I have the required libraries and includes in the following revisions, as you can see by the extensions, all built using SlackBuilds:
gnomeui2-devel - libgnomeui-2.24.5-x86_64-1_SBo
curl-devel - curl-7.54.1-x86_64-1
vte-devel - vte-0.44.3-x86_64-2 and vte3-0.48.3-x86_64-1_SBo
imagemagick - imagemagick-6.9.9_3-x86_64-1
cdda-devel - cdparanoia-III_10.2-x86_64-1
id3lib-devel - id3lib-3.8.3-x86_64-2_SBo
Thanks for the reply, but I'm still looking.
If you look at the attachment, maybe that will tell you enough to know what the answer is.