Re: building Ical2html

On Mon, 15 Mar 2004, Dan Connolly wrote:

> On Mon, 2004-03-15 at 16:30, Dan Connolly wrote:
> > Hi Bert,
> > 
> > I grabbed http://dev.w3.org/cvsweb/Ical2html/
> > 
> > I tried to build it...
> > 
> > 
> > connolly@dirk:~/devcvs/Ical2html$ make
> > make: *** No targets specified and no makefile found.  Stop.
> > connolly@dirk:~/devcvs/Ical2html$ ./configure
> > configure: error: cannot find install-sh or install.sh in . ./.. ./../..
> > 
> > More clues, please?
> 
> Found these clues...
> 
> [[
> Then configure and compile. This requires automake and autoconf to be
> installed:
>                                                                                 
>     $ cd Ical2html
>     $ aclocal
>     $ autoheader
>     $ automake -a
>     $ autoconf
>     $ ./configure
>     $ make
> ]]
> 
> but got
> 
> ...
> checking for strdup... yes
> checking for memset... yes
> checking for strerror... yes
> ./configure: line 4590: syntax error near unexpected token `newline'
> ./configure: line 4590: `  *" getopt.$ac_objext "*'

You seem to be using a different version of autoconf. My version is 2.57.
Did you get any errors or warnings when you ran each of the commands
above?

Have you tried the tar file from http://www.w3.org/Tools/Ical2html/ ?
Maybe that compiles without using autoconf.



Bert
-- 
  Bert Bos                                ( W 3 C ) http://www.w3.org/
  http://www.w3.org/people/bos/                              W3C/ERCIM
  bert@w3.org                             2004 Rt des Lucioles / BP 93
  +33 (0)4 92 38 76 92            06902 Sophia Antipolis Cedex, France

Received on Monday, 15 March 2004 19:00:42 UTC