On Sun, Mar 25, 2012 at 2:51 PM, Scott Rosenbrook <[email protected]>wrote:
> All-- I have updated my working copy and now cannot compile the daily > build. I have upgraded libgexiv2 to 0.92 and after a successful build I'm > getting the following runtime error. Any thoughts would be greatly > appreciated... > > ./shotwell: symbol lookup error: ./shotwell: undefined symbol: > gexiv2_initialize > gexiv2_initialize is a function which is new in version 0.92 of gexiv2. So for some reason that version is not visible to your Shotwell build. What operating system version are you runnning? Did you get libgexiv2 0.92 from a repository somewhere, or did you build it yourself? Try running 'sudo ldconfig' and then building Shotwell again - does that help? What does the following command print? $ pkg-config --libs gexiv2 adam _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
