Other Help Topics :: How was fuse added to DSL
Occasionally, when I'm trying to compile something for DSL using the 2.4.26 kernel sources I get an error message of the form "cannot find file *.h"
Up until now, I've been able to fix the problem by either adding a symlink to where the missing *.h file is (eg link /asm to /asm-i386) or by copying the missing *.h file from the Knoppix 3.4 CD (eg pci.h)
I've been trying to compile obexfs for DSL and it complains that it cannot find fuse.h - I cannot find the file in the kernel sources or on the Knoppix 3.4 CD.
Since I can load the fuse module in DSL, I believe DSL includes fuse but where can I find a suitable fuse.h file?
I'm guessing the newest was used... (1.7) but I'm not sure. (I don't think it's included in the vanilla kernel either?)
See http://sourceforge.net/project....=140425
Thanks for that - in the end, it looks like fuse-2.6.3 was what I was looking for.
As usual, after fixing one error, ./configure then threw up another 
original here.