intel / libva

Libva is an implementation for VA-API (Video Acceleration API)
http://intel.github.io/libva/
Other
662 stars 302 forks source link

make dist fails #307

Open Nastooh-Inca opened 5 years ago

Nastooh-Inca commented 5 years ago

Hi With

./autogen.sh --prefix=//tmp/msdk/libva/usr --libdir=/usr/lib/x86_64-linux-gnu --enable-wayland=no  && \
   make -j$(nproc) && \
   make install && \
   make dist

make dist reports:

make[2]: Leaving directory `/tmp/msdk/libva/va/drm'
 (cd wayland && make  top_distdir=../../libva-2.4.0.pre1 distdir=../../libva-2.4.0.pre1/va/wayland \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/tmp/msdk/libva/va/wayland'
  GEN    wayland-drm-client-protocol.h
[91m/bin/bash: client-header: command not found
[91mmake[2]: *** [wayland-drm-client-protocol.h] Error 127
[0mmake[2]: Leaving directory `/tmp/msdk/libva/va/wayland'
[91mmake[1]: *** [distdir] Error 1
[0mmake[1]: Leaving directory `/tmp/msdk/libva/va'
[91mmake: *** [distdir] Error 1

Any thoughts? Cheers,

XinfengZhang commented 5 years ago

@Nastooh-Inca I cant reproduce the issue with current master branch , could you tell me your commit id?

Nastooh-Inca commented 5 years ago

Thank you for your reply. Commit id: 285267586a3d4db0e721d30d4a5f5f9fe6a3c913 Cheers,