Re: [gtk-list] problem with gtk-config
- From: Jeremy Wise <jwise pathwaynet com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] problem with gtk-config
- Date: Sat, 25 Jul 1998 08:15:47 -0400 (EDT)
Aaron,
Try using backticks instead of single quotes.
E.g.
`gtk-config --libs` `gtk-config --cflags`
instead of
'gtk-config --libs' 'gtk-config --cflags'
That should clear up your problems.
Later,
Jeremy Wise
jwise@pathwaynet.com
On Sat, 25 Jul 1998, Aaron Walker wrote:
> When I try to compile a test application just to see if my gtk+-1.0.4
> installation went smoothly, I get errors about gtk-config and a missing
> glibconfig.h.
>
> I type in: gcc -Wall test.c -o test 'gtk-config --cflags' 'gtk-config
> --libs'
> and gcc spits out:
>
> gtk-config --cflags: No such file or directory
> gtk-config --libs: No such file or directory
> file included from /usr/include/gdk/gdktypes.h:25,
> from /usr/include/gdk/gdk.h:23,
> from /usr/include/gtk/gtk.h:23,
> from test.c:1:
> /usr/include/glib.h:22 glibconfig.h: No such file or directory
>
> I don't think it's a problem with gtk because I just successfully
> installed and used the gimp 1.0.
>
> Any ideas why this happens?
>
> Thanks,
> Aaron
>
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]