Re: FreeBSD and GTK



If gtk was installed via the ports tree, you may have to use the
version-specific gtk-config.  I can't remember offhand if it's
gtk<version>-config or gtk-config<version>, e.g., gtk12-config for gtk
1.2.x, but locate should be able to help you with that.  It's probably
most convient to just symlink the gtk<version>-config (or
gtk-config<version) to gtk-config once you find out what it is - it'll
avoid future problems with verious autoconf scripts that check
gtk-config output.

-Barclay

On Fri, 13 Apr 2001 04:42:31 +0200 Morten Post <Morten Post <cure coders net>> wrote:

> Greetings.
> 
> I am having a problem with GTK development on my FreeBSD workstation.
> I can't seem to compile what I have done. I do the following:
> 
> bash-2.05$ gcc foobar.c -o foobar `gtk-config --cflags --libs`
> bash: gtk-config: command not found
> foobar.c:3: gtk/gtk.h: No such file or directory
> bash-2.05$ 
> 
> And /usr/bin where I have gtk-config is already in my $PATH.
> 
> Can you help me? 
> 
> Please notice that I am not subscribed on the list, please cc me or something.
> 
> Thanks in advance for you answer.
> 
> -- 
> /Morten <cure coders net>
> _____________________________________________________________________
> "All your UID 0's are belong to us!"
> 
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
> 








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]