Re: [Mesa-dev] Build fails at hash_table.c

2012-12-10 Thread Kevin H. Hobbs
On 12/10/2012 09:33 AM, Marek Olšák wrote: > Type "git clean -fdX" before building Mesa. Sometimes I hate git. "make clean git reset --hard git clean -fd git pull origin" isn't enough because if the file was in .gitignore and not cleaned by "make clean", then git clean ignored it. I used to

Re: [Mesa-dev] Build fails at hash_table.c

2012-12-10 Thread Brian Paul
You'd think that 'make clean' would clear up stuff like this but it doesn't. I've had better luck with 'make distclean'. -Brian On 12/10/2012 07:33 AM, Marek Olšák wrote: Type "git clean -fdX" before building Mesa. And welcome to Mesa's build system, which never really works as expected.

Re: [Mesa-dev] Build fails at hash_table.c

2012-12-10 Thread Marek Olšák
Type "git clean -fdX" before building Mesa. And welcome to Mesa's build system, which never really works as expected. Marek On Mon, Dec 10, 2012 at 2:50 PM, Kevin H. Hobbs wrote: > gmake[5]: Entering directory `/home/kevin/mesa/src/glsl/builtin_compiler' > gmake[5]: *** No rule to make target >

[Mesa-dev] Build fails at hash_table.c

2012-12-10 Thread Kevin H. Hobbs
gmake[5]: Entering directory `/home/kevin/mesa/src/glsl/builtin_compiler' gmake[5]: *** No rule to make target `../../../src/mesa/program/hash_table.c', needed by `hash_table.o'. Stop. My mesa build has been failing here for the past few days. The script that does the build is attached but the c