Lots more (about 12 screens full) of "parse errors".  I'm not sure what
to do with this.  Like I said, ld.so.conf has the correct path to my
libraries, etc......I've made sure there aren't any permissions problems
accessing the directories, and again, gtk-config shows paths that are
within my ld.so.conf.  How could it POSSIBLY be not seeing my gtk/gtk.h
file?!  There are TONS of files that are necessary in this compile, and
they all exist and live in the paths on my system.

What's the deal?!  GEE GOLLY!

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+      Ralph                     | Internet Systems & Security   +
+       Boundariez.com           | -"Specializing in Paranoia"-  +
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+    ralph[at]boundariez[dot]com |  Never understimate the power +
+    AIM: SekurityWizard         |         stupid people         +
+    ICQ: 2206039                |        in large groups        +
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 

-----Original Message-----
From: Todd Flinders [mailto:flindet@;attbi.com] 
Sent: Saturday, October 12, 2002 11:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Gtk/gtk.h: No such file or directory


Well, you may have got more errors, but that's okay.  You will never
compile 
if you can't find the gtk.h file you need.

What were the errors you received?

On Saturday 12 October 2002 07:34 am, Ralph M. Los wrote:
> Well, I've already tried that :( which is kinda crappy because it 
> caused more errors to fly by than the original problem!  I just don't 
> get it...is there something wrong with this intallation?  Is gtk 
> screwed up? Is there something wrong with the source potentially?
>
> Is there anything else I could send into the list to help diagnose and

> solve this problem?
>
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> +      Ralph                     | Internet Systems & Security   +
> +       Boundariez.com           | -"Specializing in Paranoia"-  +
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> +    ralph[at]boundariez[dot]com |  Never understimate the power +
> +    AIM: SekurityWizard         |         stupid people         +
> +    ICQ: 2206039                |        in large groups        +
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
> -----Original Message-----
> From: Todd Flinders [mailto:flindet@;attbi.com]
> Sent: Saturday, October 12, 2002 3:20 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Gtk/gtk.h: No such file or directory
>
>
> Well, I'm not sure what it is that you're trying to compile, but it 
> seems like it is expecting the gtk.h to be located at 
> /usr/include/gtk/gtk.h.  That is
> not where your gtk.h file is located.  So, if possible you need to
> determine
> whether whatever you are compiling is hoping to use gtk 1.2 or gtk
2.0.
> Then
> when you find out, you can make a temporary link in /usr/include to
> satisfy
> this make file.
>
>       ln -s /usr/include/gtk-1.2/gtk /usr/include/gtk
> -or-
>       ln -s /usr/include/gtk-2.0/gtk /usr/include/gtk
>
> I'd probably delete the link once you successfully compile this.  Note

> that there may be a more elegant way of dealing with this problem.
>
> On Friday 11 October 2002 10:12 pm, Ralph M. Los wrote:
> > Huh?!  I sure do have a /usr/include/gtk-1.2/gtk/gtk.h file!  All 
> > the other libraries are there too!  Yea, I've already run my 
> > updatedb (as root)...no dice.  Issuing a `gtk-config --cflags 
> > --libs` yields -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
> > -I/usr/lib/glib/include
> >
> > -I/usr/X11R6/include -L/usr/X11R6/lib -lgtk -lgdk -rdynamic 
> > -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
> >
> >
> > <error output of `make` command>
> > cc -O3 -funroll-loops -fomit-frame-pointer -pipe  -DHAVE_CONFIG_H 
> > `libnet-config --defines` -c main.c -o main.o In file included from 
> > firepack.h:41,
> >                  from firewalk.h:38,
> >                  from main.c:39:
> > gtk_main.h:4:21: gtk/gtk.h: No such file or directory
> > In file included from firepack.h:41,
> >                  from firewalk.h:38,
> >                  from main.c:39:
> > gtk_main.h:17: parse error before "GtkWidget"
> > gtk_main.h:17: warning: no semicolon at end of struct or union
> > gtk_main.h:18: warning: data definition has no type or storage class
> > gtk_main.h:19: parse error before '*' token
> > gtk_main.h:19: warning: data definition has no type or storage class
> > gtk_main.h:20: parse error before '*' token
> > gtk_main.h:20: warning: data definition has no type or storage class
> > gtk_main.h:21: parse error before '}' token
> > In file included from main.c:46:
> > gtk_pack.h:37:21: gtk/gtk.h: No such file or directory
> > In file included from main.c:46:
> > gtk_pack.h:44: parse error before "GtkWidget"
> > gtk_pack.h:44: warning: no semicolon at end of struct or union
> > gtk_pack.h:45: warning: data definition has no type or storage class
> > gtk_pack.h:46: parse error before '*' token
> > gtk_pack.h:46: warning: data definition has no type or storage class
> > gtk_pack.h:47: parse error before '*' token
> > gtk_pack.h:47: warning: data definition has no type or storage class
> > gtk_pack.h:48: parse error before '*' token
> > gtk_pack.h:48: warning: data definition has no type or storage class
> > gtk_pack.h:53: parse error before '*' token
> > gtk_pack.h:53: warning: data definition has no type or storage class
> > gtk_pack.h:54: parse error before '*' token
> > gtk_pack.h:54: warning: data definition has no type or storage class
> > gtk_pack.h:55: parse error before '*' token
> > gtk_pack.h:55: warning: data definition has no type or storage class
> > gtk_pack.h:56: parse error before '*' token
> > gtk_pack.h:56: warning: data definition has no type or storage class
> > gtk_pack.h:57: parse error before '*' token
> > gtk_pack.h:57: warning: data definition has no type or storage class
> > gtk_pack.h:58: parse error before '*' token
> > gtk_pack.h:58: warning: data definition has no type or storage class
> > gtk_pack.h:59: parse error before '*' token
> > gtk_pack.h:59: warning: data definition has no type or storage class
> > gtk_pack.h:60: parse error before '*' token
> > gtk_pack.h:60: warning: data definition has no type or storage class
> > gtk_pack.h:61: parse error before '*' token
> > gtk_pack.h:61: warning: data definition has no type or storage class
> > gtk_pack.h:62: parse error before '*' token
> > gtk_pack.h:62: warning: data definition has no type or storage class
> > gtk_pack.h:63: parse error before '*' token
> > gtk_pack.h:63: warning: data definition has no type or storage class
> > gtk_pack.h:64: parse error before '*' token
> > gtk_pack.h:64: warning: data definition has no type or storage class
> > gtk_pack.h:65: parse error before '}' token
> > make: *** [main.o] Error 1
> > <end error output>
> >
> > By the way, in case anyone's curious, I'm trying to compile and run 
> > Firewalker-1.0 on my 9.0 box.  I'm completely weirded out, I don't 
> > know how to show the compiler (Makefile) that the necessary 
> > libraries are right there where it's looking!  Yes, I'm logged in as

> > root even to try and fix this stupid issue.
> >
> > ARG - can someone point me in the right direction?
> >
> > Thanks.
> >
> > -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> > +      Ralph                     | Internet Systems & Security   +
> > +       Boundariez.com           | -"Specializing in Paranoia"-  +
> > -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> > +    ralph[at]boundariez[dot]com |  Never understimate the power +
> > +    AIM: SekurityWizard         |         stupid people         +
> > +    ICQ: 2206039                |        in large groups        +
> > -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to