Thank you for your help, the config.log provides the missing information. The cross compiler I'm using has a standard include directory in /opt/elinos/cdk/x86/386/glibc-2.3.2/i386-linux/include After manually copying fusion.h to /opt/elinos/cdk/x86/386/glibc-2.3.2/i386-linux/include/linux the configure script runs without a problem. I played around a little bit with the configure command line options like --includedir and --oldincludedir, but the only way to run "configure" properly was to manually copy fusion.h to the standard include dir of the cross compiler. As far as I can see it would be a good thing to have another way to tell the configure script where fusion.h is located. Fusion.h has to be manually copied on any system, because the makefile of linux-fusion-1.1 is not taking care for fusion.h. Oliver -------- Original Message -------- Subject: Re: Re-8: [directfb-users] Fusion + DirectFB 0.9.24 (08-Nov-2005 10:09) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] > [EMAIL PROTECTED] wrote: > > > > > > > > >>Copy it to /usr/include/linux. > >> > >> > >> > >Copying to /usr/include/linux didn't help either. > >I have no idea what configure is checking with > > > > > >>checking linux/fusion.h usability... no > >>checking linux/fusion.h presence... no > >>checking for linux/fusion.h... no > >>configure: error: > >> > >> > > > >Do you ? > > > >Oliver > > > >-------- Original Message -------- > >Subject: Re: Re-6: [directfb-users] Fusion + DirectFB 0.9.24 (07-Nov-2005 > 17:07) > >From: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > > > > > > > >>On Mon, Nov 07, 2005 at 03:56:42PM +0000, oliver.schlenker@ > smmotioncontrol. > >>de wrote: > >> > >> > >>> > >>>Even when using linux-fusion-1.1 I'm not able to compile DirectFB. > >>>I always end up with error > >>> > >>> > >>>>checking linux/fusion.h usability... no > >>>>checking linux/fusion.h presence... no > >>>>checking for linux/fusion.h... no > >>>>configure: error: > >>>> > >>>> > >>>I'd manually copied fusion.h to several places (/usr/include, /usr/ > locale/ > >>>include), but > >>>it doesn't look like the configure script is able to find it. > >>> > >>> > >>Copy it to /usr/include/linux. > >> > >>-- > >> > Have you checked the config.log, look for fusion you may get a clue from > there. > > Duncan > > _______________________________________________ > directfb-users mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users > _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
