Re: Problems compiling

Guy G. Sotomayor (ggs@shiresoft.com)
Sun, 03 Jan 1999 11:36:47 -0800

Hugo van der Kooij wrote:
>
> On Sun, 3 Jan 1999, Michael J Surette wrote:
>
> > I am running Stampede Linux w/2.0.26 kernel and pgcc -2.91.57. I am
> > trying to compile sane-1.00.
> >
> > On my first try backend/abaton.c gave me an error on line 1116. I changed
> > it from...
> > s->val[OPT_X_RESOLUTION] = *(SANE_Word *)val;
> > to...
> > s->val[OPT_X_RESOLUTION].w = *(SANE_Word *)val;
> > and that file gave me no more problems.
> >

This *isn't* a compiler problem.

> > umax.c now gives me a 'virtual memory exhausted' error (see below). I
> > have 32Mb of ram and a 64Mb swap partition. Shouldn't this be enough?
> > Any ideas?
>
This *is* a compiler problem. Although it also appears on the RH5.1
sparc/Linux too.

> This is a compiler problem!
>
> Hugo.

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com