Make errors in Redhat 8
Brought to you by:
bapm,
codemachine
Hi,
When I tried to compile GTM (gtm-0.4.12) in Redhat 8, I
have the following errors:
make[2]: *** [gtm_applet.o] Error 1
make[2]: Leaving directory
`/work/software/gtm-0.4.12/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/software/gtm-0.4.12'
make: *** [all-recursive-am] Error 2
Any ideas? (There were alots of warning before reaching
the current error messages).
Neo Gigs
"Follow the white rabbit..."
Email: gigsvoo@yahoo.com
Logged In: NO
exactly same error
i also use Linux Redhat 80
Logged In: NO
Exactly the same in RH8.0
Logged In: NO
what the fuck!!
the fuckin same error, this sux
Logged In: NO
Same error here, i tried downloading from CVS and gettin the
gtm-0.4.12.tar.gz file from the project homepage.
Running configure and no errors... but when i run make i get
this:
(a lot of warnings like these...)
gtm_applet.c:612: aviso: declaracin implcita de la funcin
`applet_widget_add'gtm_applet.c:620: aviso: declaracin
implcita de la funcin `applet_widget_register_stock_callback'
gtm_applet.c:650: aviso: declaracin implcita de la funcin
`applet_widget_gtk_main'
(and...)
make[2]: *** [gtm_applet.o] Error 1
make[2]: Saliendo directorio
`/usr/src/instalaciones/gtm-0.4.12/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Saliendo directorio `/usr/src/instalaciones/gtm-0.4.12'
make: *** [all-recursive-am] Error 2
I'm ussing RH8.0 too.
Is this project compatible with Red Hat distros??
Logged In: YES
user_id=686625
Same error here, i tried downloading from CVS and gettin the
gtm-0.4.12.tar.gz file from the project homepage.
Running configure and no errors... but when i run make i get
this:
(a lot of warnings like these...)
gtm_applet.c:612: aviso: declaracin implcita de la funcin
`applet_widget_add'gtm_applet.c:620: aviso: declaracin
implcita de la funcin `applet_widget_register_stock_callback'
gtm_applet.c:650: aviso: declaracin implcita de la funcin
`applet_widget_gtk_main'
(and...)
make[2]: *** [gtm_applet.o] Error 1
make[2]: Saliendo directorio
`/usr/src/instalaciones/gtm-0.4.12/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Saliendo directorio `/usr/src/instalaciones/gtm-0.4.12'
make: *** [all-recursive-am] Error 2
I'm ussing RH8.0 too.
Is this project compatible with Red Hat distros??
Logged In: YES
user_id=755857
me too: rh8 make error.
but i took it a level further:
scrolling up to the source of the long list of errors
you will see the 'make' can't find the file:
applet-widget.h
i then found this package that contains the file.
gnome-core-devel-1.4.0.4-54.i386.rpm
ftp://rpmfind.net/linux/redhat/7.3/en/os/i386/RedHat/RPMS/gnome-core-devel-1.4.0.4-54.i386.rpm
as you can see it from an 'old' 7.3 rh distro.
but it installs fine, w/o any dependencies using 'rpm -Uvh...'.
so now it 'makes' a bit further but fucts up again w/ the
following:
gcc -DHAVE_CONFIG_H -I. -I. -I..
-DGNOMELOCALEDIR=\""/usr/local/share/locale"\"
-I/usr/local/include -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2
-I/usr/X11R6/include -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/orbit-1.0
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall
-Wunused -c gtm_applet.c
gtm_applet.c: In function `applet_back_change':
gtm_applet.c:500: `PANEL_BACK_TRANSLUCENT' undeclared (first
use in this function)
gtm_applet.c:500: (Each undeclared identifier is reported
only once
gtm_applet.c:500: for each function it appears in.)
make[2]: *** [gtm_applet.o] Error 1
make[2]: Leaving directory
`/home/timm/dwnload/gtm-0.4.12/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/timm/dwnload/gtm-0.4.12'
make: *** [all-recursive-am] Error 2
----------------------
so thats where i'm at.
i don't think i'll get much further though.
might have to learn to cope with seemingly the only other
alternative:
webdownloader for x 2.4.1
http://www.krasu.ru/soft/chuchelo
hope i've been of some help.
off for a pint now.
timm
Logged In: NO
Same error on FedoraCore2, even after autoconf :(