Hello,
The agar test suite fails to compile because
M_MatInvert44p, M_MatMult44Vector3, M_MatMult44Vector3p,
M_MatMult44Vector4 and M_MatMult44Vector4p do not currently
exist. I realize that this may be normal since I am using
the svn sources.
Also, I wanted to report a `bug' in bsdbuild. I would post
it on the bsdbuild mailing list, but it's not as active
as this one.
When checking for NROFF, we do not break from the loop
through PATH as soon as we find an executable. This
means if any other executables are found, the last
one is used. In case the final executable is not
mandoc-compatible, no manual pages are generated.
If this is not on purpose, other checks at risk are those
for msgfmt, ectags and ctags.
Index: BSDBuild/Builtins.pm
===================================================================
--- BSDBuild/Builtins.pm (revision 1006)
+++ BSDBuild/Builtins.pm (working copy)
@@ -34,6 +34,7 @@
for path in `echo $PATH | sed 's/:/ /g'`; do
if [ -x "${path}/nroff" ]; then
NROFF="${path}/nroff"
+ break
fi
done
if [ "${NROFF}" != "" ]; then
--
pap
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html