Quoting Stefan Lucke: > On Dienstag, 25. Mai 2004 20:20, Denis Oliver Kropp wrote: > > Quoting Stefan Lucke: > [..] > > > I found "#define HAVE_V4L2 1" in: > > > > > > [EMAIL PROTECTED]:~> grep HAVE_V4L2 /usr/include/*/*.h > > > /usr/include/linux/videodev.h:#define HAVE_V4L2 1 > > > > I fixed the name clash in CVS, please try. > > Thanks that fixed compile. I did ./configure without parameters > > Building Video Providers: > Video4Linux yes (v2: no) > > Thats ok :-) > But ;-) after 'su' , 'make install' fails: > > /bin/sh ../../mkinstalldirs /usr/local/lib > /bin/sh ../../libtool --mode=install /usr/bin/install -c libfusion.la > /usr/local/lib/libfusion.la > libtool: install: warning: relinking `libfusion.la' > (cd /home/nfs/extra/src/video/DFB/DirectFB/lib/fusion; /bin/sh ../../libtool > --mode=relink gcc -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE > -Werror-implicit-function-declaration -o libfusion.la -rpath /usr/local/lib > -version-info 21:0:0 -release 0.9 -lz arena.lo call.lo conf.lo fusion.lo > fusion_shmalloc.lo lock.lo object.lo property.lo reactor.lo ref.lo vector.lo > ../direct/libdirect.la -ldl -lpthread ) > mv: cannot move `libfusion-0.9.so.21.0.0' to `libfusion-0.9.so.21.0.0U': Permission > denied > libtool: install: error: relink `libfusion.la' with the above command before > installing it > make[4]: *** [install-libLTLIBRARIES] Fehler 1 > make[4]: Leaving directory `/home/nfs/extra/src/video/DFB/DirectFB/lib/fusion' > > Installation source tree is on an nfs mounted file system. So I'm root on local > system but > have no write permission on nfs source.
You could try building in a separate directory: mkdir DirectFB_build cd DirectFB_build .../DirectFB/autogen.sh make make install -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
