[Vala] gtk issues on mac

2012-11-14 Thread Rich Rodecker
I'm new to Vala, and trying to run the Vala GStreamer Video Example (found here: https://live.gnome.org/Vala/GStreamerSample) on a mac. When I attempt to compile the program using the command: (Note that I am using Vala 0.17.5, installed via Homebrew): valac --pkg gtk+-3.0 --pkg gdk-x11-3.0

Re: [Vala] gtk issues on mac

2012-11-14 Thread Rich Rodecker
Yes it is Mac OS X, 10.7.4. I do have gtk+ and gtk+3 installed, via homebrew. I can actually see the gtk.h file at /usr/local/Cellar/gtk+3/3.4.4/include/gtk-3.0/gtk/gtk.h. On Wed, Nov 14, 2012 at 2:25 PM, David Gomes da...@elementaryos.org wrote: You don't seem to have Gtk installed? Also,

Re: [Vala] gtk issues on mac

2012-11-14 Thread Evan Nemerson
On Wed, 2012-11-14 at 14:31 -0800, Rich Rodecker wrote: Yes it is Mac OS X, 10.7.4. I do have gtk+ and gtk+3 installed, via homebrew. I can actually see the gtk.h file at /usr/local/Cellar/gtk+3/3.4.4/include/gtk-3.0/gtk/gtk.h. valac uses pkg-config to find out which compiler/linker flags to

Re: [Vala] gtk issues on mac

2012-11-14 Thread Rich Rodecker
(linking back to the list) Thanks for that...I went in and manually added the paths to PKG_CONFIG_PATH: