Pages : 1
#1 Le 02/05/2008, à 19:52
- Hypnostick
Git & Compil
Bonjour ,
Voila j'ai un probleme , j''essaye de compiler les source de asa.pour pouvoir utiliser aegisub sous ubuntu 8.04.
j'ai installer le paquet git-core. avec la commande
git clone git://git.spaceboyz.net/asa.git
et ensuite j'ai essayé un ./configure mais sa me renvoyé une erreur
hypnostick@Otaku-Computer:~/asa$ ./configure
bash: ./configure: Aucun fichier ou répertoire de ce type
hynostick@Otaku-Computer:~/asa$
Merci d'avance pour votre aide
Hors ligne
#2 Le 02/05/2008, à 20:50
- Hypnostick
Re : Git & Compil
Personne pour m'aider ... C'est assez important il me faut aegisub rapidement !
Merci d'avance
Hors ligne
#3 Le 02/05/2008, à 22:13
- Le Farfadet Spatial
Re : Git & Compil
Salut à tous !
Hypnostic, c'est souvent vu comme un manque de savoir vivre de faire remonter son sujet moins d'une heure après l'avoir lancé. Laisse le temps aux intervenants du forum, tous bénévoles, de réagir.
Pour ton problème, dans un premier temps, que donne ceci :
hypnostick@Otaku-Computer:~/asa$ ls
Bref, je voudrais déjà voir ce que tu as récupéré chez toi.
À bientôt.
Le Farfadet Spatial
Hors ligne
#4 Le 02/05/2008, à 23:15
- Hypnostick
Re : Git & Compil
Désolé pour le manque de politesse une réponse rapide etait mon seul but et non de faire remonter le sujet Encore désolé ! Voila ce que me donne le ls
ac AUTHORS COPYING include Makefile.am po TODO
acinclude.m4 bootstrap csri interfaces NEWS README
asa.pc.in configure.ac Doxyfile lib patches tag_snap
Hors ligne
#5 Le 03/05/2008, à 01:07
- Link31
Re : Git & Compil
sh bootstrap
./configure
Hors ligne
#6 Le 03/05/2008, à 12:24
- Le Farfadet Spatial
Re : Git & Compil
Salut à tous !
Voilà, Link31 a très bien répondu (comme à son habitude).
Juste, rapidement : un ls t'aurait permis de te rendre compte tout de suite que ça ne servait à rien de taper « ./configure, » puisqu'il le scripte n'existait pas encore.
À bientôt.
Le Farfadet Spatial
Hors ligne
#7 Le 03/05/2008, à 12:37
- Hypnostick
Re : Git & Compil
Merci a vous deux :
Voila ce que sh bootstrap me renvoit :
--- IMPORTANT ---
this script creates "configure" from the various files.
it is VERY sensitive to the versions of the following tools:
ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493 2008/02/01 16:58:18)
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10.1
gettext (GNU gettext-runtime) 0.17
note: NEWER IS NOT BETTER!
if you can, try to avoid running this. really. try getting
a tarball. or tell me how to f***ing get it right. but unless
your name is Ulrich Drepper, you probably don't know either.
Anyway, if stuff breaks, look at configure.ac.
--- IMPORTANT ---
Copying file ABOUT-NLS
Copying file ac/config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/longdouble.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/signed.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file ac/mkinstalldirs
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Putting files in AC_CONFIG_AUX_DIR, `ac'.
configure.ac:4: installing `ac/install-sh'
configure.ac:4: installing `ac/missing'
backends/libass/Makefile.am: installing `ac/depcomp'
Putting files in AC_CONFIG_AUX_DIR, `ac'.
configure.ac:4: installing `ac/install-sh'
configure.ac:4: installing `ac/missing'
Makefile.am: installing `./INSTALL'
lib/Makefile.am:22: `%'-style pattern rules are a GNU make extension
lib/Makefile.am:23: `%'-style pattern rules are a GNU make extension
lib/Makefile.am:23: patsubst i686/%,%,$(objname: non-POSIX variable name
lib/Makefile.am:23: (probably a GNU make extension)
lib/Makefile.am:24: `%'-style pattern rules are a GNU make extension
lib/Makefile.am: installing `ac/depcomp'
configure.ac: installing `ac/ylwrap'
et voila ce que me renvoit le ./configure
hypnostick@hypnostick-laptop:~/asa$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking build system type... (cached) i686-pc-linux-gnu
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
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 for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
configure: --- checking basic system dependencies ---
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 endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
configure: --- checking major library dependencies ---
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FREETYPE... yes
checking for FONTCONFIG... yes
checking for PCRE... no
configure: WARNING: libpcre not available - no support for simple subtitle formats.
checking for FcFini... yes
checking for yasm... no
checking for nasm... no
configure: WARNING: neither yasm nor nasm found - not using i686 optimizations
checking for pow in -lm... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: --- done checking special dependencies ---
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 recognize 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... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -funroll-loops... yes
checking whether gcc supports -ffast-math... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for _strdup... no
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking whether _strdup is declared... no
checking whether strdup is declared... no
configure: creating ./config.status
config.status: creating asa.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating lib/amd64/Makefile
config.status: creating lib/i686/Makefile
config.status: creating lib/import/Makefile
config.status: creating interfaces/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
=== configuring in csri (/home/hypnostick/asa/csri)
configure: running /bin/bash ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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... i686-pc-linux-gnu
checking host system type... i686-pc-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 recognize 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 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... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for inflate in -lz... yes
checking for pow in -lm... yes
checking for png_init_io in -lpng... yes
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing dlopen... -ldl
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBASS... no
configure: WARNING: libass not found via pkg-config
checking for ass_library_init in -lass... no
checking ass/ass.h usability... no
checking ass/ass.h presence... no
checking for ass/ass.h... no
./configure: line 24015: auto: command not found
using search path: ${exec_prefix}/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib
building libass wrapper: no
configure: creating ./config.status
config.status: creating csri.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating subhelp/Makefile
config.status: creating lib/Makefile
config.status: creating frontends/Makefile
config.status: creating frontends/avisynth25/Makefile
config.status: creating frontends/cmdline/Makefile
config.status: creating backends/Makefile
config.status: creating backends/libass/Makefile
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing depfiles commands
configuration summary:
library installation path: ${exec_prefix}/lib/csri
build renderer & ssa libs: always built
simple formats (like SRT): no - pcre >= 6.5 missing
using optimization: none - renderer slower than a snail on slow-motion
Ensuite j'ai fais un make qui me renvoit sa
Making all in ac
make[1]: entrant dans le répertoire « /home/hypnostick/asa/ac »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/hypnostick/asa/ac »
Making all in csri
make[1]: entrant dans le répertoire « /home/hypnostick/asa/csri »
Making all in ac
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/ac »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/ac »
Making all in include
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make all-am
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/include »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/include »
Making all in subhelp
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/subhelp »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c -o libsubhelp_la-openfile.lo `test -f 'posix/openfile.c' || echo './'`posix/openfile.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -fPIC -DPIC -o .libs/libsubhelp_la-openfile.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -o libsubhelp_la-openfile.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-openfile.Tpo .deps/libsubhelp_la-openfile.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c -o libsubhelp_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libsubhelp_la-logging.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -o libsubhelp_la-logging.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-logging.Tpo .deps/libsubhelp_la-logging.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o libsubhelp.la libsubhelp_la-openfile.lo libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libsubhelp.a .libs/libsubhelp_la-openfile.o .libs/libsubhelp_la-logging.o
ranlib .libs/libsubhelp.a
creating libsubhelp.la
(cd .libs && rm -f libsubhelp.la && ln -s ../libsubhelp.la libsubhelp.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/subhelp »
Making all in lib
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/lib »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c -o libcsri_la-list.lo `test -f 'list.c' || echo './'`list.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -fPIC -DPIC -o .libs/libcsri_la-list.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -o libcsri_la-list.o >/dev/null 2>&1
mv -f .deps/libcsri_la-list.Tpo .deps/libcsri_la-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c -o libcsri_la-wrap.lo `test -f 'wrap.c' || echo './'`wrap.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -fPIC -DPIC -o .libs/libcsri_la-wrap.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -o libcsri_la-wrap.o >/dev/null 2>&1
mv -f .deps/libcsri_la-wrap.Tpo .deps/libcsri_la-wrap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c -o libcsri_la-enumerate.lo `test -f 'posix/enumerate.c' || echo './'`posix/enumerate.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -fPIC -DPIC -o .libs/libcsri_la-enumerate.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -o libcsri_la-enumerate.o >/dev/null 2>&1
mv -f .deps/libcsri_la-enumerate.Tpo .deps/libcsri_la-enumerate.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -static -o libcsri.la -rpath /usr/local/lib libcsri_la-list.lo libcsri_la-wrap.lo libcsri_la-enumerate.lo ../subhelp/libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libcsri.a libcsri_la-list.o libcsri_la-wrap.o libcsri_la-enumerate.o ../subhelp/libsubhelp_la-logging.o
ranlib .libs/libcsri.a
creating libcsri.la
(cd .libs && rm -f libcsri.la && ln -s ../libcsri.la libcsri.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/lib »
Making all in backends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
Making all in frontends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
Making all in avisynth25
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
Making all in cmdline
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT cmdmain.o -MD -MP -MF .deps/cmdmain.Tpo -c -o cmdmain.o cmdmain.c
mv -f .deps/cmdmain.Tpo .deps/cmdmain.Po
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/render.Tpo .deps/render.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/libcsri.la -ldl -lpng -lm -lz
mkdir .libs
gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/.libs/libcsri.a -ldl -lpng -lm -lz
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri »
make[1]: quittant le répertoire « /home/hypnostick/asa/csri »
Making all in include
make[1]: entrant dans le répertoire « /home/hypnostick/asa/include »
make all-am
make[2]: entrant dans le répertoire « /home/hypnostick/asa/include »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/include »
make[1]: quittant le répertoire « /home/hypnostick/asa/include »
Making all in lib
make[1]: entrant dans le répertoire « /home/hypnostick/asa/lib »
Making all in import
make[2]: entrant dans le répertoire « /home/hypnostick/asa/lib/import »
/bin/bash ../../ac/ylwrap imports_par.y y.tab.c imports_par.c y.tab.h imports_par.h y.output imports_par.output -- yacc -d
../../ac/ylwrap: line 111: yacc : commande introuvable
make[2]: *** [imports_par.c] Erreur 1
make[2]: quittant le répertoire « /home/hypnostick/asa/lib/import »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/hypnostick/asa/lib »
make: *** [all-recursive] Erreur 1
Pour finir un sudo make install
Making all in ac
make[1]: entrant dans le répertoire « /home/hypnostick/asa/ac »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/hypnostick/asa/ac »
Making all in csri
make[1]: entrant dans le répertoire « /home/hypnostick/asa/csri »
Making all in ac
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/ac »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/ac »
Making all in include
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make all-am
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/include »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/include »
Making all in subhelp
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/subhelp »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c -o libsubhelp_la-openfile.lo `test -f 'posix/openfile.c' || echo './'`posix/openfile.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -fPIC -DPIC -o .libs/libsubhelp_la-openfile.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -o libsubhelp_la-openfile.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-openfile.Tpo .deps/libsubhelp_la-openfile.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c -o libsubhelp_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libsubhelp_la-logging.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -o libsubhelp_la-logging.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-logging.Tpo .deps/libsubhelp_la-logging.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o libsubhelp.la libsubhelp_la-openfile.lo libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libsubhelp.a .libs/libsubhelp_la-openfile.o .libs/libsubhelp_la-logging.o
ranlib .libs/libsubhelp.a
creating libsubhelp.la
(cd .libs && rm -f libsubhelp.la && ln -s ../libsubhelp.la libsubhelp.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/subhelp »
Making all in lib
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/lib »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c -o libcsri_la-list.lo `test -f 'list.c' || echo './'`list.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -fPIC -DPIC -o .libs/libcsri_la-list.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -o libcsri_la-list.o >/dev/null 2>&1
mv -f .deps/libcsri_la-list.Tpo .deps/libcsri_la-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c -o libcsri_la-wrap.lo `test -f 'wrap.c' || echo './'`wrap.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -fPIC -DPIC -o .libs/libcsri_la-wrap.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -o libcsri_la-wrap.o >/dev/null 2>&1
mv -f .deps/libcsri_la-wrap.Tpo .deps/libcsri_la-wrap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c -o libcsri_la-enumerate.lo `test -f 'posix/enumerate.c' || echo './'`posix/enumerate.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -fPIC -DPIC -o .libs/libcsri_la-enumerate.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -o libcsri_la-enumerate.o >/dev/null 2>&1
mv -f .deps/libcsri_la-enumerate.Tpo .deps/libcsri_la-enumerate.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -static -o libcsri.la -rpath /usr/local/lib libcsri_la-list.lo libcsri_la-wrap.lo libcsri_la-enumerate.lo ../subhelp/libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libcsri.a libcsri_la-list.o libcsri_la-wrap.o libcsri_la-enumerate.o ../subhelp/libsubhelp_la-logging.o
ranlib .libs/libcsri.a
creating libcsri.la
(cd .libs && rm -f libcsri.la && ln -s ../libcsri.la libcsri.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/lib »
Making all in backends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
Making all in frontends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
Making all in avisynth25
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
Making all in cmdline
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT cmdmain.o -MD -MP -MF .deps/cmdmain.Tpo -c -o cmdmain.o cmdmain.c
mv -f .deps/cmdmain.Tpo .deps/cmdmain.Po
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/render.Tpo .deps/render.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/libcsri.la -ldl -lpng -lm -lz
mkdir .libs
gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/.libs/libcsri.a -ldl -lpng -lm -lz
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri »
make[1]: quittant le répertoire « /home/hypnostick/asa/csri »
Making all in include
make[1]: entrant dans le répertoire « /home/hypnostick/asa/include »
make all-am
make[2]: entrant dans le répertoire « /home/hypnostick/asa/include »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/include »
make[1]: quittant le répertoire « /home/hypnostick/asa/include »
Making all in lib
make[1]: entrant dans le répertoire « /home/hypnostick/asa/lib »
Making all in import
make[2]: entrant dans le répertoire « /home/hypnostick/asa/lib/import »
/bin/bash ../../ac/ylwrap imports_par.y y.tab.c imports_par.c y.tab.h imports_par.h y.output imports_par.output -- yacc -d
../../ac/ylwrap: line 111: yacc : commande introuvable
make[2]: *** [imports_par.c] Erreur 1
make[2]: quittant le répertoire « /home/hypnostick/asa/lib/import »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/hypnostick/asa/lib »
make: *** [all-recursive] Erreur 1
Le make et le make install me renvoyant tout les deux une jolie petite erreur !
Merci d'avance pour votre aide
Hors ligne
#8 Le 03/05/2008, à 13:39
- Le Farfadet Spatial
Re : Git & Compil
Salut à tous !
Si make te renvoie une erreur, ça ne sert à rien de lancer make install.
Par contre, il faut lire les messages d'erreurs : il te manque yacc. Sa version libre, c'est bison. Donc :
sudo apt-get install bison
Ensuite, relance ./configure, avant de faire make. Qu'est-ce que cela donne ?
À bientôt.
Le Farfadet Spatial
Hors ligne
#9 Le 03/05/2008, à 13:47
- Hypnostick
Re : Git & Compil
J'essaye sa tout de suite et je te dis !
Merci de me repondre si rapidement
Hors ligne
#10 Le 03/05/2008, à 14:01
- Hypnostick
Re : Git & Compil
Voila ce que ./configure me renvoit
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking build system type... (cached) i686-pc-linux-gnu
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
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 for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for bison... bison -y
checking for flex... no
checking for lex... no
configure: --- checking basic system dependencies ---
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 endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
configure: --- checking major library dependencies ---
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FREETYPE... yes
checking for FONTCONFIG... yes
checking for PCRE... no
configure: WARNING: libpcre not available - no support for simple subtitle formats.
checking for FcFini... yes
checking for yasm... no
checking for nasm... no
configure: WARNING: neither yasm nor nasm found - not using i686 optimizations
checking for pow in -lm... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: --- done checking special dependencies ---
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 recognize 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... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -funroll-loops... yes
checking whether gcc supports -ffast-math... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for _strdup... no
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking whether _strdup is declared... no
checking whether strdup is declared... no
configure: creating ./config.status
config.status: creating asa.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating lib/amd64/Makefile
config.status: creating lib/i686/Makefile
config.status: creating lib/import/Makefile
config.status: creating interfaces/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
=== configuring in csri (/home/hypnostick/asa/csri)
configure: running /bin/bash ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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... i686-pc-linux-gnu
checking host system type... i686-pc-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 recognize 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 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... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for inflate in -lz... yes
checking for pow in -lm... yes
checking for png_init_io in -lpng... yes
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing dlopen... -ldl
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBASS... no
configure: WARNING: libass not found via pkg-config
checking for ass_library_init in -lass... no
checking ass/ass.h usability... no
checking ass/ass.h presence... no
checking for ass/ass.h... no
./configure: line 24015: auto: command not found
using search path: ${exec_prefix}/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib
building libass wrapper: no
configure: creating ./config.status
config.status: creating csri.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating subhelp/Makefile
config.status: creating lib/Makefile
config.status: creating frontends/Makefile
config.status: creating frontends/avisynth25/Makefile
config.status: creating frontends/cmdline/Makefile
config.status: creating backends/Makefile
config.status: creating backends/libass/Makefile
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing depfiles commands
configuration summary:
library installation path: ${exec_prefix}/lib/csri
build renderer & ssa libs: always built
simple formats (like SRT): no - pcre >= 6.5 missing
using optimization: none - renderer slower than a snail on slow-motion
Apres installation de Bison biensur
Hors ligne
#11 Le 03/05/2008, à 18:09
- Le Farfadet Spatial
Re : Git & Compil
Salut à tous !
Je n'ai pas tout lu, mais j'ai l'impression qu'il te manque aussi flex. Installe ce paquet. Puis, relance ./configure.
Cela dit, ce script te fera toujours une énorme sortie, même si tout se passe bien. Donc, après, tente quand même le make (mais inutile de faire make install si make te sort une erreur).
À bientôt.
Le Farfadet Spatial
Hors ligne
#12 Le 03/05/2008, à 19:21
- Hypnostick
Re : Git & Compil
Voila ce que me renvoi ./configure maintenant
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking build system type... (cached) i686-pc-linux-gnu
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
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 for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
configure: --- checking basic system dependencies ---
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 endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
configure: --- checking major library dependencies ---
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FREETYPE... yes
checking for FONTCONFIG... yes
checking for PCRE... no
configure: WARNING: libpcre not available - no support for simple subtitle formats.
checking for FcFini... yes
checking for yasm... yasm
checking for pow in -lm... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: --- done checking special dependencies ---
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 recognize 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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -funroll-loops... yes
checking whether gcc supports -ffast-math... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for _strdup... no
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking whether _strdup is declared... no
checking whether strdup is declared... no
configure: creating ./config.status
config.status: creating asa.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating lib/amd64/Makefile
config.status: creating lib/i686/Makefile
config.status: creating lib/import/Makefile
config.status: creating interfaces/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
=== configuring in csri (/home/hypnostick/asa/csri)
configure: running /bin/bash ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
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... i686-pc-linux-gnu
checking host system type... i686-pc-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 recognize 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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for inflate in -lz... yes
checking for pow in -lm... yes
checking for png_init_io in -lpng... yes
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing dlopen... -ldl
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBASS... no
configure: WARNING: libass not found via pkg-config
checking for ass_library_init in -lass... no
checking ass/ass.h usability... no
checking ass/ass.h presence... no
checking for ass/ass.h... no
./configure: line 24015: auto: command not found
using search path: ${exec_prefix}/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib
building libass wrapper: no
configure: creating ./config.status
config.status: creating csri.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating subhelp/Makefile
config.status: creating lib/Makefile
config.status: creating frontends/Makefile
config.status: creating frontends/avisynth25/Makefile
config.status: creating frontends/cmdline/Makefile
config.status: creating backends/Makefile
config.status: creating backends/libass/Makefile
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing depfiles commands
configuration summary:
library installation path: ${exec_prefix}/lib/csri
build renderer & ssa libs: always built
simple formats (like SRT): no - pcre >= 6.5 missing
using optimization: SSE2
Et voici le résultat du make
Making all in ac
make[1]: entrant dans le répertoire « /home/hypnostick/asa/ac »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/hypnostick/asa/ac »
Making all in csri
make[1]: entrant dans le répertoire « /home/hypnostick/asa/csri »
Making all in ac
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/ac »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/ac »
Making all in include
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make all-am
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/include »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/include »
Making all in subhelp
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/subhelp »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c -o libsubhelp_la-openfile.lo `test -f 'posix/openfile.c' || echo './'`posix/openfile.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -fPIC -DPIC -o .libs/libsubhelp_la-openfile.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -o libsubhelp_la-openfile.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-openfile.Tpo .deps/libsubhelp_la-openfile.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c -o libsubhelp_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libsubhelp_la-logging.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -o libsubhelp_la-logging.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-logging.Tpo .deps/libsubhelp_la-logging.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o libsubhelp.la libsubhelp_la-openfile.lo libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libsubhelp.a .libs/libsubhelp_la-openfile.o .libs/libsubhelp_la-logging.o
ranlib .libs/libsubhelp.a
creating libsubhelp.la
(cd .libs && rm -f libsubhelp.la && ln -s ../libsubhelp.la libsubhelp.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/subhelp »
Making all in lib
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/lib »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c -o libcsri_la-list.lo `test -f 'list.c' || echo './'`list.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -fPIC -DPIC -o .libs/libcsri_la-list.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -o libcsri_la-list.o >/dev/null 2>&1
mv -f .deps/libcsri_la-list.Tpo .deps/libcsri_la-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c -o libcsri_la-wrap.lo `test -f 'wrap.c' || echo './'`wrap.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -fPIC -DPIC -o .libs/libcsri_la-wrap.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -o libcsri_la-wrap.o >/dev/null 2>&1
mv -f .deps/libcsri_la-wrap.Tpo .deps/libcsri_la-wrap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c -o libcsri_la-enumerate.lo `test -f 'posix/enumerate.c' || echo './'`posix/enumerate.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -fPIC -DPIC -o .libs/libcsri_la-enumerate.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -o libcsri_la-enumerate.o >/dev/null 2>&1
mv -f .deps/libcsri_la-enumerate.Tpo .deps/libcsri_la-enumerate.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -static -o libcsri.la -rpath /usr/local/lib libcsri_la-list.lo libcsri_la-wrap.lo libcsri_la-enumerate.lo ../subhelp/libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libcsri.a libcsri_la-list.o libcsri_la-wrap.o libcsri_la-enumerate.o ../subhelp/libsubhelp_la-logging.o
ranlib .libs/libcsri.a
creating libcsri.la
(cd .libs && rm -f libcsri.la && ln -s ../libcsri.la libcsri.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/lib »
Making all in backends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
Making all in frontends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
Making all in avisynth25
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
Making all in cmdline
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT cmdmain.o -MD -MP -MF .deps/cmdmain.Tpo -c -o cmdmain.o cmdmain.c
mv -f .deps/cmdmain.Tpo .deps/cmdmain.Po
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/render.Tpo .deps/render.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/libcsri.la -ldl -lpng -lm -lz
mkdir .libs
gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/.libs/libcsri.a -ldl -lpng -lm -lz
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri »
make[1]: quittant le répertoire « /home/hypnostick/asa/csri »
Making all in include
make[1]: entrant dans le répertoire « /home/hypnostick/asa/include »
make all-am
make[2]: entrant dans le répertoire « /home/hypnostick/asa/include »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/include »
make[1]: quittant le répertoire « /home/hypnostick/asa/include »
Making all in lib
make[1]: entrant dans le répertoire « /home/hypnostick/asa/lib »
Making all in import
make[2]: entrant dans le répertoire « /home/hypnostick/asa/lib/import »
/bin/bash ../../ac/ylwrap imports_par.y y.tab.c imports_par.c y.tab.h imports_par.h y.output imports_par.output -- bison -y -d
updating imports_par.h
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -DIMPORTS_PREP "-DIMPORTS=\"/usr/local/share/asa/imports\"" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_par.lo -MD -MP -MF .deps/imports_par.Tpo -c -o imports_par.lo imports_par.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -DIMPORTS_PREP -DIMPORTS=\"/usr/local/share/asa/imports\" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_par.lo -MD -MP -MF .deps/imports_par.Tpo -c imports_par.c -fPIC -DPIC -o .libs/imports_par.o
Dans le fichier inclus à partir de imports_par.y:31:
imports.h:24:18: erreur: pcre.h : Aucun fichier ou dossier de ce type
In file included from imports_par.y:31:
imports.h:28: erreur: expected specifier-qualifier-list before «pcre»
imports.h:30: attention : union has no members
make[2]: *** [imports_par.lo] Erreur 1
make[2]: quittant le répertoire « /home/hypnostick/asa/lib/import »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/hypnostick/asa/lib »
make: *** [all-recursive] Erreur 1
Toujours les erreurs a la fin
Hors ligne
#13 Le 04/05/2008, à 21:46
- Le Farfadet Spatial
Re : Git & Compil
Salut à tous !
Bon, il te manque pcre. Installe libpcre. Sur le site de Asa, n'y a-t-il pas des indications sur les dépendances ?
À bientôt.
Le Farfadet Spatial
Hors ligne
#14 Le 05/05/2008, à 16:40
- Hypnostick
Re : Git & Compil
Désolé de déranger mais je n'arrive pas a trouver le package PCRE pour ubuntu 8.04
Merci d'avance
Hors ligne
#15 Le 05/05/2008, à 16:58
- elfoiros
Re : Git & Compil
Essaye :
apt-cache search pcre
Tu devrais avoir à boire et à manger :-)
Coluche : "Bite" c'est un gros mot, même si c'est une petite
Consultant e-commerce
Étude et realisation
Optimisation, maintenance
Hors ligne
#16 Le 05/05/2008, à 18:13
- Hypnostick
Re : Git & Compil
Maintenant ./configure me renvoit :
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking build system type... (cached) i686-pc-linux-gnu
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
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 for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
configure: --- checking basic system dependencies ---
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 endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
configure: --- checking major library dependencies ---
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FREETYPE... yes
checking for FONTCONFIG... yes
checking for PCRE... yes
checking for FcFini... yes
checking for yasm... yasm
checking for pow in -lm... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: --- done checking special dependencies ---
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 recognize 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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -funroll-loops... yes
checking whether gcc supports -ffast-math... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getopt.h... (cached) yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for _strdup... no
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking whether _strdup is declared... no
checking whether strdup is declared... no
configure: creating ./config.status
config.status: creating asa.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating lib/amd64/Makefile
config.status: creating lib/i686/Makefile
config.status: creating lib/import/Makefile
config.status: creating interfaces/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
=== configuring in csri (/home/hypnostick/asa/csri)
configure: running /bin/bash ./configure '--prefix=/usr/local' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
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... i686-pc-linux-gnu
checking host system type... i686-pc-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 recognize 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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 98304
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
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for inflate in -lz... yes
checking for pow in -lm... yes
checking for png_init_io in -lpng... yes
checking whether gcc -E supports #pragma once... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Winvalid-pch... yes
checking whether gcc supports -pedantic... yes
checking whether gcc supports -std=c99... yes
checking whether gcc supports GCC visibility... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for library containing dlopen... -ldl
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working memcmp... yes
checking for memset... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBASS... no
configure: WARNING: libass not found via pkg-config
checking for ass_library_init in -lass... no
checking ass/ass.h usability... no
checking ass/ass.h presence... no
checking for ass/ass.h... no
./configure: line 24015: auto: command not found
using search path: ${exec_prefix}/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib
building libass wrapper: no
configure: creating ./config.status
config.status: creating csri.pc
config.status: creating ac/Makefile
config.status: creating include/Makefile
config.status: creating subhelp/Makefile
config.status: creating lib/Makefile
config.status: creating frontends/Makefile
config.status: creating frontends/avisynth25/Makefile
config.status: creating frontends/cmdline/Makefile
config.status: creating backends/Makefile
config.status: creating backends/libass/Makefile
config.status: creating Makefile
config.status: creating include/acconf.h
config.status: executing depfiles commands
configuration summary:
library installation path: ${exec_prefix}/lib/csri
build renderer & ssa libs: always built
simple formats (like SRT): yes
using optimization: SSE2
Tout parait OK !
Ensuite Make
Making all in ac
make[1]: entrant dans le répertoire « /home/hypnostick/asa/ac »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/hypnostick/asa/ac »
Making all in csri
make[1]: entrant dans le répertoire « /home/hypnostick/asa/csri »
Making all in ac
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/ac »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/ac »
Making all in include
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make all-am
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/include »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/include »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/include »
Making all in subhelp
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/subhelp »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c -o libsubhelp_la-openfile.lo `test -f 'posix/openfile.c' || echo './'`posix/openfile.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -fPIC -DPIC -o .libs/libsubhelp_la-openfile.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-openfile.lo -MD -MP -MF .deps/libsubhelp_la-openfile.Tpo -c posix/openfile.c -o libsubhelp_la-openfile.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-openfile.Tpo .deps/libsubhelp_la-openfile.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c -o libsubhelp_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libsubhelp_la-logging.o
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libsubhelp_la-logging.lo -MD -MP -MF .deps/libsubhelp_la-logging.Tpo -c logging.c -o libsubhelp_la-logging.o >/dev/null 2>&1
mv -f .deps/libsubhelp_la-logging.Tpo .deps/libsubhelp_la-logging.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o libsubhelp.la libsubhelp_la-openfile.lo libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libsubhelp.a .libs/libsubhelp_la-openfile.o .libs/libsubhelp_la-logging.o
ranlib .libs/libsubhelp.a
creating libsubhelp.la
(cd .libs && rm -f libsubhelp.la && ln -s ../libsubhelp.la libsubhelp.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/subhelp »
Making all in lib
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/lib »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c -o libcsri_la-list.lo `test -f 'list.c' || echo './'`list.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -fPIC -DPIC -o .libs/libcsri_la-list.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-list.lo -MD -MP -MF .deps/libcsri_la-list.Tpo -c list.c -o libcsri_la-list.o >/dev/null 2>&1
mv -f .deps/libcsri_la-list.Tpo .deps/libcsri_la-list.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c -o libcsri_la-wrap.lo `test -f 'wrap.c' || echo './'`wrap.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -fPIC -DPIC -o .libs/libcsri_la-wrap.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-wrap.lo -MD -MP -MF .deps/libcsri_la-wrap.Tpo -c wrap.c -o libcsri_la-wrap.o >/dev/null 2>&1
mv -f .deps/libcsri_la-wrap.Tpo .deps/libcsri_la-wrap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DCSRI_PATH="\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c -o libcsri_la-enumerate.lo `test -f 'posix/enumerate.c' || echo './'`posix/enumerate.c
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -fPIC -DPIC -o .libs/libcsri_la-enumerate.o
gcc -DHAVE_CONFIG_H -I. -I../include "-DCSRI_PATH=\"/usr/local/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib\"" -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT libcsri_la-enumerate.lo -MD -MP -MF .deps/libcsri_la-enumerate.Tpo -c posix/enumerate.c -o libcsri_la-enumerate.o >/dev/null 2>&1
mv -f .deps/libcsri_la-enumerate.Tpo .deps/libcsri_la-enumerate.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -I../lib/posix -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -static -o libcsri.la -rpath /usr/local/lib libcsri_la-list.lo libcsri_la-wrap.lo libcsri_la-enumerate.lo ../subhelp/libsubhelp_la-logging.lo -ldl -lpng -lm -lz
ar cru .libs/libcsri.a libcsri_la-list.o libcsri_la-wrap.o libcsri_la-enumerate.o ../subhelp/libsubhelp_la-logging.o
ranlib .libs/libcsri.a
creating libcsri.la
(cd .libs && rm -f libcsri.la && ln -s ../libcsri.la libcsri.la)
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/lib »
Making all in backends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/backends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/backends »
Making all in frontends
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
Making all in avisynth25
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/avisynth25 »
Making all in cmdline
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT cmdmain.o -MD -MP -MF .deps/cmdmain.Tpo -c -o cmdmain.o cmdmain.c
mv -f .deps/cmdmain.Tpo .deps/cmdmain.Po
gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/render.Tpo .deps/render.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/libcsri.la -ldl -lpng -lm -lz
mkdir .libs
gcc -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -pedantic -std=c99 -fvisibility=internal -o csri cmdmain.o render.o ../../lib/.libs/libcsri.a -ldl -lpng -lm -lz
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends/cmdline »
make[3]: entrant dans le répertoire « /home/hypnostick/asa/csri/frontends »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: quittant le répertoire « /home/hypnostick/asa/csri/frontends »
make[2]: entrant dans le répertoire « /home/hypnostick/asa/csri »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/csri »
make[1]: quittant le répertoire « /home/hypnostick/asa/csri »
Making all in include
make[1]: entrant dans le répertoire « /home/hypnostick/asa/include »
make all-am
make[2]: entrant dans le répertoire « /home/hypnostick/asa/include »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/hypnostick/asa/include »
make[1]: quittant le répertoire « /home/hypnostick/asa/include »
Making all in lib
make[1]: entrant dans le répertoire « /home/hypnostick/asa/lib »
Making all in import
make[2]: entrant dans le répertoire « /home/hypnostick/asa/lib/import »
/bin/bash ../../ac/ylwrap imports_par.y y.tab.c imports_par.c y.tab.h imports_par.h y.output imports_par.output -- bison -y -d
updating imports_par.h
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP "-DIMPORTS=\"/usr/local/share/asa/imports\"" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_par.lo -MD -MP -MF .deps/imports_par.Tpo -c -o imports_par.lo imports_par.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP -DIMPORTS=\"/usr/local/share/asa/imports\" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_par.lo -MD -MP -MF .deps/imports_par.Tpo -c imports_par.c -fPIC -DPIC -o .libs/imports_par.o
gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP -DIMPORTS=\"/usr/local/share/asa/imports\" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_par.lo -MD -MP -MF .deps/imports_par.Tpo -c imports_par.c -o imports_par.o >/dev/null 2>&1
mv -f .deps/imports_par.Tpo .deps/imports_par.Plo
/bin/bash ../../ac/ylwrap imports_lex.l lex.yy.c imports_lex.c -- flex
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP "-DIMPORTS=\"/usr/local/share/asa/imports\"" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_lex.lo -MD -MP -MF .deps/imports_lex.Tpo -c -o imports_lex.lo imports_lex.c
gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP -DIMPORTS=\"/usr/local/share/asa/imports\" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_lex.lo -MD -MP -MF .deps/imports_lex.Tpo -c imports_lex.c -fPIC -DPIC -o .libs/imports_lex.o
imports_lex.c: Dans la fonction «yy_get_next_buffer» :
imports_lex.c:1421: attention : comparaison entre élément signé et élément non signé
gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP -DIMPORTS=\"/usr/local/share/asa/imports\" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT imports_lex.lo -MD -MP -MF .deps/imports_lex.Tpo -c imports_lex.c -o imports_lex.o >/dev/null 2>&1
mv -f .deps/imports_lex.Tpo .deps/imports_lex.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/local/include -DIMPORTS_PREP "-DIMPORTS=\"/usr/local/share/asa/imports\"" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -lfreetype -lz -lfontconfig -o libimportparser.la imports_par.lo imports_lex.lo -L/usr/local/lib -lpcre -lfl -lm
ar cru .libs/libimportparser.a .libs/imports_par.o .libs/imports_lex.o
ranlib .libs/libimportparser.a
creating libimportparser.la
(cd .libs && rm -f libimportparser.la && ln -s ../libimportparser.la libimportparser.la)
gcc -DHAVE_CONFIG_H -I. -I../../include -D_GNU_SOURCE -I../../include -I../../csri/include -I/usr/local/include -DIMPORTS_PREP "-DIMPORTS=\"/usr/local/share/asa/imports\"" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -MT preparse.o -MD -MP -MF .deps/preparse.Tpo -c -o preparse.o preparse.c
mv -f .deps/preparse.Tpo .deps/preparse.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/local/include -DIMPORTS_PREP "-DIMPORTS=\"/usr/local/share/asa/imports\"" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -limportparser -L/usr/local/lib -lpcre -lfreetype -lz -lfontconfig -o preparse preparse.o -lm
gcc -I/usr/local/include -DIMPORTS_PREP -DIMPORTS=\"/usr/local/share/asa/imports\" -Wno-missing-field-initializers -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -o preparse preparse.o /home/hypnostick/asa/lib/import/.libs/libimportparser.a -L/usr/local/lib -lfl /usr/local/lib/libpcre.so /usr/lib/libfreetype.so -lz -lfontconfig -lm
./preparse ./imports > imports_prep.h
./preparse: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory
make[2]: *** [imports_prep.h] Erreur 127
make[2]: quittant le répertoire « /home/hypnostick/asa/lib/import »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/hypnostick/asa/lib »
make: *** [all-recursive] Erreur 1
Encore des erreurs je commence a déprimer ...
Hors ligne
#17 Le 05/05/2008, à 22:07
- Le Farfadet Spatial
Re : Git & Compil
Salut à tous !
À lire les erreurs, c'est comme si libpcre n'était toujours pas installé. Qu'as-tu installé ?
Rien sur le site d'Asa ?
À bientôt.
Le Farfadet Spatial
Hors ligne
#18 Le 06/05/2008, à 05:59
- Hypnostick
Re : Git & Compil
J'ai installé le package Libpcre mais je recommencerais ce soir en rentrant de l'école aussi je tenais vraiment a te remercier pour toute l'aide et la patience que tu m'accordes ! Merci
Hors ligne
Pages : 1