On Fri, Nov 11, 2005 at 01:35:54PM -0600, Albert Chin wrote: > $ gmake check > ... > gmake[4]: Leaving directory `/opt/build/b/libxslt-1.1.15/tests/exslt' > gmake[4]: Entering directory `/opt/build/b/libxslt-1.1.15/tests/plugins' > ## Running plugin tests > ## Note: installing xmlsoft_org_xslt_testplugin.so > ## to /opt/build/b/libxslt-1.1.15/tests/plugins/plugin > gmake[4]: *** No rule to make target `install-pkglibLTLIBRARIES', needed by > `tests'. Stop. > gmake[4]: Leaving directory `/opt/build/b/libxslt-1.1.15/tests/plugins' > > Why does the 'test tests' rule in tests/plugins/Makefile.am depend on > install-pkglibLTLIBRARIES? > > If I remove the dependency, I get this error: > gmake[4]: Entering directory `/opt/build/b/libxslt-1.1.15/tests/plugins' > ## Running plugin tests > ## Note: installing xmlsoft_org_xslt_testplugin.so > ## to /opt/build/b/libxslt-1.1.15/tests/plugins/plugin > runtime error: file plugin.xsl line 9 element testplugin > xsltApplyOneTemplate: failed to find extension testplugin > xmlXPathCompOpEval: function testplugin not found > XPath error : Unregistered function > runtime error: file plugin.xsl line 10 element value-of > xsltValueOf: text copy failed > no result for plugin.xml > gmake[4]: *** [tests] Error 9 > gmake[4]: Leaving directory `/opt/build/b/libxslt-1.1.15/tests/plugins'
testing the dynamic loader has been a pain. After more than a year of iterations and various tries we still don't have something which compile and loads the .so when "make ; make tests" is run, this is frustrating but I am really lost with the auto* at that point. If you find a working fix (whatever it takes) to have this work consistently I would be very very happy ! Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
