[NTLUG:Discuss] Errors Compiling (was Mailing List Etiquette)
MadHat
madhat at unspecific.com
Wed Aug 28 10:05:22 CDT 2002
On Wed, 2002-08-28 at 09:45, MadHat wrote:
> 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
Its the destination, of where it should be installed. D'OH!!
So where is the glade directory that contains glade.h?
OK, I grabbed the SRPM and had the same issue. I found glade.h in
/usr/include/libglade-2.0/glade and /usr/include/libglade-1.0/glade
since /usr/include is included in -I, I tried symlinking
/usr/include/libglade-2.0/glade to /usr/include/glade
and that produce a lot of add errors.
Then I tried symlinking
/usr/include/libglade-1.0/glade to /usr/include/glade
and that appeared to work for me on a RedHat 7.3 system (heavily
modified, but...).
--
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