On Sun, Apr 22, 2001 at 04:11:34PM +0200, [EMAIL PROTECTED] wrote:
> On Sat, 21 Apr 2001, Richard Zidlicky wrote:
>
> > > I have problems with compiling libwww (w3c-libwww-5.2.8), see above.
> > > Has anybody managed to compile it on Qx0? Which version?
> >
> > it compiled and installed cleanly last time I tried, funny enough it
> > was exactly 5.2.8.
> > The error looks like the right include wasn't included, maybe a problem
> > with your kernel headers? They are supposed to be in
> > /usr/src/linux/include/asm
> > and they must be configured. Easiest is to install the kernel-sources.rpm
> > and run 'make oldconfig' in that dir.
>
> Hi!
>
> I've ran 'make oldconfig' but it hasn't cured the problem (includes have
> been extracted out of linux-src-tarball again).
> I have found the problem, stupid autoconf is fooled by redefinition of
> socket types. They're double defined (socketbits.h and asm/socket.h) and
> this confuses autoconf, so that it thinks there is no in.h.
>
> I have put #ifndef _SOCKETBITS_H before the
> defintion of socket types in /usr/include/asm/socket.h:
the kernel-headers are a moving target, always good for little surprises
like this. Hopefully such problems will be cured with next release of
glibc, the recommended policy is now to link /usr/include/{asm,system}
to a copy of the kernel headers that will come with glibc together to
get better consistency.
On Sun, Apr 22, 2001 at 04:15:01PM +0200, [EMAIL PROTECTED] wrote:
> Hi,
>
> after completing libwww I now have a compiled version of vievml browser.
> It's quite small and starts immediately (you cannot tell that of Netscape
> ;). But every time I click on an URL I get:
>
> slotClick http://www.q40.de/machine.html Segmentation fault
too bad.. last time I tried it did uncover a bug in the kernel,
that one was fixed in 2.2.17. Try a gdb backtrace to get an idea
where the problem is.
> Has anybody viewml running (stable)?
no, did you try the CVS version? Also it seems their primary platform
for testing and development is nano-X/microwindows. In X there might
be a problem with the old version of imlib that comes with our distribution.
I have been listening to viewml mailing list and segfaults shouldn't be
so frequent anymore.
It looks like promising development though, I could well imagine it
as a QDOS browser. libwww has been ported for QDOS and nano-X should
not be a serious problem.
Btw did you try fluid? A pretty cute GUI builder that comes with fltk.
Bye
Richard