If your using CVS you'll need to run './autogen.sh' first. This will
run a few utilities that are normally run on the tarballs before they
are shipped out (the distribution tarballs that is, not the CVS ones).
--Ted
On Sat, 2004-05-29 at 12:16, Urke MMI wrote:
Problem in 0.39cvs 2004-05-29 on make install is:
-------[ start of inserted text ]-------------------------------~->
Making install in po
make[1]: Entering directory `/home/urke/cvs/inkscape/po'
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /build/inkscape/usr/share; \
else \
/bin/sh ../mkinstalldirs /build/inkscape/usr/share; \
fi
../mkinstalldirs: ../mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/urke/cvs/inkscape/po'
make: *** [install-recursive] Error 1
-------[ end of inserted text ]---------------------------------~->
Where is mkinstalldirs?