> I'm just building directfb now. When I tried building it before (with Mark > Adams field parity patch), I got an error because it couldn't find > fbdev/fbdev.h. Is this the same error you were getting? I'm leaving it > building whilst I go out so I'll see if it fails with that for me now...
Hi, Just got round to updating to 0.9.23 myself. The compile problem you had is because my patch changes Makefile.am but not Makefile.in and the 0.9.23 release tar file doesn't contain the necessary to re-create Makefile.in from Makefile.am. I didn't include the diff for Makefile.in because I'm obviously using a different version of autoconf/automake to the maintainer and the diffs are basically the entire file. However, all that's actually needed is the attached small patch to Makefile.in which you can append to the bits you already have. Alternatively, you could download the snapshot 2005-10-19-04-25-10-UTC which _is_ 0.9.23 but includes everything needed to recreate from scratch (via autogen.sh). Regards, Mark _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
