You must have moved HEAD from previous version, and didn't run make clean.
It is the *.o.d telling gcc which headers they need.
And those *.o.d files are ignored by git, so it won't be cleaned by git
reset.
So the correct work flow is:
0) make clean
1) autogen
2) configure
3) make
Thanks,
Qu
Solved .. delete and clone again works .. but rebase / reset --hard
not .. hmm curious
2016-10-21 23:30 GMT+02:00 Peter Becker :
> Generate build-system by:
>aclocal:aclocal (GNU automake) 1.15
>autoconf: autoconf (GNU Autoconf) 2.69
>autoheader: autoheader (GNU Autoconf) 2.69
>
Generate build-system by:
aclocal:aclocal (GNU automake) 1.15
autoconf: autoconf (GNU Autoconf) 2.69
autoheader: autoheader (GNU Autoconf) 2.69
automake: automake (GNU automake) 1.15
Now type './configure' and 'make' to compile.
checking for gcc... gcc
checking whether the C c