[Mesa-dev] [RFC] configure.ac: Don't check for python mako module if python is not installed

2015-02-27 Thread Samuel Iglesias Gonsalvez
This could be the case of trying to compile a Mesa tarball (from 'make dist' command) in a machine without Python interpreter installed. The autogenerated files from mako templates were already created during tarball generation. In case of building from git without Python it is going to fail anywa

Re: [Mesa-dev] [RFC] configure.ac: Don't check for python mako module if python is not installed

2015-02-27 Thread Matt Turner
On Fri, Feb 27, 2015 at 7:27 AM, Samuel Iglesias Gonsalvez wrote: > This could be the case of trying to compile a Mesa tarball (from 'make dist' > command) in a machine without Python interpreter installed. The autogenerated > files from mako templates were already created during tarball > generat

Re: [Mesa-dev] [RFC] configure.ac: Don't check for python mako module if python is not installed

2015-02-28 Thread Emil Velikov
On 27/02/15 17:42, Matt Turner wrote: > On Fri, Feb 27, 2015 at 7:27 AM, Samuel Iglesias Gonsalvez > wrote: >> This could be the case of trying to compile a Mesa tarball (from 'make dist' >> command) in a machine without Python interpreter installed. The autogenerated >> files from mako templates

Re: [Mesa-dev] [RFC] configure.ac: Don't check for python mako module if python is not installed

2015-02-28 Thread Matt Turner
On Sat, Feb 28, 2015 at 3:10 AM, Emil Velikov wrote: > On 27/02/15 17:42, Matt Turner wrote: >> For flex and bison, we check if a generated source file exists, which >> is probably a good idea. That way configure will fail in a git >> checkout if you don't have python. >> > Checking for the presen

Re: [Mesa-dev] [RFC] configure.ac: Don't check for python mako module if python is not installed

2015-03-01 Thread Emil Velikov
On 28/02/15 20:42, Matt Turner wrote: > On Sat, Feb 28, 2015 at 3:10 AM, Emil Velikov > wrote: >> On 27/02/15 17:42, Matt Turner wrote: >>> For flex and bison, we check if a generated source file exists, which >>> is probably a good idea. That way configure will fail in a git >>> checkout if you

Re: [Mesa-dev] [RFC] configure.ac: Don't check for python mako module if python is not installed

2015-03-01 Thread Samuel Iglesias Gonsálvez
On Sun, 2015-03-01 at 12:38 +, Emil Velikov wrote: > On 28/02/15 20:42, Matt Turner wrote: > > On Sat, Feb 28, 2015 at 3:10 AM, Emil Velikov > > wrote: > >> On 27/02/15 17:42, Matt Turner wrote: > >>> For flex and bison, we check if a generated source file exists, which > >>> is probably a go