2002-03-24 07:01:12

by Ben Greear

[permalink] [raw]
Subject: bk repository compile bug (zoran)

Just in case this has not been caught yet, from repository:
bk://linux.bkbits.net/linux-2.4


gcc -D__KERNEL__ -I/home/greear/kernel/2.4/bk/linux-2.4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS -include /home/greear/kernel/2.4/bk/linux-2.4/include/linux/modversions.h -DKBUILD_BASENAME=zr36067 -c -o zr36067.o zr36067.c
zr36067.c: In function `zoran_open':
zr36067.c:3268: structure has no member named `busy'
zr36067.c: At top level:
zr36067.c:4405: warning: initialization makes integer from pointer without a cast
zr36067.c:4406: warning: initialization makes integer from pointer without a cast
zr36067.c:4407: warning: initialization from incompatible pointer type
zr36067.c:4408: warning: initialization from incompatible pointer type
zr36067.c:4410: warning: initialization from incompatible pointer type
zr36067.c:4411: warning: initialization from incompatible pointer type
zr36067.c:4412: warning: initialization from incompatible pointer type
make[3]: *** [zr36067.o] Error 1
make[3]: Leaving directory `/home/greear/kernel/2.4/bk/linux-2.4/drivers/media/video'

--
Ben Greear <[email protected]> <Ben_Greear AT excite.com>
President of Candela Technologies Inc http://www.candelatech.com
ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear



2002-03-26 00:39:31

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: bk repository compile bug (zoran)



On Sun, 24 Mar 2002, Ben Greear wrote:

> Just in case this has not been caught yet, from repository:
> bk://linux.bkbits.net/linux-2.4
>
>
> gcc -D__KERNEL__ -I/home/greear/kernel/2.4/bk/linux-2.4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS -include /home/greear/kernel/2.4/bk/linux-2.4/include/linux/modversions.h -DKBUILD_BASENAME=zr36067 -c -o zr36067.o zr36067.c
> zr36067.c: In function `zoran_open':
> zr36067.c:3268: structure has no member named `busy'
> zr36067.c: At top level:
> zr36067.c:4405: warning: initialization makes integer from pointer without a cast
> zr36067.c:4406: warning: initialization makes integer from pointer without a cast
> zr36067.c:4407: warning: initialization from incompatible pointer type
> zr36067.c:4408: warning: initialization from incompatible pointer type
> zr36067.c:4410: warning: initialization from incompatible pointer type
> zr36067.c:4411: warning: initialization from incompatible pointer type
> zr36067.c:4412: warning: initialization from incompatible pointer type
> make[3]: *** [zr36067.o] Error 1
> make[3]: Leaving directory `/home/greear/kernel/2.4/bk/linux-2.4/drivers/media/video'

Already fixed by Gerd patches... Thanks.