[Mesa-dev] [PATCH] mesa/st: Include builddir/src/compiler/glsl to fix make check

Michel Dänzer michel at daenzer.net
Mon Sep 11 02:32:06 UTC 2017


On 11/09/17 03:10 AM, Aaron Watry wrote:
> Otherwise, when doing an out-of-tree build you can expect the following:
> 
> make[6]: Entering directory \
>          '${MESA_SRC}/build/src/mesa/state_tracker/tests'
>   CXX      test_glsl_to_tgsi_lifetime.o
> In file included from \
>     ${MESA_SRC}/src/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_private.h:31:0,
>   from \
>     ${MESA_SRC}/src/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_temprename.h:27,
>   from \
>     ${MESA_SRC}/src/mesa/src/mesa/state_tracker/tests/test_glsl_to_tgsi_lifetime.cpp:24:
>   ${MESA_SRC}/src/compiler/glsl/ir.h:1502:37: \
>     fatal error: ir_expression_operation.h: No such file or directory
>  #include "ir_expression_operation.h"

Which branch / commit are you seeing that with? With current Git master
(8d6b97a815874c7b695471a259fe4b6689890206), ir_expression_operation.h is
getting generated in the source directory for me, not in the build
directory.


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the mesa-dev mailing list