chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] a file system using Chicken


From: Matthew Welland
Subject: Re: [Chicken-users] a file system using Chicken
Date: Sat, 9 Jun 2007 20:13:05 -0700
User-agent: KMail/1.9.6

If I install as duggfs comes out of the box it fails per the listing below.

I changed the errno.i target in the makefile to:

errno.i:
        ./gen_errno.sh >errno.i || $(RM) -f errno.i

and made gen_errno.sh executable and now it builds for me. I'm now having 
permission problems when running:

./start_duggfs.sh /tmp/duggfs

it runs as root but I can't cd /tmp/duggfs

I'll continue to fiddle with it.

===============errors with source in makefile================
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -sc 
xstat_mod.scm
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -o 
xstat_mod.so -s xstat_impl.o xstat_mod_wrap.o xstat_mod.o
cc -c -fPIC -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_RENTRANT -Wall 
-std=c99 
argv_impl.c -o argv_impl.o
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -sc 
argv_mod_wrap.c
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -sc 
argv_mod.scm
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -o 
argv_mod.so -s argv_impl.o argv_mod_wrap.o argv_mod.o
cc -c -fPIC -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_RENTRANT -Wall 
-std=c99 
mbox_impl.c -o mbox_impl.o
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -sc 
mbox_mod_wrap.c
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -sc 
mbox_mod.scm
csc -d2 -k -C -D_FILE_OFFSET_BITS=64 -inline -lambda-lift 
-optimize-leaf-routines  -o 
mbox_mod.so -s mbox_impl.o mbox_mod_wrap.o mbox_mod.o
cc -c -fPIC -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_RENTRANT -Wall 
-std=c99 
fusehi_msg_impl.c -o fusehi_msg_impl.o
f=`basename fusehi_msg.h .h`; sed -e "s/TEMPLATE/$f/g" template.i> 
fusehi_msg_mod.i
source gen_errno.sh >errno.i || rm -f -f errno.i
/bin/sh: source: not found
swig -chicken -I/usr/include/ -I/usr/lib/gcc/i486-linux-gnu/4.1.2//include/ 
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_RENTRANT -nounit -proxy 
-noclosuses 
fusehi_msg_mod.i
fusehi_msg.h:124: Error: Unable to find 'errno.i'
make: *** [fusehi_msg_mod_wrap.c] Error 1

duggfs compiled successfully
To start duggfs:

./start_duggfs.sh /tmp/duggfs


On Saturday 09 June 2007 04:22:51 pm Dan Muresan wrote:
> Hi,
>
> I've updated duggfs to address the compilation errors reported by Felix
> and Mario. I have taken a different approach by no longer attempting to
> get <fuse/*> through SWIG. This loses some functionality, but I believe
> it's the only workable solution.
>
> I kindly ask those who reported errors (as well as anyone else who wants
> to help out) to download the latest tarball from
> http://www.omnigia.com/scheme/duggfs/duggfs.tar.gz and give it a shot.
> On my own machine it now works both with fuse 2.5.x and fuse 2.6.x. You
> still need at least Fuse 2.5.x.
>
>
> Cheers,
> Dan
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users



-- 
http://www.kiatoa.com, fight for a better world.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]