kleopatra999 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Make errors for Visual Studio Version #845

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected behavior? What do you see instead?
make errors out with the following error:
make[1]: Nothing to be done for `all'.
    [DOXY] examples/resize_util.dox
/bin/sh: examples/resize_util.dox: No such file or directory
make[1]: *** [examples/resize_util.dox] Error 1
make: *** [.DEFAULT] Error 2

configure command used: ../libvpx/configure --target=x86-win32-vs8 
--enable-static-msvcrt

What version are you using? On what operating system?
master branch as of today 08/21/2014. Windows 7

Can you reproduce using the vpxdec or vpxenc tools? What command line are
you using?
Yes, reproducible always.
../libvpx/configure --target=x86-win32-vs8 --enable-static-msvcrt
make

Please provide any additional information below.

Original issue reported on code.google.com by umeshpan...@gmail.com on 22 Aug 2014 at 2:34

GoogleCodeExporter commented 9 years ago
As a workaround, can you try 

"--disable-docs --disable-install-docs"

Suggestion: We should have a better checking.

Original comment by renganat...@google.com on 9 Oct 2014 at 10:10