On Tue, Jun 17, 2008 at 04:59:52PM -0500, Diego Ramos V. wrote:
> diegorval:/home/diego/build/tools-20070815# make > anex1
> uml_mount.c:1:32: error: fuse/fuse_lowlevel.h: No existe el fichero o el
> directorio
> uml_mount.c: In function 'init_fuse':
> uml_mount.c:9: error: variable 'args' has initializer but incomplete type
> uml_mount.c:9: warning: implicit declaration of function 'FUSE_ARGS_INIT'
> uml_mount.c:9: error: storage size of 'args' isn't known
> uml_mount.c:12: warning: implicit declaration of function
> 'fuse_parse_cmdline'
> uml_mount.c:14: warning: implicit declaration of function 'fuse_mount'
> uml_mount.c:9: warning: unused variable 'args'
> make[1]: *** [uml_mount.o] Error 1
> make: *** [all] Error 2

Two things you can do, since you don't need fuse support -
    make -k
    comment out the umlfs entry in the SUBDIRS line in the top-level Makefile

                          Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to