install sequence of makefile :

install:
        (if test $(KERNEL_PATCHLEVEL) = 4; then cp $(SUB)/fusion.o 
$(KERNEL_MODLIB); else cp $(SUB)/fusion.ko $(KERNEL_MODLIB); fi) && depmod -ae

Does not have any action for copying fusion.h to some other place.
I'm cross compiling from a Cygwin shell the whole stuff, so I have
to change the makefile anyway.

I'm using linux-fusion-1.1. Should I use FusionSound-0.9.23 instead ?

Oliver
 

-------- Original Message --------
Subject: Re: [directfb-users] Fusion + DirectFB 0.9.24 (31-Okt-2005 18:46)
From:    [EMAIL PROTECTED]
To:      [EMAIL PROTECTED]

> Claudio Ciccani wrote:
> 
> > [EMAIL PROTECTED] wrote:
> >
> >> Hi,
> >>  
> >> trying to setup a system based on DirectFB 0.9.24, I ran into a 
> >> problem when configuring
> >> DirectFB. Configure ends up with the error message :
> >>  
> >> checking linux/fusion.h usability... no
> >> checking linux/fusion.h presence... no
> >> checking for linux/fusion.h... no
> >> configure: error:
> >>  
> >> *** Multi application core requires Fusion Kernel Device (see README).
> >> Fusion did compile without any problems, but where should I place 
> >> fusion.h ?
> >
> >
> > /usr/include/linux/
> >
> >> Copyied it already to some standard include dirs, but without success.
> >
> Don't really understand why the make file for linux-fusion doesn't copy 
> fusion.h automatically to /usr/include/linux when make install is executed.
> 
> Duncan
> 


To: [EMAIL PROTECTED]
    [EMAIL PROTECTED]
Cc: [email protected]


_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to