2017-03-08 17:44 GMT+01:00 Emil Velikov <emil.l.veli...@gmail.com>:

> On 5 March 2017 at 21:23, Mauro Rossi <issor.or...@gmail.com> wrote:
> > Adding libmesa_amd_common dependency and exporting its headers,
> > avoids the following building error:
> >
> > external/mesa/src/gallium/drivers/r600/evergreen_compute.c:29:10: fatal
> error: 'ac_binary.h' file not found
> >          ^
> > 1 error generated.
> >
> > Fixes: 3bbbb63 "automake: r600: radeonsi: correctly manage
> libamd_common.la linking"
> > Fixes: 503fb13 "radeon/ac: switch to ac_shader_binary_config_start()"
>
> Thank you Mauro.
> I've applied a bit of polish and pushed to master.
>
> -Emil
>

Hi Emil,

With your v2 change I'm getting this building error, while it was building
ok with the header export inlibmesa_amd_common module.

[ 10% 389/3870] target  C: libmesa_pipe_r600_32 <=
external/mesa/src/gallium/drivers/r600/evergreen_compute.c
...
external/mesa/src/gallium/drivers/r600/evergreen_compute.c:29:10: fatal
error: 'ac_binary.h' file not found
#include "ac_binary.h"
         ^
1 error generated.
[  7% 232/3232] target  C: libmesa_pipe_r600_32 <=
external/mesa/src/gallium/drivers/r600/r600_asm.c
ninja: build stopped: subcommand failed.
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1

#### make failed to build some targets (07:03 (mm:ss)) ####
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to