[vlc-devel] [PATCH] configure.ac: use absolute path for protoc
Rémi Denis-Courmont
remi at remlab.net
Mon Jul 13 17:17:10 CEST 2020
Le maanantaina 13. heinäkuuta 2020, 18.08.54 EEST Alexandre Janniaux a écrit :
> Hi,
>
> Actually the workaround has been in the calling code (in
> the extras/package build script for apple) which
> systematically added the extras/tools in the PATH.
>
> Without this workaround, the configure script returns:
>
> configure:55687: checking for protoc
> configure:55703: found
> /home/alexandre/workspace/videolabs/vlc-meson/extras/tools/build/bin/protoc
> configure:55714: result: protoc
>
> And right after, make returns:
>
> /bin/bash: protoc: command not found
> Makefile:31476: recipe for target
> 'stream_out/chromecast/cast_channel.pb.h' failed
Then the PATH is messed up somewhere.
That makes no difference relative to this patch: build tools are detected with
AC_CHECK_* not AC_PATH_*.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list