On Wed, Mar 30, 2011 at 12:39 PM, Zed A. Shaw <zeds...@zedshaw.com> wrote:

> Uh, this may sound stupid but latest trunk fails with:
>
> make: *** No rule to make target `src/../manifest.uuid', needed by
> `bld/VERSION.h'.  Stop.
>
> Because, for some reason, my checkout on this one machine does not have
> a manifest.uuid.
>
> Any idea why this might be happening?
>


Run "fossil setting manifest on" to fix the problem.  Manifest generation
used to be on by default, but people complained so now it is off by
default.  When you clone a repository, it picks up the setting from the
clone.  But if you cloned yours before the default changed, you didn't get
the setting transferred, so you need to set it manually.

Both Fossil and SQLite use the manifest and manifest.uuid files to derive
their version numbers.  As far as I know, those are the only two projects
that do anything with manifest and manifest.uuid.


>
> --
> Zed A. Shaw
> http://zedshaw.com/
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to