On Wed, Oct 30, 2002 at 12:40:34PM +0100, Gerd Knorr wrote: > Requires libzvbi now. If configure doesn't find the lib scantv isn't > compiled. I just installed libzvbi. common/vbi-data.c in line 84 there is: vbi->sliced = malloc(vbi->lines * sizeof(struct vbi_sliced)); should be: vbi->sliced = malloc(vbi->lines * sizeof(vbi_sliced)); -- http://decopter.sf.net - free unrealistic helicopter simulator