[bt-devel] error while compiling
Martin Gruner
bt-devel@crosswire.org
Sun, 10 Mar 2002 02:51:01 +0100
Fred,
> After I rebuilt my linux today I attempted to get a fresh copy of sword CVS
> and compile it. It fails to compile with:
> [fks00@localhost sword]$ make
> Makefile:282: .deps/testlib.Po: No such file or directory
> make: *** No rule to make target `.deps/testlib.Po'. Stop.
> [fks00@localhost sword]$
That is due to introduction of autotools in sword, done by Daniel Glassey.
Just do
usrinst.sh
make
and it should work ok.
Martin