Re: gtk application compile error

2003-02-25 Thread Raheel
[all-recursive-am] Error 2 #   these are the details plz help me.  Raheel. - Original Message - From: "Cupitt, John" <[EMAIL PROTECTED]> To: "Raheel" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 4:00 PM Subject: Re: gtk application c

Re: gtk application compile error

2003-02-24 Thread Raheel
ROTECTED]> To: "Raheel" <[EMAIL PROTECTED]> Cc: "gtk-mailing-list" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 11:45 AM Subject: Re: gtk application compile error > Yes, but are your missing headers there?  For example, can you find> gtk.h in /usr/

Re: gtk application compile error

2003-02-24 Thread hostmaster
Yes, but are your missing headers there? For example, can you find gtk.h in /usr/local/include/gtk-1.2? On Tue, 2003-02-25 at 13:05, Raheel wrote: > hello, > > below is what `gtk-config --libs --cflags` returns on my solaris box: > > -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I

Re: gtk application compile error

2003-02-24 Thread Raheel
-lsocket -lnsl -lm Raheel. - Original Message - From: "hostmaster" <[EMAIL PROTECTED]> To: "Raheel" <[EMAIL PROTECTED]> Cc: "gtk-mailing-list" <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 5:52 PM Subject: Re: gtk application compile err

Re: gtk application compile error

2003-02-24 Thread hostmaster
First, run gtk-config --libs --cflags and check each and every directories listed if the missing headers are there! On Mon, 2003-02-24 at 20:17, Raheel wrote: > yes , i have tried it too. and it has given me a long list of errors. > i have already told you ppl about that long list (most of them w

Re: gtk application compile error

2003-02-24 Thread Raheel
ROTECTED]> To: "Raheel" <[EMAIL PROTECTED]> Cc: "Sven Neumann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 4:56 PM Subject: Re: gtk application compile error > > > Raheel wrote: > > >ok I know you

Re: gtk application compile error

2003-02-24 Thread Ben Taylor
` with the correct back tic's [`] Ben And my gtk is not 2.0. I think it should be clear now. Raheel. - Original Message - From: "Sven Neumann" <[EMAIL PROTECTED]> To: "Raheel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February

Re: gtk application compile error

2003-02-24 Thread Raheel
al Message - From: "Sven Neumann" <[EMAIL PROTECTED]> To: "Raheel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 4:17 PM Subject: Re: gtk application compile error > Hi, > > "Raheel" <[EMAIL PROTECTED]>

Re: gtk application compile error

2003-02-24 Thread Sven Neumann
Hi, "Raheel" <[EMAIL PROTECTED]> writes: > below is what pkginfo reports me. I was speaking of pkg-config, no idea what pkginfo is all about. > It is 1.2.10. But just for hanging around when i try , it gives me > a long list of err messgages (so long that i can't paste it here) > indicating th

Re: gtk application compile error

2003-02-24 Thread Raheel
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 2:57 PM Subject: Re: gtk application compile error > Hi, > > "Raheel" <[EMAIL PROTECTED]> writes: > > > I have written a very basic program using gtk_widgets. > >

Re: gtk application compile error

2003-02-24 Thread Sven Neumann
Hi, "Raheel" <[EMAIL PROTECTED]> writes: > I have written a very basic program using gtk_widgets. > And tried the command line switches. Below is what i got when try to > compile: > > # gcc -Wall wind.c -o wind.o 'gtk-config --libs --cflags' are you perhaps using gtk+-2.x (you really shou

Re: gtk application compile error

2003-02-24 Thread Jon Wilson
Obviously the compiler is having problems finding your development libraries. There may well be something wrong with your devel package, but you should be able to work round it. Run "gtk-config --cflags" and it should give a list of directories preceeded by a "-I" look in each of these and chec