On Fri, 15 Nov 2002, Jeff St. Laurent wrote:
> I'm running Solaris 8 and I'm trying to get the latest dev version going
> and I'm running into some problems. I've pasted the output of config,
> make, and 'uname -a' below. Any help would be much appreciated.
> config output:
> --------------
> # ./configure --bindir=/usr/local/bin
..
> config.status: creating Makefile
> config.status: creating doc/Makefile
> config.status: creating src/Makefile
> config.status: creating perl/Makefile.PL
> config.status: error: cannot find input file: perl/Makefile.PL.in
Darn. That's the problem with my use of CVS -- I forgot to change
Makefile.PL to Makefile.PL.in in the MANIFEST file and so it wasn't
included in the swish-daily tarball.
Your quick fix is to go to http://swish-e.org and down at the bottom is a
link to CVS. There (on the sourceforge site) you can click Browse CVS and
then drill down to the perl directory and simply download Makefile.PL.in
to your swish-e perl directory. Then rerun configure.
> swish.h:85: acconfig.h: No such file or directory
> make[1]: *** [swish2.o] Error 1
And the next thing configure was going to do after building the
Makefile.PL (from the missing Makefile.PL.in) was to create the acconfig.h
file -- but due to the error that didn't happen.
That should get you working.
--
Bill Moseley moseley@hank.org
Received on Fri Nov 15 15:51:35 2002