I blew away my plucker directory, and got latest from CVS this morning,
and tried to compile everything.

The first problem I ran into is:
running /bin/sh ./configure  --enable-maintainer-mode
--cache-file=.././config.cache --srcdir=.
./configure: ./configure: No such file or directory
configure: error: ./configure failed for viewer

I think this is caused be the autogen.sh in the root not running
autoconf in the viewer directory, so there is no configure in the
viewer directory for it to call.

If I change into the viewer directory, and type "autoconf", then
it seems to generate a configure file.  So, I go back to the plucker
directory, and run "./autogen.sh" again, and this time it works, but,
my "viewer/config.h" only contains the single line:
/* config.h.  Generated automatically by configure.  */

(as opposed to also defining "ENABLE_SCROLL_TO_BOTTOM".)

I also don't seem to have a config.h.in, which I suspect is the
problem.  I can only guess that I'm missing a step that would
generate the config.h.in  (Hmmm...  I wonder if it's "autoheader"?
Looks like it might be.  Yup.)

Can someone fix this so that autoconf/autoheader gets called in
the viewer subdirectory?

Thanks,
Blake.

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to