Maybe to clarify too..
There are subtle differences between the zipfile and the git version.
An important one is the file "configure" which is missing in the git version, since you have to generate it yourself using the ./autogen.sh script.

Not sure where you got the configure from, but you might try your line below with ./autogen.sh instead of ./configure. Or simply copy the ./configure from a zipfile and test your luck..

hth
Niels


Brandon Lorenz wrote:
Why does the GIT version not compile for the davinci? My goal is to just to run a sample app on the DM6446 but I am having trouble compiling. Any successful Davinci users on this board that can throw me a bone?


Configuring with:
./configure --with-inputdrivers=none --disable-fbdev --with-gfxdrivers=davinci --disable-sysfs --disable-multi --disable-sdl --disable-x11 --enable-static --enable-shared --enable-png --enable-jpeg --disable-freetype --disable-freetype2

(Question for Experienced DirectFB davinci users: Is this a good basic configuration for a no-frills Davinci-accelerated framebuffer?)


My Error:


gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I../../lib -I../../lib -I../../src -I../../systems -I./kernel-module/include -D_REENTRANT -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -MT davinci_video_pool.lo -MD -MP -MF .deps/davinci_video_pool.Tpo -c davinci_video_pool.c -fPIC -DPIC -o .libs/davinci_video_pool.o make[3]: *** No rule to make target `/libdavinci_c64x.la <http://libdavinci_c64x.la>', needed by `libdirectfb_davinci.la <http://libdirectfb_davinci.la>'. Stop. make[3]: Leaving directory `/DirectFB/core/DirectFB.git/gfxdrivers/davinci'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/DirectFB/core/DirectFB.git/gfxdrivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/DirectFB/core/DirectFB.git'
make: *** [all] Error 2


Thanks y'all!

------------------------------------------------------------------------

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


--

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to