On 12-01-03 03:27 PM, Ian Romanick wrote:
> On 01/03/2012 11:13 AM, Mike Lothian wrote:
>> Hi
>>
>> Ever since these tests went in I get failures during configure:
>>
>>
>> configure: creating ./config.status
>> config.status: creating configs/autoconf
>> config.status: error: cannot find input file: `tests/Makefile.in'
>>
>> Before I raise a bug am I doing something stupid?
>
> It's possible that I didn't get the automake magic right when gtest
> isn't installed.  Is the program gtest-config in your path?
This is usually because tests/Makefile.in did not get generataed by
Automake. This is most likely to happen from a tarball where Makefile.in
was not distributed. I noticed the toplevel Makefile does not navigate
down to the tests subdir, so make dist would probably not include
Makefile.in. You have "inserted" an orphan Automake subdir so there is
probably some additional wiring to do. There is a section in the
Automake manual to integrate custom makefiles, but I don't know if it
covers your scenario.
> _______________________________________________
> xorg-de...@lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to