Dipankar Das wrote:
Hi everyone
I have been trying to install DirectFB-0.9.22 which I have downloaded from the official site directfb.org(core downloads) and then tried to install the same.But in "make" command my system is giving me some errors.
They are
..................................................................................................................................................
make[3]: Entering directory `/home/dipankar/DirectFB-0.9.22/gfxdrivers/sis315' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../lib -I../../lib -I../../src -I../../systems -D_REENTRANT -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -MT sis315.lo -MD -MP -MF ".deps/sis315.Tpo" -c -o sis315.lo sis315.c; \ then mv -f ".deps/sis315.Tpo" ".deps/sis315.Plo"; else rm -f ".deps/sis315.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../lib -I../../lib -I../../src -I../../systems -D_REENTRANT -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -MT sis315.lo -MD -MP -MF .deps/sis315.Tpo -c sis315.c -fPIC -DPIC -o .libs/sis315.o
sis315.c:163: warning: type defaults to 'int' in declaration of 'sisfb_info'
sis315.c:163: error: syntax error before '*' token
sis315.c: In function 'check_sisfb_version':
sis315.c:165: error: 'i' undeclared (first use in this function)
sis315.c:165: error: (Each undeclared identifier is reported only once
sis315.c:165: error: for each function it appears in.)
sis315.c:170: error: 'drv' undeclared (first use in this function)
sis315.c: In function 'driver_init_driver':
sis315.c:216: error: 'sisfb_info' undeclared (first use in this function)
sis315.c:216: error: syntax error before 'fbinfo'
sis315.c:225: error: 'SISFB_GET_INFO' undeclared (first use in this function)
sis315.c:225: error: 'fbinfo' undeclared (first use in this function)
make[3]: *** [sis315.lo] Error 1
make[3]: Leaving directory `/home/dipankar/DirectFB-0.9.22/gfxdrivers/sis315'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dipankar/DirectFB-0.9.22/gfxdrivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dipankar/DirectFB-0.9.22'
make: *** [all] Error 2


I have Fedora Core 4 as OS and my machine is i386 based.
Can anyone please help?


Install the kernel-source package and copy $(kernel-source)/include/video/sisfb.h to /usr/include/linux/.

--
Regards,
     Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to