Displaying 2 results from an estimated 2 matches for "testspec".
Did you mean:
test2spec
2003 Aug 23
1
CVS compile problems
Hi,
I'm compiling theora from the cvs. I use it with mplayer.
I had run in these problems:
1. At make time I got that:
Making all in doc
make[1]: Entering directory `/work/src/theora/doc'
make[1]: *** No rule to make target `testspec.raw', needed by `all-am'.
Stop.
make[1]: Leaving directory `/work/src/theora/doc'
make: *** [all-recursive] Error 1
I cannot skip that error if I use ./configure --disable-oggtest. I guess
it have other purpose
I workaround this by removing these test from Makefile.
2. M...
2003 Aug 12
0
Compile error in CVS, entry for a FAQ somewhere, place for test/comparison files to be uploaded?
...e first error in CVS - fairly minor - is in the docs section:
----------------------------------------------------------------
make[1]: Entering directory `/tmp/temp/oggstuff/theora/doc'
python txt2py.py spec.txt spec.py
python txt2html.py spec.txt spec.html
make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop.
-----------------------------------------------------------------
I can "make -k" and get past it, though.
However, there's an inobvious problem in the player_example and splayer
compile:
Both appear to absolutely depend on static versions o...