[Vala] using different versions of vala

2012-11-15 Thread Rich Rodecker
Showing how out of my element I am here, but I just installed two versions of vala: .16 and .18. I understand that I can target the specific versions by including the version number: valac-0.18 ..., but how can I use just valac and have it use .18 instead of .16?

[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
, is it on Mac OS X? On Wed, Nov 14, 2012 at 10:23 PM, Rich Rodecker flasha...@gmail.comwrote: 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

Re: [Vala] gtk issues on mac

2012-11-14 Thread Rich Rodecker
*, const gchar *, GstPadLinkCheck): assertion `GST_IS_ELEMENT (dest)' failed Segmentation fault: 11 On Wed, Nov 14, 2012 at 4:10 PM, Rich Rodecker flasha...@gmail.com wrote: Thanks for that...I went in and manually added the paths to PKG_CONFIG_PATH: PKG_CONFIG_PATH=/usr/local/Cellar/gtk+3/3.4.4