[NTLUG:Discuss] Errors Compiling (was Mailing List Etiquette)

MadHat madhat at unspecific.com
Wed Aug 28 09:45:46 CDT 2002


On Wed, 2002-08-28 at 09:25, Rev. wRy wrote:
> 
> ObOnTopic:  I've been playing around with installing source rpms and am 
> running into some weirdness:
> 
> make[2]: Entering directory `/usr/src/redhat/BUILD/etherape-0.8.2/src'
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl 
> -DGLADEDIR=\""/usr/share/etherape/glade"\" 
> -DCONFDIR=\""/etc/etherape"\"   -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/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
> -I/usr/include/pcap -I/usr/include  -O2 -march=i386 -mcpu=i686 -Wall 
> -Wunused  -I/usr/include/pcap -I/usr/include -c resolv.c

Notice above you have the GLADEDIR as /usr/share/etherape/glade
if this is where the include files are supposed to be the below message
of "glade/glade.h" not being found because it is not in the include
listing (the -I listings), so you would need to add a
-I/usr/share/etherape (since glade in included in the actual #include in
the source).  Do a locate on the glade.h and see where it lives.  You
may be able to symlink the glade dir (that contains glade.h) into one of
the Include directories listed and get it to work, maybe.

Just thoughts

> In file included from resolv.c:77:
> globals.h:26:25: glade/glade.h: No such file or directory
> make[2]: *** [resolv.o] Error 1
> make[2]: Leaving directory `/usr/src/redhat/BUILD/etherape-0.8.2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/redhat/BUILD/etherape-0.8.2'
> make: *** [all-recursive-am] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.35966 (%build)
> 
> Any clues?
> 
> 
> Ry
> (list-nazi elsewhere)
> 
> 
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
> 
-- 
MadHat at Unspecific.com
"Anyone who understands Linux/Unix, really understands the universe.
 Anyone who understands Windows, really understands Windows."
          - Richard Thieme, DefCon 10, 2002 




More information about the Discuss mailing list