Hello Denis, I build DirectFB from cvs with a Gentoo ebuild, which builds the whole thing in some sandbox. However, with the latest change you made to the following files :
> CVSROOT: /cvs/directfb > Module name: DirectFB > Changes by: dok 20040518 16:40:55 > > Modified files: > lib/direct : Makefile.am > lib/fusion : Makefile.am > lib/voodoo : Makefile.am > > Log message: > Moved Voodoo headers to public directory. > > Remove old include directories during "make install" > (directfb-internal/direct or /fusion or /voodoo). > I know that's evil, but... gives me an error because of trying to escape the sandbox : ---- make[3]: Entering directory `/var/tmp/portage/DirectFB-cvs- 20040525/work/DirectFB/lib/direct' rm -rf /usr/include/directfb-internal/direct ACCESS DENIED unlink: /usr/include/directfb-internal/direct ---- I execute the following make install : DESTDIR=/var/tmp/... make install Could you adapt the INTERNALINCLUDEDIR to take the DESTDIR into account or do you have another solution to this ? cvs version from 17/5 works fine. Thanks, Kristof Pelckmans -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-cvs" as subject.
