Ville Syrjälä schrieb: > On Wed, Jan 24, 2007 at 06:14:14PM +0200, [EMAIL PROTECTED] wrote: >> Hi all, >> >> Relevant background >> -------------------------- >> >> I want to use DFB on a MIPS simulator I am working on. I am using (actually a >> simulator of-, something akin to QEMU) an embedded MIPS24K processor and a >> 2.6.10 kernel with a working framebuffer device (that is, fbcon works for >> instance). >> > <snip> >> I was unable to make this work (telling the configure script to install to >> /mnt/usr/local makes the dynamic linking to be to /mnt/use/local/lib during >> run >> time, where it should link to /usr/local/lib and this is just one example of >> why installing to a non-defulat directory doesn't work). Should this be >> possible after all? / anyone managed to do this? – please explain how. > > 'configure --prefix=/usr/local' + 'make DESTDIR=/mnt install' should do > the trick.
You've been faster :) >> Another problem I have is that afterwards, when initializing the input >> drivers, >> I get: >> >> # /usr/local/bin/dfbdump > <snip> >> (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 272)... >> (*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org) >> (!) [ 269: 0.000] --> Caught signal 11 (at 0x4, invalid address) <-- >> > <snip> >> >> (I have no joystick connected, nor do I have kernel support for one, nor do I >> want one. Id prefer if were possible to work without input at all at least >> for >> starters) > > You can disable all input modules during configure or at run-time (see > disable-module in directfbrc(5)). Yes, this should work around it. The problem could be a race condition with events being sent too early. Please configure using "--enable-debug" and if you don't fear "--enable-trace" which uses -finstrument-functions to give a stack trace on every error message, warning, bug, signal etc. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
