You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Hudson <gh...@MIT.EDU> on 2004/09/28 17:16:36 UTC

Re: make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

On Tue, 2004-09-28 at 12:37, solo turn wrote:
> hi,
> 
> our solaris regularly build for trunk recently started to choke with:
> 
> make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

I tried a checkout and build of the trunk on Solaris and didn't see this
problem.  configure.in substitutes SVN_FS_LIB_INSTALL_DEPS
unconditionally, so I don't see where Subversion might be doing anything
wrong.

I also don't know what you're doing wrong, though.  Normally an error of
this nature is cleared up by re-running autogen and configure, but you
already seem to have done that.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

Posted by solo turn <so...@gmail.com>.
tx for the hint. i upgraded to autoconf-2.59, automake-1.9.3 and
libtool-1.5.8 and now it works again.

maybe you could adjust the configure check?

-solo


On Tue, 28 Sep 2004 13:16:36 -0400, Greg Hudson <gh...@mit.edu> wrote:
> On Tue, 2004-09-28 at 12:37, solo turn wrote:
> > hi,
> >
> > our solaris regularly build for trunk recently started to choke with:
> >
> > make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'
> 
> I tried a checkout and build of the trunk on Solaris and didn't see this
> problem.  configure.in substitutes SVN_FS_LIB_INSTALL_DEPS
> unconditionally, so I don't see where Subversion might be doing anything
> wrong.
> 
> I also don't know what you're doing wrong, though.  Normally an error of
> this nature is cleared up by re-running autogen and configure, but you
> already seem to have done that.
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org