Subject: Re: HTML3.2 browser for RiscPC ?
To: Mark Brinicombe <amb@physig4.ph.kcl.ac.uk>
From: Michael-Dennis Biemans <michaeld@stack.urc.tue.nl>
List: port-arm32
Date: 10/31/1996 14:41:53
> 
> >Mosaic 2.7b4 (The one of the ftp site) is very buggy - I was going to
> >ask anyway, but do you mind compiling 2.7b5 Mark?
> 
> I am aiming to have it ready for the show. I have some problems with multiply
> defined symbols that I need to fix.
> 

is this with with "comment_card" or something like that ? (can't remember
exactly)  The problem is that an includefile contains the definition of
a variable, not the declaration, so when it is included in more than one
file, it causes this problem. I solved it by making a copy of the include
file, change that copy to declarations only, and include that instead of the
original file, but one .c file must still include the original file.


Michael-Dennis

PS: I have a version of 2.7b5 on my HD (for some time now), but I don't know
    if it was stable. I think I wanted to wait until I could recompile it
    with the new GCC and the new X libs. But if all else fails I can still
    upload it.