On Mon, Jun 13, 2011 at 7:07 PM, Steve Havelka <smh...@gmail.com> wrote:

> Is it necessary that it's autoconf?  Or would you take a CMake-based build
> script?
>
>
>
Though I think autoconf is also necessary (for use by people who do not have
cmake installed) I will also consider having appropriate cmake scripts in
the tree, for use by people have and prefer cmake.  Would anybody care to
contribute the appropriate files?

Note that Fossil has a two-stage build process.  First it builds some C
programs that are used to pre-process the C code.  It then runs these C
programs to convert the code in the source tree into new C code.  The
converted C code is then compiled by the second phase to generate the Fossil
executable.  Traditional unix "make" has no difficulty handling a two-phase
build like this.  But MSVC seems unable to do it.  I observe that cmake
claims to be able to generate MSVC projects.  Does this mean that cmake is
also incapable of doing a two-phase build?  Or has cmake found some way
around the limitations of MSVC?

Additional information on the Fossil build process:
http://www.fossil-scm.org/fossil/doc/trunk/www/makefile.wiki



> thanks,
> Steve
>
> _______________________________________________
> 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