LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Running Grip on Fluxbox? (https://www.linuxquestions.org/questions/slackware-14/running-grip-on-fluxbox-148161/)

the_rydster 02-19-2004 05:01 PM

Running Grip on Fluxbox?
 
Grip is the Gnome .wav ripper software and I want to run it with fluxbox. Upon trying to run 'configure' I get errors saying 'could not find the gnomeConf.sh file'.

I though Gnome was intstalled with slack 9.1?

trickykid 02-19-2004 05:16 PM

It is installed if selected but this isn't a Fluxbox or Gnome issue, its an issue where Grip using older libs from previous versions of Gnome to work correctly.

You need to install this package: gnome-libs-1.4.1.7-i386-1.tgz

In which you can download from here: http://ftp.algx.net/pub/linux/slackw...1.7-i386-1.tgz

the_rydster 02-20-2004 05:53 AM

Thanks for your help.

I copied the lib stuff into /usr/local/lib.

Also installed libghttp-1.0.9.

Ran ./configure on Grip. I get a couple of 'warnings'

configure: WARNING: cdda_paranoia.h: present but cannot be compiled
configure: WARNING: cdda_paranoia.h: check for missing prerequisite headers?
configure: WARNING: cdda_paranoia.h: proceeding with the preprocessor's result
checking for cdda_paranoia.h... yes

&

configure: WARNING: id3lib not found - disabling id3v2 support

If I run make I get lots of problems.

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -I../intl -I../intl -g -O2 -c cppmain.cc
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -I../intl -I../intl -g -O2 -Wall -Wunused -c main.c
main.c:24:19: gnome.h: No such file or directory
In file included from main.c:26:
grip.h:28:19: gnome.h: No such file or directory
In file included from grip.h:30,
from main.c:26:
discdb.h:121: syntax error before "FILE"
In file included from main.c:26:
grip.h:56: syntax error before "GtkWidget"
grip.h:56: warning: no semicolon at end of struct or union
grip.h:57: warning: type defaults to `int' in declaration of `winbox'
grip.h:57: warning: data definition has no type or storage class
grip.h:58: syntax error before '*' token
grip.h:58: warning: type defaults to `int' in declaration of `notebook'
grip.h:58: warning: data definition has no type or storage class
grip.h:61: syntax error before '*' token
grip.h:61: warning: type defaults to `int' in declaration of `style_wb'
grip.h:61: warning: data definition has no type or storage class
grip.h:62: syntax error before '*' token
grip.h:62: warning: type defaults to `int' in declaration of `style_LCD'
grip.h:62: warning: data definition has no type or storage class
grip.h:63: syntax error before '*' token
grip.h:63: warning: type defaults to `int' in declaration of `style_dark_grey'
grip.h:63: warning: data definition has no type or storage class
grip.h:65: syntax error before '*' token
grip.h:65: warning: type defaults to `int' in declaration of `disc_name_label'
grip.h:65: warning: data definition has no type or storage class
grip.h:66: syntax error before '*' token
grip.h:66: warning: type defaults to `int' in declaration of `disc_artist_label'
grip.h:66: warning: data definition has no type or storage class
grip.h:67: syntax error before '*' token
grip.h:67: warning: type defaults to `int' in declaration of `trackclist'
grip.h:67: warning: data definition has no type or storage class
grip.h:69: syntax error before '*' token
:confused:

acid_kewpie 02-20-2004 06:02 AM

Quote:

main.c:24:19: gnome.h: No such file or directory
you have not correctly installed the libraries yet. simply copying a bunch of random files to /usr/lib is not going to help

the_rydster 02-20-2004 06:35 AM

How do I compile/install the libs then??

Thanks.

Just found this on another page

"
here is a list of the packages needed to be able to get gtk1
apps compiling and working:

bonobo-1.0.20-i386-1.tgz
bonobo-conf-0.14-i386-1.tgz
gal-0.19.2-i386-1.tgz
gal-0.21-i386-1.tgz (from www.sf.net/projects/dropline-gnome)
gconf-1.0.9-i386-1.tgz
gnome-libs-1.4.1.7-i386-1.tgz
gnome-print-0.36-i386-1.tgz
gnome-vfs-1.0.5-i386-2.tgz
gtkhtml-1.0.2-i386-1.tgz
gtkhtml-1.1.6-i386-1.tgz (from www.sf.net/projects/dropline-gnome)
imlib-1.9.14-i386-1.tgz
libghttp-1.0.9-i386-1.tgz
libglade-0.17-i386-1.tgz
libole2-0.2.4-i386-1.tgz
libxml-1.8.17-i386-1.tgz (Slackware's "l" directory")
oaf-0.6.10-i386-1.tgz"

Do I need all this to get Grip running?

trickykid 02-20-2004 07:59 AM

Quote:

Originally posted by the_rydster
How do I compile/install the libs then??

Thanks.

Just found this on another page

"
here is a list of the packages needed to be able to get gtk1
apps compiling and working:

bonobo-1.0.20-i386-1.tgz
bonobo-conf-0.14-i386-1.tgz
gal-0.19.2-i386-1.tgz
gal-0.21-i386-1.tgz (from www.sf.net/projects/dropline-gnome)
gconf-1.0.9-i386-1.tgz
gnome-libs-1.4.1.7-i386-1.tgz
gnome-print-0.36-i386-1.tgz
gnome-vfs-1.0.5-i386-2.tgz
gtkhtml-1.0.2-i386-1.tgz
gtkhtml-1.1.6-i386-1.tgz (from www.sf.net/projects/dropline-gnome)
imlib-1.9.14-i386-1.tgz
libghttp-1.0.9-i386-1.tgz
libglade-0.17-i386-1.tgz
libole2-0.2.4-i386-1.tgz
libxml-1.8.17-i386-1.tgz (Slackware's "l" directory")
oaf-0.6.10-i386-1.tgz"

Do I need all this to get Grip running?

No, like I said before, just gnome-libs-1.4.7-i386-1 will work. Unless you don't have any Gnome packages installed, then most likely you will need them all but I doubt it. How did you install the last package?

Should be a simple as root:

installpkg gnome-libs-1.4.1.7-i386-1.tgz

And then compile or install grip after also installing libghttp-1.0.9 as grip is dependent on it as well.

If you post the exact steps and commands that you did to install, I'm sure it will enlighten us on where your going wrong.

Cheers.

the_rydster 02-20-2004 08:52 AM

Ok thanks for your help.

Did:

installpkg gnome-libs-1.4.1.7-i386-1.tgz (as super user)

and Grip installs no problem.

I just didn't know about the installpkg command. I though you had to manually move the lib files about. learned something at least.


All times are GMT -5. The time now is 10:30 AM.