On 23 March 2013 19:22, Dougie Nisbet <[email protected]> wrote: > On 23/03/2013 18:31, Dougie Nisbet wrote: >> >> >> ./configure seemed to go ok, but make returns: >> dougie@phoenix:~/shotwell-0.14.0$ make >> #Shotwell requires Vala compiler 0.18.0 or greater. No valac found in >> path or $VALAC. >> make: *** [valacheck] Error 1 >> dougie@phoenix:~/shotwell-0.14.0$ >> > aha. If I download and install Vala 0.18 (not 0.19) I get a different set of > errors. Will see if I can resolve some of those dependencies ... > > > dougie@phoenix:~/shotwell-0.14.0$ make > Requested 'gexiv2 >= 0.4.90' but version of GExiv2 is 0.4.1 > Package gstreamer-1.0 was not found in the pkg-config search path.
You need to install gstreamer1.0-dev and libgstreamer-plugins-base1.0-dev. Dependent on which version of Ubuntu you are using you may need the gstreamer developers ppa ppa:gstreamer-developers/ppa before those will install. Try it and add the ppa if necessary. Colin _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
