gavinljj / mp4v2

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

Test suite fails due to faulty variable #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The test suite (i.e. make test, not that it does anything usefull, but
abyway) currently fails because of a faulty variable assignment in line 231
in GNUmakefile.am: 
"TESTLOGDIR = $(builddir)/testlog", where $(builddir) is an empty string
leading to "mkdir -p /testlog" in line 309 which of course fails. The
correct variable is called "$(top_builddir)", so please run "sed
'/TESTLOGDIR/s/builddir/top_builddir/'" on GNUmakefile.am.

Original issue reported on code.google.com by fab...@greffrath.com on 30 Oct 2009 at 12:37

GoogleCodeExporter commented 9 years ago
Resolved 371

Original comment by eddyg.o....@gmail.com on 22 Nov 2009 at 11:36