Jan, another user reported a similar compilation error last month:
http://lists.yorba.org/pipermail/shotwell/2010-November/001307.html I'll give you the same advice I gave him, which seemed to solve his problem: 1. Please make sure that you're using Vala 0.10: % valac --version Vala 0.10.0 2. Ensure that Vala 0.11 is completely uninstalled. Assuming that you installed it in /usr/local (the default installation prefix), if you now look in /usr/local/bin and /usr/local/lib you should see no sign of anything Vala-related. 3. Please remove your Shotwell source directory, pull Shotwell from trunk again and rebuild. adam On Sun, Dec 26, 2010 at 7:42 AM, Jan Roar Rød <[email protected]> wrote: > Hi trying to compile the latest trunk. This has been easy from the first > versions until a few weeks ago. > > when compiling I get these errormessages: > > RT_DIR='"/usr/local/share/locale"' `./libraw-config --cflags` -O2 -g -pipe > -fPIC -DG_UDEV_API_IS_SUBJECT_TO_CHANGE -o src/FacebookConnector.o > src/FacebookConnector.c > FacebookConnector.vala: In function > 'facebook_connector_web_authentication_pane_construct': > FacebookConnector.vala:711: error: '__params_it' undeclared (first use in > this function) > FacebookConnector.vala:711: error: (Each undeclared identifier is reported > only once > FacebookConnector.vala:711: error: for each function it appears in.) > make: *** [src/FacebookConnector.o] Error 1 > > when I do sudo make install I get these errormessages: > > install -m 644 locale-langpack/he/LC_MESSAGES/shotwell.mo > /usr/local/share/locale/he/LC_MESSAGES/shotwell.mo` `mkdir -p > /usr/local/share/locale/mk/LC_MESSAGES ; install -m 644 > locale-langpack/mk/LC_MESSAGES/shotwell.mo > /usr/local/share/locale/mk/LC_MESSAGES/shotwell.mo` > install: kan ikke hente informasjon om > «locale-langpack/mk/LC_MESSAGES/shotwell.mo» med stat: Ingen slik fil eller > filkatalog > make: [install] Error 1 (ignored) > > some norwegian in those messages: Kan ikke hente informasjon om = can't > get/find information about..... > Ingen slik fil eller filkatalog = No > such file og directory.... > > > Then I start shotwell and it´s still on 07.2+trunk not 0.8.0+trunk.... > anyone with similar problem? i...@m using Ubuntu 10.10 64 bit version. > > It´s annoying that something like that happend, I love to build and test > the trunk, and translate shotwell into Norwegian (nb) > > Seasons greetings from > > Jan Roar Roed > > > > _______________________________________________ > Shotwell mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell > _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
