This is the mail archive of the
insight@sourceware.cygnus.com
mailing list for the Insight project.
Re: Building Insight (2)
Jim> P.S. I also agree with Keith that libgui should NOT be trying to
Jim> make the tclIndex as part of the build. It is too fragile,
Jim> particularly since the wrong version of Itclsh can cause really
Jim> bad things to happen...
One approach to this, which is both controversial and widely
practiced, is to check in the derived file and make rebuilding it
conditional upon configuring with --enable-maintainer-mode.
This is easiest if you're using automake, but it is also fairly easy
without it.
Tom