GNOME Bugzilla – Bug 54014
'xsltproc: not found' error from tests/XSLTMark/Makefile
Last modified: 2009-08-15 18:40:50 UTC
References to xsltproc in tests/XSLTMark/Makefile are not fully qualified as they are in the other makefiles under the tests directory. The other Makefiles under tests either refer to ../../libxslt/xsltproc or $(top_builddir)/libxslt/xsltproc. In the Makefile in XSLTMark directory it refers to the executable only as xsltproc, which causes an 'xsltproc: not found' error if you have not installed the executable to a directory in your path. Thanks, jwag -- John.Waggenspack@celion.com
Ahhh !!! Thanks this explain some weirdness at packaging time I was unable to track down :-) Fix applied (except the right path is actually $(top_builddir)/../../libxslt/xsltproc ) thanks a lot for your report, Daniel
I think I finally cleaned up the tests Makefiles in 0.9.0 Daniel