On Tue, May 19, 2009 at 03:22:46PM -0400, 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', needed by `

It seems your autotools don't define $(builddir) for some reason. My
guess is that you're simply using some ancient/broken versions. I think
automake is the likely suspect here since it generates the Makefile.in.

-- 
Ville Syrjälä
[email protected]
http://www.sci.fi/~syrjala/
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to