[Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol

Gaetan Nadon memsize at videotron.ca
Tue Jan 3 17:08:51 PST 2012


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-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>



More information about the mesa-dev mailing list