Re: [Vala] automake 1.11.1: unable to build vala project out-of-tree

2010-11-07 Thread Abderrahim Kitouni
Hi, في س، 06-11-2010 عند 18:46 +0300 ، كتب Andrey Borzenkov: > I'm trying to rebuild systemd > (http://www.freedesktop.org/wiki/Software/systemd) from GIT. It is > using several programs built using vala; in-tree build is OK, > out-of-tree build fails: Automake assumes the .c files

Re: [Vala] automake 1.11.1: unable to build vala project out-of-tree

2010-11-14 Thread Abderrahim Kitouni
Hello, في ح، 07-11-2010 عند 09:12 +0300 ، كتب Andrey Borzenkov: > > Automake assumes the .c files generated by vala are distributed with the > > source, and this isn't true when building from git. A solution is to do > > an in-tree build, make distclean, and re-run your out-of-tree