Xiyue Deng wrote:

> I have also run a `make fullcheck` on Mac OS X 10.8. Only one test fails:
> 
> FLAC__TEST_LEVEL=1 FLAC__TEST_WITH_VALGRIND=no ./test_grabbag.sh
> ./test_grabbag.sh: line 39: 1N: value too great for base (error token is "1N")
> make[1]: *** [fullcheck] Error 1
> make: *** [fullcheck] Error 2
> 
> The cause is that in test_grabbag.sh, line 39, it uses `date +%N` to
> get nanoseconds, which is unsupported on Mac OS X, and will produce
> just N instead of the nanoseconds. I am unable to find an equivalent
> in manpages yet. I wonder whether it is acceptable to use second
> instead?

Yeah, fixed that.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to