Autor Tópico: Poblemas na compilação do fuseiso ?  (Lida 989 vezes)

Offline sousa_sil

  • Usuário Ubuntu
  • *
  • Mensagens: 6
    • Ver perfil
Poblemas na compilação do fuseiso ?
« Online: 20 de Fevereiro de 2010, 19:21 »
Caros gostaria que vocês me ajudasse, pois quando compilar o arquivo fuseiso-20061017.tar, seguindo um guia aparece as mensagems na tela abaixo.
1$ ./configure
2$ make
3$ su
4# make install.
root@sousagreici-desktop:/home/sousagreici/Downloads/fuseiso-20061017# ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking for gcc... gcc
checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ld used by gcc... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for /usr/bin/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/bin/nm -B

checking whether ln -s works... yes

checking how to recognise dependent libraries... pass_all

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes
checking for sys/types.h... yes

checking for sys/stat.h... yes
checking for stdlib.h... yes

checking for string.h... yes
checking for memory.h... yes

checking for strings.h... yes
checking for inttypes.h... yes

checking for stdint.h... yes
checking for unistd.h... yes

checking dlfcn.h usability... yes
checking dlfcn.h presence... yes

checking for dlfcn.h... yes
checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking how to run the C++ preprocessor... g++ -E

checking for g77... no
checking for f77... no

checking for xlf... no
checking for frt... no

checking for pgf77... no
checking for cf77... no

checking for fort77... no
checking for fl32... no

checking for af77... no
checking for f90... no

checking for xlf90... no
checking for pgf90... no

checking for pghpf... no
checking for epcf90... no

checking for gfortran... no
checking for g95... no

checking for f95... no
checking for fort... no

checking for xlf95... no
checking for ifort... no

checking for ifc... no
checking for efc... no

checking for pgf95... no
checking for lf95... no

checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no

checking the maximum length of command line arguments... 32768

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking for objdir... .libs
checking for ar... ar

checking for ranlib... ranlib
checking for strip... strip

checking for correct ltmain.sh version... yes

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC

checking if gcc PIC flag -fPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

configure: creating libtool

appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes

checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes

checking if g++ supports -c -o file.o... yes

checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool

configure: creating ./config.status

config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating zAppRun/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands



root@sousagreici-desktop:/home/sousagreici/Downloads/fuseiso-20061017# make
make  all-recursive
make[1]: Entrando no diretório `/home/sousagreici/Downloads/fuseiso-20061017'
Making all in src
make[2]: Entrando no diretório `/home/sousagreici/Downloads/fuseiso-20061017/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -g -O2 -MT fuseiso.o -MD -MP -MF ".deps/fuseiso.Tpo" -c -o fuseiso.o fuseiso.c; \

   then mv -f ".deps/fuseiso.Tpo" ".deps/fuseiso.Po"; else rm -f ".deps/fuseiso.Tpo"; exit 1; fi
Package fuse was not found in the pkg-config search path.

Perhaps you should add the directory containing `fuse.pc'

to the PKG_CONFIG_PATH environment variable
No package 'fuse' found

Package glib-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `glib-2.0.pc'

to the PKG_CONFIG_PATH environment variable

No package 'glib-2.0' found

fuseiso.c:42:18: error: fuse.h: Arquivo ou diretório não encontrado

In file included from fuseiso.c:48:

isofs.h:162: warning: ‘struct statfs’ declared inside parameter list

isofs.h:162: warning: its scope is only this definition or declaration, which is probably not what you want
fuseiso.c: In function ‘normalize_name’:

fuseiso.c:66: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result
fuseiso.c: At top level:

fuseiso.c:226: warning: ‘struct fuse_file_info’ declared inside parameter list

fuseiso.c:232: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:237: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:259: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:263: error: expected declaration specifiers or ‘...’ before ‘fuse_fill_dir_t’
fuseiso.c:264: warning: ‘struct fuse_file_info’ declared inside parameter list

fuseiso.c: In function ‘isofs_readdir’:

fuseiso.c:265: error: ‘filler’ undeclared (first use in this function)
fuseiso.c:265: error: (Each undeclared identifier is reported only once

fuseiso.c:265: error: for each function it appears in.)

fuseiso.c: At top level:

fuseiso.c:268: warning: ‘struct statfs’ declared inside parameter list
fuseiso.c: In function ‘isofs_statfs’:

fuseiso.c:270: warning: passing argument 1 of ‘isofs_real_statfs’ from incompatible pointer type
isofs.h:162: note: expected ‘struct statfs *’ but argument is of type ‘struct statfs *’
fuseiso.c: At top level:

fuseiso.c:273: error: variable ‘isofs_oper’ has initializer but incomplete type
fuseiso.c:274: error: unknown field ‘getattr’ specified in initializer

fuseiso.c:274: warning: excess elements in struct initializer

fuseiso.c:274: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:275: error: unknown field ‘readlink’ specified in initializer

fuseiso.c:275: warning: excess elements in struct initializer

fuseiso.c:275: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:276: error: unknown field ‘open’ specified in initializer

fuseiso.c:276: warning: excess elements in struct initializer

fuseiso.c:276: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:277: error: unknown field ‘read’ specified in initializer

fuseiso.c:277: warning: excess elements in struct initializer

fuseiso.c:277: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:278: error: unknown field ‘flush’ specified in initializer

fuseiso.c:278: warning: excess elements in struct initializer

fuseiso.c:278: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:279: error: unknown field ‘init’ specified in initializer

fuseiso.c:279: warning: excess elements in struct initializer

fuseiso.c:279: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:280: error: unknown field ‘destroy’ specified in initializer

fuseiso.c:280: warning: excess elements in struct initializer

fuseiso.c:280: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:281: error: unknown field ‘opendir’ specified in initializer

fuseiso.c:281: warning: excess elements in struct initializer

fuseiso.c:281: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:282: error: unknown field ‘readdir’ specified in initializer

fuseiso.c:282: warning: excess elements in struct initializer

fuseiso.c:282: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:283: error: unknown field ‘statfs’ specified in initializer

fuseiso.c:283: warning: excess elements in struct initializer

fuseiso.c:283: warning: (near initialization for ‘isofs_oper’)

fuseiso.c: In function ‘main’:
fuseiso.c:419: warning: implicit declaration of function ‘fuse_main’
make[2]: ** [fuseiso.o] Erro 1
make[2]: Saindo do diretório `/home/sousagreici/Downloads/fuseiso-20061017/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/home/sousagreici/Downloads/fuseiso-20061017'
make: ** [all] Erro 2



root@sousagreici-desktop:/home/sousagreici/Downloads/fuseiso-20061017#
root@sousagreici-desktop:/home/sousagreici/Downloads/fuseiso-20061017# make install
Making install in src
make[1]: Entrando no diretório `/home/sousagreici/Downloads/fuseiso-20061017/src'

if gcc -DHAVE_CONFIG_H -I. -I. -I..    -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -g -O2 -MT fuseiso.o -MD -MP -MF ".deps/fuseiso.Tpo" -c -o fuseiso.o fuseiso.c; \

   then mv -f ".deps/fuseiso.Tpo" ".deps/fuseiso.Po"; else rm -f ".deps/fuseiso.Tpo"; exit 1; fi

Package fuse was not found in the pkg-config search path.

Perhaps you should add the directory containing `fuse.pc'

to the PKG_CONFIG_PATH environment variable

No package 'fuse' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'

to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
fuseiso.c:42:18: error: fuse.h: Arquivo ou diretório não encontrado
In file included from fuseiso.c:48:
isofs.h:162: warning: ‘struct statfs’ declared inside parameter list

isofs.h:162: warning: its scope is only this definition or declaration, which is probably not what you want
fuseiso.c: In function ‘normalize_name’:

fuseiso.c:66: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result

fuseiso.c: At top level:

fuseiso.c:226: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:232: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:237: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:259: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c:263: error: expected declaration specifiers or ‘...’ before ‘fuse_fill_dir_t’
fuseiso.c:264: warning: ‘struct fuse_file_info’ declared inside parameter list
fuseiso.c: In function ‘isofs_readdir’:

fuseiso.c:265: error: ‘filler’ undeclared (first use in this function)

fuseiso.c:265: error: (Each undeclared identifier is reported only once
fuseiso.c:265: error: for each function it appears in.)

fuseiso.c: At top level:
fuseiso.c:268: warning: ‘struct statfs’ declared inside parameter list
fuseiso.c: In function ‘isofs_statfs’:
fuseiso.c:270: warning: passing argument 1 of ‘isofs_real_statfs’ from incompatible pointer type

isofs.h:162: note: expected ‘struct statfs *’ but argument is of type ‘struct statfs *’
fuseiso.c: At top level:
fuseiso.c:273: error: variable ‘isofs_oper’ has initializer but incomplete type
fuseiso.c:274: error: unknown field ‘getattr’ specified in initializer
fuseiso.c:274: warning: excess elements in struct initializer
fuseiso.c:274: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:275: error: unknown field ‘readlink’ specified in initializer

fuseiso.c:275: warning: excess elements in struct initializer
fuseiso.c:275: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:276: error: unknown field ‘open’ specified in initializer
fuseiso.c:276: warning: excess elements in struct initializer
fuseiso.c:276: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:277: error: unknown field ‘read’ specified in initializer
fuseiso.c:277: warning: excess elements in struct initializer
fuseiso.c:277: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:278: error: unknown field ‘flush’ specified in initializer
fuseiso.c:278: warning: excess elements in struct initializer
fuseiso.c:278: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:279: error: unknown field ‘init’ specified in initializer
fuseiso.c:279: warning: excess elements in struct initializer

fuseiso.c:279: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:280: error: unknown field ‘destroy’ specified in initializer
fuseiso.c:280: warning: excess elements in struct initializer
fuseiso.c:280: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:281: error: unknown field ‘opendir’ specified in initializer
fuseiso.c:281: warning: excess elements in struct initializer

fuseiso.c:281: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:282: error: unknown field ‘readdir’ specified in initializer

fuseiso.c:282: warning: excess elements in struct initializer
fuseiso.c:282: warning: (near initialization for ‘isofs_oper’)

fuseiso.c:283: error: unknown field ‘statfs’ specified in initializer
fuseiso.c:283: warning: excess elements in struct initializer
fuseiso.c:283: warning: (near initialization for ‘isofs_oper’)

fuseiso.c: In function ‘main’:
fuseiso.c:419: warning: implicit declaration of function ‘fuse_main’
make[1]: ** [fuseiso.o] Erro 1
make[1]: Saindo do diretório `/home/sousagreici/Downloads/fuseiso-20061017/src'
make: ** [install-recursive] Erro 1
root@sousagreici-desktop:/home/sousagreici/Downloads/fuseiso-20061017#


O que esta faltando ?