However, the CVS does not contain either configure file, but only one autogen.sh, which does not create a configure script in the viewer directory. How can I compile the viewer?
Run autogen.sh with your specific arguments, and it will generate a 'configure' for you (out of configure.in), and then it will bootstrap configure with your specific parameters. For example:
sh ./autogen.sh \
--prefix=/usr \
--enable-palmosbuild \
--disable-gtkviewer \
--disable-docbuild \
--disable-desktopbuild \
--disable-explode \
--enable-armlets \
--enable-wait_icon=thought-bubble \
--enable-debug_labels \
--enable-debug_log \
--enable-gesture_debug \
--enable-category=Unfiled \
--enable-errorchecklevel=fullBTW, there's some inconsistencies in the documentation:
I've asked for help cleaning that up numerous times. Care to give us a hand?
David A. Desrosiers [EMAIL PROTECTED] http://gnu-designs.com _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
