On 27/08/06, Bengt Thuree <[EMAIL PROTECTED]> wrote: > On Sat, 2006-08-26 at 17:25 +0200, Marco Aicardi wrote: > > > I think (but i am not sure) that you have to perform a "make install" > > > once. After that, everything should be ok. > > > > > > Regards, > > > Thomas > > > > I have found what happened: in src/po/Makefile @ r39 I have the > > following line: > > > > 38] subdir = po > > 39] install_sh = @install_sh@ > > 40] # Automake >= 1.8 provides @[EMAIL PROTECTED] > > > > Replacing "install_sh" with "install-sh" solves my problem. > > Hi > > I have not tried to fix it by changing _ to -, instead I put in the > whole path... > > Check http://f-spot.org/How_To_Build and in particular > http://bugzilla.gnome.org/show_bug.cgi?id=351522 > > /Bengt >
I also replace @install_sh@ with the full path, line this: install_sh = /home/dotancohen/development/f-spot/f-spot/install-sh You can see that the final part is in fact install-sh, just like your's. Bug? Dotan Cohen http://ie-only.com _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
