Re: building Ical2html

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 "*'


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
see you at the WWW2004 in NY 17-22 May?

Received on Monday, 15 March 2004 17:34:43 UTC