Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1604 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Logiciels

  compiler libisofs

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

compiler libisofs

n°997092
sebfun
Posté le 02-01-2008 à 19:10:13  profilanswer
 

:hello:  
je suis sous xubuntu 7.10
pour la compilation de libisofs 2.8 , a la fin de "make check" , j'ai çà  
 
"
test/test_exclude.c:32: attention : implicit declaration of function «CU_add_test"
test/test_exclude.c:32: erreur: «pSuite" undeclared (first use in this function)
make[1]: *** [test/test_test-test_exclude.o] Erreur 1
make[1]: quittant le répertoire « /home/sebastien/libisofs-0.2.8 »
make: *** [check-am] Erreur 2
"
 
que faire svp , jcomprend pas :/  
 
(a noter que j'ai besoin de ce paquet pour compiler xfburn svn :) )
 
 :jap:


Message édité par sebfun le 02-01-2008 à 19:16:35
mood
Publicité
Posté le 02-01-2008 à 19:10:13  profilanswer
 

n°997096
zecrazytux
Posté le 02-01-2008 à 19:13:57  profilanswer
 

distro ?
 
y a pas de paquet dispos :o ?
 


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°997098
sebfun
Posté le 02-01-2008 à 19:17:13  profilanswer
 

oups excuse , je suis sous xubuntu 7.10
il ya un paquet dispo mais dans la version 2.5 je crois , or il me faut le 2.8 :/


Message édité par sebfun le 02-01-2008 à 19:19:33
n°997100
sebfun
Posté le 02-01-2008 à 19:18:17  profilanswer
 

car quand je compile xfburn , j'ai çà
a la  commande "sudo ./autogen.sh "

 

checking for libisofs-1 >= 0.2.8... not found
*** The required package libisofs-1 was not found on your system.
*** Please install libisofs-1 (atleast version 0.2.8) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.


Message édité par sebfun le 02-01-2008 à 19:19:35
n°997103
zecrazytux
Posté le 02-01-2008 à 19:24:26  profilanswer
 

installe libcunit1 et libcunit1-dev


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°997107
sebfun
Posté le 02-01-2008 à 19:35:06  profilanswer
 

je commence la compil de libisofs , et meme resultat, malgré l'instalation des deux paquets :/

n°997110
zecrazytux
Posté le 02-01-2008 à 19:39:13  profilanswer
 

ton make check ça fait quoi ? (commande gcc toussa)


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°997112
sebfun
Posté le 02-01-2008 à 19:42:23  profilanswer
 

normalement sa check si j'ai les dépendances
dans la doc de xfburn c'est ce qui est dit :)

n°997113
sebfun
Posté le 02-01-2008 à 19:43:53  profilanswer
 

pourtant le ./configure de libisofs me semble bon  
 
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for a sed that does not truncate output... /bin/sed
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 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 xlf... no
checking for f77... 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 xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... 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 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) 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
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) 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) 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
checking for a BSD-compatible install... /usr/bin/install -c
checking for struct tm.tm_gmtoff... yes
checking target operating system... linux
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/doxygen.conf
config.status: creating version.h
config.status: creating libisofs-1.pc
config.status: executing depfiles commands

n°997115
sebfun
Posté le 02-01-2008 à 19:45:01  profilanswer
 

mais le make :/  
 

Code :
  1. depbase=`echo libisofs/tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  2.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/tree.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/tree.lo libisofs/tree.c; \
  3.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  4. In file included from libisofs/tree.h:25,
  5.                  from libisofs/tree.c:22:
  6. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  7. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  8. In file included from libisofs/tree.c:22:
  9. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  10. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  11. In file included from libisofs/tree.c:23:
  12. libisofs/exclude.h:30:1: warning: C++ style comments are not allowed in ISO C90
  13. libisofs/exclude.h:30:1: warning: (this will be reported only once per input file)
  14. libisofs/tree.c:114:39: warning: C++ style comments are not allowed in ISO C90
  15. libisofs/tree.c:114:39: warning: (this will be reported only once per input file)
  16. libisofs/tree.c: In function 'iso_tree_radd_dir_aux':
  17. libisofs/tree.c:298: warning: ISO C90 forbids variable-size array 'child'
  18. libisofs/tree.c: In function 'iso_tree_radd_dir':
  19. libisofs/tree.c:356: warning: 'return' with a value, in function returning void
  20. libisofs/tree.c: In function 'iso_tree_print':
  21. libisofs/tree.c:362: warning: ISO C90 forbids variable-size array 'sp'
  22. depbase=`echo libisofs/volume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  23.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/volume.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/volume.lo libisofs/volume.c; \
  24.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  25. In file included from libisofs/volume.c:8:
  26. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  27. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  28. In file included from libisofs/volume.c:9:
  29. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  30. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  31. libisofs/volume.c:210:1: warning: C++ style comments are not allowed in ISO C90
  32. libisofs/volume.c:210:1: warning: (this will be reported only once per input file)
  33. depbase=`echo libisofs/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  34.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/util.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/util.lo libisofs/util.c; \
  35.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  36. In file included from libisofs/util.c:23:
  37. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  38. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  39. libisofs/util.c: In function 'convert_str':
  40. libisofs/util.c:58: warning: ISO C90 forbids variable-size array 'out'
  41. libisofs/util.c: In function 'iso_r_fileid':
  42. libisofs/util.c:573: warning: ISO C90 forbids mixed declarations and code
  43. depbase=`echo libisofs/ecma119.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  44.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/ecma119.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/ecma119.lo libisofs/ecma119.c; \
  45.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  46. In file included from libisofs/volume.h:11,
  47.                  from libisofs/ecma119.c:16:
  48. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  49. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  50. In file included from libisofs/ecma119.c:17:
  51. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  52. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  53. libisofs/ecma119.c:131:4: warning: C++ style comments are not allowed in ISO C90
  54. libisofs/ecma119.c:131:4: warning: (this will be reported only once per input file)
  55. depbase=`echo libisofs/ecma119_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  56.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/ecma119_tree.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/ecma119_tree.lo libisofs/ecma119_tree.c; \
  57.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  58. In file included from libisofs/tree.h:25,
  59.                  from libisofs/ecma119_tree.c:10:
  60. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  61. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  62. In file included from libisofs/ecma119_tree.c:10:
  63. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  64. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  65. libisofs/ecma119_tree.c: In function 'mangle_name':
  66. libisofs/ecma119_tree.c:520: warning: ISO C90 forbids variable-size array 'base'
  67. libisofs/ecma119_tree.c:520: warning: ISO C90 forbids variable-size array 'ext'
  68. libisofs/ecma119_tree.c: In function 'ecma119_tree_print':
  69. libisofs/ecma119_tree.c:614: warning: ISO C90 forbids variable-size array 'sp'
  70. depbase=`echo libisofs/susp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  71.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/susp.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/susp.lo libisofs/susp.c; \
  72.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  73. depbase=`echo libisofs/rockridge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  74.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/rockridge.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/rockridge.lo libisofs/rockridge.c; \
  75.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  76. In file included from libisofs/tree.h:25,
  77.                  from libisofs/rockridge.c:7:
  78. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  79. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  80. In file included from libisofs/rockridge.c:7:
  81. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  82. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  83. depbase=`echo libisofs/joliet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  84.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/joliet.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/joliet.lo libisofs/joliet.c; \
  85.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  86. In file included from libisofs/tree.h:25,
  87.                  from libisofs/joliet.c:7:
  88. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  89. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  90. In file included from libisofs/joliet.c:7:
  91. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  92. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  93. libisofs/joliet.c:88:4: warning: C++ style comments are not allowed in ISO C90
  94. libisofs/joliet.c:88:4: warning: (this will be reported only once per input file)
  95. depbase=`echo libisofs/exclude.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  96.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/exclude.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/exclude.lo libisofs/exclude.c; \
  97.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  98. In file included from libisofs/exclude.c:1:
  99. libisofs/exclude.h:30:1: warning: C++ style comments are not allowed in ISO C90
  100. libisofs/exclude.h:30:1: warning: (this will be reported only once per input file)
  101. depbase=`echo libisofs/hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  102.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/hash.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/hash.lo libisofs/hash.c; \
  103.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  104. depbase=`echo libisofs/file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  105.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/file.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/file.lo libisofs/file.c; \
  106.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  107. In file included from libisofs/tree.h:25,
  108.                  from libisofs/file.c:9:
  109. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  110. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  111. In file included from libisofs/file.c:9:
  112. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  113. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  114. libisofs/file.c:11:1: warning: C++ style comments are not allowed in ISO C90
  115. libisofs/file.c:11:1: warning: (this will be reported only once per input file)
  116. depbase=`echo libisofs/eltorito.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  117.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/eltorito.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/eltorito.lo libisofs/eltorito.c; \
  118.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  119. In file included from libisofs/eltorito.c:1:
  120. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  121. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  122. In file included from libisofs/eltorito.h:4,
  123.                  from libisofs/eltorito.c:3:
  124. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  125. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  126. libisofs/eltorito.c:349:3: warning: C++ style comments are not allowed in ISO C90
  127. libisofs/eltorito.c:349:3: warning: (this will be reported only once per input file)
  128. /bin/bash ./libtool --silent --tag=CC --mode=link gcc  -g -O2 -g -pedantic -Wall -DDEBUG   -o libisofs/libisofs.la -rpath /usr/local/lib -version-info 5:0:0 libisofs/tree.lo libisofs/volume.lo libisofs/util.lo libisofs/ecma119.lo libisofs/ecma119_tree.lo libisofs/susp.lo libisofs/rockridge.lo libisofs/joliet.lo libisofs/exclude.lo libisofs/hash.lo libisofs/file.lo libisofs/eltorito.lo 
  129. if gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.  -Ilibisofs   -g -O2 -g -pedantic -Wall -DDEBUG -MT test/test_iso-iso.o -MD -MP -MF "test/.deps/test_iso-iso.Tpo" -c -o test/test_iso-iso.o `test -f 'test/iso.c' || echo './'`test/iso.c; \
  130.         then mv -f "test/.deps/test_iso-iso.Tpo" "test/.deps/test_iso-iso.Po"; else rm -f "test/.deps/test_iso-iso.Tpo"; exit 1; fi
  131. Dans le fichier inclus à partir de test/iso.c:6:
  132. libisofs/libisofs.h:181:2: attention : Les commentaires à la C++ ne sont pas permis en C89 ISO
  133. libisofs/libisofs.h:181:2: attention : (ceci sera rapporté une seule fois seulement par fichier d'entrée)
  134. test/iso.c: In function «main":
  135. test/iso.c:113: attention : ISO C90 forbids mixed declarations and code
  136. test/iso.c:126: attention : ISO C90 forbids mixed declarations and code
  137. test/iso.c:130: attention : un élément de l'initialisation n'est pas évaluable lors du chargement
  138. test/iso.c:130: attention : un élément de l'initialisation n'est pas évaluable lors du chargement
  139. test/iso.c:130: attention : un élément de l'initialisation n'est pas évaluable lors du chargement
  140. /bin/bash ./libtool --silent --tag=CC --mode=link gcc  -g -O2 -g -pedantic -Wall -DDEBUG   -o test/iso  test/test_iso-iso.o libisofs/tree.lo libisofs/volume.lo libisofs/util.lo libisofs/ecma119.lo libisofs/ecma119_tree.lo libisofs/susp.lo libisofs/rockridge.lo libisofs/joliet.lo libisofs/exclude.lo libisofs/hash.lo libisofs/file.lo libisofs/eltorito.lo -lpthread
  141. if [ -f ./doc/doc.lock ]; then \
  142.                 rm -f -r doc/html; \
  143.                 doxygen doc/doxygen.conf; \
  144.         fi


Message édité par sebfun le 02-01-2008 à 19:45:42
mood
Publicité
Posté le 02-01-2008 à 19:45:01  profilanswer
 

n°997117
zecrazytux
Posté le 02-01-2008 à 19:45:52  profilanswer
 

pastebin moi le "make check" et "make" complet (oubli pas la coloration C et met le un jour seulement)


Message édité par zecrazytux le 02-01-2008 à 19:48:57

---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°997118
sebfun
Posté le 02-01-2008 à 19:48:11  profilanswer
 

euh ben je ne sais pas ....  
j'ai çà au make check  
 

Code :
  1. depbase=`echo libisofs/tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  2.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/tree.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/tree.lo libisofs/tree.c; \
  3.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  4. In file included from libisofs/tree.h:25,
  5.                  from libisofs/tree.c:22:
  6. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  7. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  8. In file included from libisofs/tree.c:22:
  9. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  10. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  11. In file included from libisofs/tree.c:23:
  12. libisofs/exclude.h:30:1: warning: C++ style comments are not allowed in ISO C90
  13. libisofs/exclude.h:30:1: warning: (this will be reported only once per input file)
  14. libisofs/tree.c:114:39: warning: C++ style comments are not allowed in ISO C90
  15. libisofs/tree.c:114:39: warning: (this will be reported only once per input file)
  16. libisofs/tree.c: In function 'iso_tree_radd_dir_aux':
  17. libisofs/tree.c:298: warning: ISO C90 forbids variable-size array 'child'
  18. libisofs/tree.c: In function 'iso_tree_radd_dir':
  19. libisofs/tree.c:356: warning: 'return' with a value, in function returning void
  20. libisofs/tree.c: In function 'iso_tree_print':
  21. libisofs/tree.c:362: warning: ISO C90 forbids variable-size array 'sp'
  22. depbase=`echo libisofs/volume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  23.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/volume.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/volume.lo libisofs/volume.c; \
  24.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  25. In file included from libisofs/volume.c:8:
  26. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  27. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  28. In file included from libisofs/volume.c:9:
  29. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  30. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  31. libisofs/volume.c:210:1: warning: C++ style comments are not allowed in ISO C90
  32. libisofs/volume.c:210:1: warning: (this will be reported only once per input file)
  33. depbase=`echo libisofs/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  34.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/util.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/util.lo libisofs/util.c; \
  35.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  36. In file included from libisofs/util.c:23:
  37. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  38. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  39. libisofs/util.c: In function 'convert_str':
  40. libisofs/util.c:58: warning: ISO C90 forbids variable-size array 'out'
  41. libisofs/util.c: In function 'iso_r_fileid':
  42. libisofs/util.c:573: warning: ISO C90 forbids mixed declarations and code
  43. depbase=`echo libisofs/ecma119.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  44.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/ecma119.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/ecma119.lo libisofs/ecma119.c; \
  45.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  46. In file included from libisofs/volume.h:11,
  47.                  from libisofs/ecma119.c:16:
  48. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  49. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  50. In file included from libisofs/ecma119.c:17:
  51. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  52. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  53. libisofs/ecma119.c:131:4: warning: C++ style comments are not allowed in ISO C90
  54. libisofs/ecma119.c:131:4: warning: (this will be reported only once per input file)
  55. depbase=`echo libisofs/ecma119_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  56.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/ecma119_tree.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/ecma119_tree.lo libisofs/ecma119_tree.c; \
  57.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  58. In file included from libisofs/tree.h:25,
  59.                  from libisofs/ecma119_tree.c:10:
  60. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  61. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  62. In file included from libisofs/ecma119_tree.c:10:
  63. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  64. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  65. libisofs/ecma119_tree.c: In function 'mangle_name':
  66. libisofs/ecma119_tree.c:520: warning: ISO C90 forbids variable-size array 'base'
  67. libisofs/ecma119_tree.c:520: warning: ISO C90 forbids variable-size array 'ext'
  68. libisofs/ecma119_tree.c: In function 'ecma119_tree_print':
  69. libisofs/ecma119_tree.c:614: warning: ISO C90 forbids variable-size array 'sp'
  70. depbase=`echo libisofs/susp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  71.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/susp.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/susp.lo libisofs/susp.c; \
  72.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  73. depbase=`echo libisofs/rockridge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  74.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/rockridge.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/rockridge.lo libisofs/rockridge.c; \
  75.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  76. In file included from libisofs/tree.h:25,
  77.                  from libisofs/rockridge.c:7:
  78. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  79. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  80. In file included from libisofs/rockridge.c:7:
  81. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  82. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  83. depbase=`echo libisofs/joliet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  84.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/joliet.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/joliet.lo libisofs/joliet.c; \
  85.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  86. In file included from libisofs/tree.h:25,
  87.                  from libisofs/joliet.c:7:
  88. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  89. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  90. In file included from libisofs/joliet.c:7:
  91. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  92. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  93. libisofs/joliet.c:88:4: warning: C++ style comments are not allowed in ISO C90
  94. libisofs/joliet.c:88:4: warning: (this will be reported only once per input file)
  95. depbase=`echo libisofs/exclude.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  96.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/exclude.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/exclude.lo libisofs/exclude.c; \
  97.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  98. In file included from libisofs/exclude.c:1:
  99. libisofs/exclude.h:30:1: warning: C++ style comments are not allowed in ISO C90
  100. libisofs/exclude.h:30:1: warning: (this will be reported only once per input file)
  101. depbase=`echo libisofs/hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  102.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/hash.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/hash.lo libisofs/hash.c; \
  103.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  104. depbase=`echo libisofs/file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  105.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/file.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/file.lo libisofs/file.c; \
  106.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  107. In file included from libisofs/tree.h:25,
  108.                  from libisofs/file.c:9:
  109. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  110. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  111. In file included from libisofs/file.c:9:
  112. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  113. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  114. libisofs/file.c:11:1: warning: C++ style comments are not allowed in ISO C90
  115. libisofs/file.c:11:1: warning: (this will be reported only once per input file)
  116. depbase=`echo libisofs/eltorito.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
  117.         if /bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.     -g -O2 -g -pedantic -Wall -DDEBUG -MT libisofs/eltorito.lo -MD -MP -MF "$depbase.Tpo" -c -o libisofs/eltorito.lo libisofs/eltorito.c; \
  118.         then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
  119. In file included from libisofs/eltorito.c:1:
  120. libisofs/libisofs.h:181:2: warning: C++ style comments are not allowed in ISO C90
  121. libisofs/libisofs.h:181:2: warning: (this will be reported only once per input file)
  122. In file included from libisofs/eltorito.h:4,
  123.                  from libisofs/eltorito.c:3:
  124. libisofs/tree.h:27:1: warning: C++ style comments are not allowed in ISO C90
  125. libisofs/tree.h:27:1: warning: (this will be reported only once per input file)
  126. libisofs/eltorito.c:349:3: warning: C++ style comments are not allowed in ISO C90
  127. libisofs/eltorito.c:349:3: warning: (this will be reported only once per input file)
  128. /bin/bash ./libtool --silent --tag=CC --mode=link gcc  -g -O2 -g -pedantic -Wall -DDEBUG   -o libisofs/libisofs.la -rpath /usr/local/lib -version-info 5:0:0 libisofs/tree.lo libisofs/volume.lo libisofs/util.lo libisofs/ecma119.lo libisofs/ecma119_tree.lo libisofs/susp.lo libisofs/rockridge.lo libisofs/joliet.lo libisofs/exclude.lo libisofs/hash.lo libisofs/file.lo libisofs/eltorito.lo 
  129. if gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.  -Ilibisofs   -g -O2 -g -pedantic -Wall -DDEBUG -MT test/test_iso-iso.o -MD -MP -MF "test/.deps/test_iso-iso.Tpo" -c -o test/test_iso-iso.o `test -f 'test/iso.c' || echo './'`test/iso.c; \
  130.         then mv -f "test/.deps/test_iso-iso.Tpo" "test/.deps/test_iso-iso.Po"; else rm -f "test/.deps/test_iso-iso.Tpo"; exit 1; fi
  131. Dans le fichier inclus à partir de test/iso.c:6:
  132. libisofs/libisofs.h:181:2: attention : Les commentaires à la C++ ne sont pas permis en C89 ISO
  133. libisofs/libisofs.h:181:2: attention : (ceci sera rapporté une seule fois seulement par fichier d'entrée)
  134. test/iso.c: In function «main":
  135. test/iso.c:113: attention : ISO C90 forbids mixed declarations and code
  136. test/iso.c:126: attention : ISO C90 forbids mixed declarations and code
  137. test/iso.c:130: attention : un élément de l'initialisation n'est pas évaluable lors du chargement
  138. test/iso.c:130: attention : un élément de l'initialisation n'est pas évaluable lors du chargement
  139. test/iso.c:130: attention : un élément de l'initialisation n'est pas évaluable lors du chargement
  140. /bin/bash ./libtool --silent --tag=CC --mode=link gcc  -g -O2 -g -pedantic -Wall -DDEBUG   -o test/iso  test/test_iso-iso.o libisofs/tree.lo libisofs/volume.lo libisofs/util.lo libisofs/ecma119.lo libisofs/ecma119_tree.lo libisofs/susp.lo libisofs/rockridge.lo libisofs/joliet.lo libisofs/exclude.lo libisofs/hash.lo libisofs/file.lo libisofs/eltorito.lo -lpthread
  141. make  test/test
  142. make[1]: entrant dans le répertoire « /home/sebastien/libisofs-0.2.8 »
  143. if gcc -DPACKAGE_NAME=\"libisofs\" -DPACKAGE_TARNAME=\"libisofs\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"libisofs\ 0.2.8\" -DPACKAGE_BUGREPORT=\"http://libburnia-project.org\" -DPACKAGE=\"libisofs\" -DVERSION=\"0.2.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FSEEKO=1 -DHAVE_DLFCN_H=1 -DHAVE_TM_GMTOFF=1 -I. -I.  -Ilibisofs   -g -O2 -g -pedantic -Wall -DDEBUG -MT test/test_test-test_exclude.o -MD -MP -MF "test/.deps/test_test-test_exclude.Tpo" -c -o test/test_test-test_exclude.o `test -f 'test/test_exclude.c' || echo './'`test/test_exclude.c; \
  144.         then mv -f "test/.deps/test_test-test_exclude.Tpo" "test/.deps/test_test-test_exclude.Po"; else rm -f "test/.deps/test_test-test_exclude.Tpo"; exit 1; fi
  145. Dans le fichier inclus à partir de test/test_exclude.c:6:
  146. libisofs/exclude.h:30:1: attention : Les commentaires à la C++ ne sont pas permis en C89 ISO
  147. libisofs/exclude.h:30:1: attention : (ceci sera rapporté une seule fois seulement par fichier d'entrée)
  148. test/test_exclude.c:7:18: erreur: test.h : Aucun fichier ou répertoire de ce type
  149. test/test_exclude.c: In function «test_exclude":
  150. test/test_exclude.c:15: attention : implicit declaration of function «CU_ASSERT_FALSE"
  151. test/test_exclude.c:18: attention : implicit declaration of function «CU_ASSERT_TRUE"
  152. test/test_exclude.c: In function «add_exclude_suite":
  153. test/test_exclude.c:30: erreur: «CU_pSuite" undeclared (first use in this function)
  154. test/test_exclude.c:30: erreur: (Each undeclared identifier is reported only once
  155. test/test_exclude.c:30: erreur: for each function it appears in.)
  156. test/test_exclude.c:30: erreur: expected «;" before «pSuite"
  157. test/test_exclude.c:32: attention : implicit declaration of function «CU_add_test"
  158. test/test_exclude.c:32: erreur: «pSuite" undeclared (first use in this function)
  159. make[1]: *** [test/test_test-test_exclude.o] Erreur 1
  160. make[1]: quittant le répertoire « /home/sebastien/libisofs-0.2.8 »
  161. make: *** [check-am] Erreur 2

n°997119
zecrazytux
Posté le 02-01-2008 à 19:55:09  profilanswer
 

apt-get install bash-builtins


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°997122
sebfun
Posté le 02-01-2008 à 20:23:41  profilanswer
 

sa y'est , xfburn svn est installé  
merci a toi :jap:

n°997129
zecrazytux
Posté le 02-01-2008 à 20:37:10  profilanswer
 

sebfun a écrit :

sa y'est , xfburn svn est installé  
merci a toi :jap:


 
mais de rien ;)
 
la marche à suivre:
 
- tu cherche les "no such file or directory" ou la même en francais,
- sur Debian ou Debian-based, tu apt-file search le_fichier (apt-get install apt-file && apt-file update) (ici j'ai greppé "/test.h$" car il y a pas mal de fichiers contenant ce nom !
- tu installe le paquet qui contient ce fameux fichier
 
sur Mandriva, tu as urpmf qui fait un peu dans le genre de apt-file search, pour les autres distros je sais pas, je suis Debian addict :)


---------------
Blog photo/récits activités en montagne http://planetcaravan.net
n°997141
sebfun
Posté le 02-01-2008 à 20:46:40  profilanswer
 

:jap: ok sa va m'aider çà


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Logiciels

  compiler libisofs

 

Sujets relatifs
[Debian] Compiler en binaire statique + changer l'archicompiler soau lol
conky: impossible de compiler sous debian sarge[Expliqué]Pourquoi doit-on compiler son driver?
Problème pour compiler beaglecross compiler une appli maison vers win32
Il me manque gdal-config pour compiler un programme[Kernel] Compiler libata en dur
[Gentoo] Compiler un kernel pour archi différente x86 sur x86_64[OpenBSD] compiler apache sous openBSD 3.8
Plus de sujets relatifs à : compiler libisofs


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR