Pages : 1
#1 Le 24/03/2008, à 03:09
- sahdow_max
git & Compilation
Salut a tous. entrons dans le vif du sujet.
j''essaye de compiler les source de asa.pour pouvoir utiliser aegisub sous ubuntu.
j'ai installer le paquet git-core. avec la commande
git clone git://git.spaceboyz.net/asa.git
et ensuivant ceci :
http://asa.diac24.net/Build_instructions/posix
la commande
./configure
make
make install
ne lance rien. sauf des messages d'erreur.
Pour info : j'ai deja les paquet necessaire a la compilation : build-essential autoconf automake fakeroot
Dernière modification par sahdow_max (Le 24/03/2008, à 03:09)
Hors ligne
#2 Le 24/03/2008, à 07:26
- plouplinou
Re : git & Compilation
poste les erreurs que te renvoie ./configure parce que là c'est un peu mince pour t'aider
Dernière modification par plouplinou (Le 24/03/2008, à 07:27)
Jaunty 64bits sur Hp pavillon dv6242ea http://www.plouplinou.levrai.com
Hors ligne
#3 Le 24/03/2008, à 21:56
- sahdow_max
Re : git & Compilation
En fesant
./configure
j'obtient
alex@Otaku-Computer:~/asa$ ./configure
bash: ./configure: Aucun fichier ou répertoire de ce type
alex@Otaku-Computer:~/asa$
voici la liste des fichiers dan le repertoire
alex@Otaku-Computer:~/asa$ ls -a
. asa.pc.in COPYING .git lib po
.. AUTHORS csri .gitignore Makefile.am README
ac bootstrap .darcsignore include NEWS tag_snap
acinclude.m4 configure.ac Doxyfile interfaces patches TODO
Dernière modification par sahdow_max (Le 24/03/2008, à 21:57)
Hors ligne
#4 Le 25/03/2008, à 07:46
- plouplinou
Re : git & Compilation
sh bootstrap
configure.ac:4: installing `ac/missing'
configure.ac:4: installing `ac/install-sh'
check/Makefile.am:2: compiling `asacheck.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
check/Makefile.am: installing `ac/depcomp'
cala va générer un quelque fichiers
ls -a
. asa.pc.in config.status gtk Makefile
.. autom4te.cache configure include Makefile.am
ac bootstrap configure.ac interfaces Makefile.in
aclocal.m4 check .darcsignore lib patches
asa.pc config.log Doxyfile libtool
ensuite
./configure
et
make
reste plus qu'à installer, je te recommande checkinstall plutot que make install
sudo apt-get install checkinstall
sudo checkinstall
Dernière modification par plouplinou (Le 25/03/2008, à 07:47)
Jaunty 64bits sur Hp pavillon dv6242ea http://www.plouplinou.levrai.com
Hors ligne
#5 Le 26/03/2008, à 22:59
- sahdow_max
Re : git & Compilation
merci.
je viens d'essayer ce que tu m'a conseillé et voila ce que j'obtiens :
alex@Otaku-Computer:~/asa$ sh bootstrap
--- 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.24 Debian 1.5.24-1ubuntu1 (1.1220.2.456 2007/06/24 02:25:32)
autoconf (GNU Autoconf) 2.61
automake (GNU automake) 1.10
gettext (GNU gettext-runtime) 0.16.1
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
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/nspr.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/nspr.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/nspr.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/nspr.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Putting files in AC_CONFIG_AUX_DIR, `ac'.
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/nspr.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/nspr.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:4: installing `ac/missing'
configure.ac:4: installing `ac/install-sh'
backends/libass/Makefile.am: installing `ac/depcomp'
Putting files in AC_CONFIG_AUX_DIR, `ac'.
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/nspr.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/nspr.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:4: installing `ac/missing'
configure.ac:4: installing `ac/install-sh'
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'
en faisant la commande ls j'obtiens
alex@Otaku-Computer:~/asa$ ls -a
. asa.pc.in configure.ac .gitignore Makefile.am tag_snap
.. AUTHORS COPYING include Makefile.in TODO
ABOUT-NLS autom4te.cache csri INSTALL NEWS
ac bootstrap .darcsignore interfaces patches
acinclude.m4 ChangeLog Doxyfile lib po
aclocal.m4 configure .git m4 README
alex@Otaku-Computer:~/asa$
J'ai ensuite fait
./configure
make
sudo checkinstall
a la fin du check installe. voila ce que j'obtiens
chmod 644 /usr/local/lib/csri/libass_csri.a
ranlib /usr/local/lib/csri/libass_csri.a
ranlib: could not create temporary file whilst writing archive: No more archived files
make[4]: *** [install-csrilibLTLIBRARIES] Erreur 1
make[4]: quittant le répertoire « /home/alex/asa/csri/backends/libass »
make[3]: *** [install-am] Erreur 2
make[3]: quittant le répertoire « /home/alex/asa/csri/backends/libass »
make[2]: *** [install-recursive] Erreur 1
make[2]: quittant le répertoire « /home/alex/asa/csri/backends »
make[1]: *** [install-recursive] Erreur 1
make[1]: quittant le répertoire « /home/alex/asa/csri »
make: *** [install-recursive] Erreur 1
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
...
Hors ligne
#6 Le 27/03/2008, à 07:10
- plouplinou
Re : git & Compilation
tu as installé les dépendances? que te renvoie
./configure
Jaunty 64bits sur Hp pavillon dv6242ea http://www.plouplinou.levrai.com
Hors ligne
#7 Le 28/03/2008, à 20:20
- sahdow_max
Re : git & Compilation
./configure me renvoi ceci :
alex@Otaku-Computer:~/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... 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... no
checking for nasm... nasm
checking for pow in -lm... yes
checking for 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
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: include/acconf.h is unchanged
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/alex/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... 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
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... yes
checking for ass_library_init in -lass... yes
checking ass/ass.h usability... yes
checking ass/ass.h presence... yes
checking for ass/ass.h... yes
using search path: ${exec_prefix}/lib/csri:/usr/lib/csri:/usr/local/lib/csri:~/.csri/lib
building libass wrapper: yes
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: include/acconf.h is unchanged
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
alex@Otaku-Computer:~/asa$
je ne voi aucune erreur pourtant.
Hors ligne
#8 Le 28/03/2008, à 22:33
- plouplinou
Re : git & Compilation
c'est bon pour le ./configure
post le resultat de
make
puis le resultat de
sudo make install
on y est presque on va y arriver
Jaunty 64bits sur Hp pavillon dv6242ea http://www.plouplinou.levrai.com
Hors ligne
#9 Le 28/03/2008, à 23:45
- sahdow_max
Re : git & Compilation
avec make
j'ai ceci (une partie... manque le début)
ent -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -limportparser -lfreetype -lz -lfontconfig -o preparse preparse.o -lm
gcc -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/alex/asa/lib/import/.libs/libimportparser.a -lpcre -lfl /usr/lib/libfreetype.so -lz -lfontconfig -lm
./preparse ./imports > imports_prep.h
make all-am
make[3]: entrant dans le répertoire « /home/alex/asa/lib/import »
/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_vm.lo -MD -MP -MF .deps/imports_vm.Tpo -c -o imports_vm.lo imports_vm.c
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_vm.lo -MD -MP -MF .deps/imports_vm.Tpo -c imports_vm.c -fPIC -DPIC -o .libs/imports_vm.o
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_vm.lo -MD -MP -MF .deps/imports_vm.Tpo -c imports_vm.c -o imports_vm.o >/dev/null 2>&1
mv -f .deps/imports_vm.Tpo .deps/imports_vm.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc -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 libimport.la imports_vm.lo -limportparser -lm
rm -fr .libs/libimport.lax
mkdir .libs/libimport.lax
rm -fr .libs/libimport.lax/libimportparser.a
mkdir .libs/libimport.lax/libimportparser.a
(cd .libs/libimport.lax/libimportparser.a && ar x /home/alex/asa/lib/import/.libs/libimportparser.a)
ar cru .libs/libimport.a .libs/imports_vm.o .libs/libimport.lax/libimportparser.a/imports_par.o .libs/libimport.lax/libimportparser.a/imports_lex.o
ranlib .libs/libimport.a
rm -fr .libs/libimport.lax
creating libimport.la
(cd .libs && rm -f libimport.la && ln -s ../libimport.la libimport.la)
make[3]: quittant le répertoire « /home/alex/asa/lib/import »
make[2]: quittant le répertoire « /home/alex/asa/lib/import »
Making all in amd64
make[2]: entrant dans le répertoire « /home/alex/asa/lib/amd64 »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/alex/asa/lib/amd64 »
Making all in i686
make[2]: entrant dans le répertoire « /home/alex/asa/lib/i686 »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/alex/asa/lib/i686 »
make[2]: entrant dans le répertoire « /home/alex/asa/lib »
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 asa_errtexts.lo -MD -MP -MF .deps/asa_errtexts.Tpo -c -o asa_errtexts.lo asa_errtexts.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 asa_errtexts.lo -MD -MP -MF .deps/asa_errtexts.Tpo -c asa_errtexts.c -fPIC -DPIC -o .libs/asa_errtexts.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 asa_errtexts.lo -MD -MP -MF .deps/asa_errtexts.Tpo -c asa_errtexts.c -o asa_errtexts.o >/dev/null 2>&1
mv -f .deps/asa_errtexts.Tpo .deps/asa_errtexts.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 asa_font.lo -MD -MP -MF .deps/asa_font.Tpo -c -o asa_font.lo asa_font.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 asa_font.lo -MD -MP -MF .deps/asa_font.Tpo -c asa_font.c -fPIC -DPIC -o .libs/asa_font.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 asa_font.lo -MD -MP -MF .deps/asa_font.Tpo -c asa_font.c -o asa_font.o >/dev/null 2>&1
mv -f .deps/asa_font.Tpo .deps/asa_font.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 assa.lo -MD -MP -MF .deps/assa.Tpo -c -o assa.lo assa.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 assa.lo -MD -MP -MF .deps/assa.Tpo -c assa.c -fPIC -DPIC -o .libs/assa.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 assa.lo -MD -MP -MF .deps/assa.Tpo -c assa.c -o assa.o >/dev/null 2>&1
mv -f .deps/assa.Tpo .deps/assa.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 blitter.lo -MD -MP -MF .deps/blitter.Tpo -c -o blitter.lo blitter.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 blitter.lo -MD -MP -MF .deps/blitter.Tpo -c blitter.c -fPIC -DPIC -o .libs/blitter.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 blitter.lo -MD -MP -MF .deps/blitter.Tpo -c blitter.c -o blitter.o >/dev/null 2>&1
mv -f .deps/blitter.Tpo .deps/blitter.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 csri.lo -MD -MP -MF .deps/csri.Tpo -c -o csri.lo csri.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 csri.lo -MD -MP -MF .deps/csri.Tpo -c csri.c -fPIC -DPIC -o .libs/csri.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 csri.lo -MD -MP -MF .deps/csri.Tpo -c csri.c -o csri.o >/dev/null 2>&1
mv -f .deps/csri.Tpo .deps/csri.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 optimise.lo -MD -MP -MF .deps/optimise.Tpo -c -o optimise.lo optimise.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 optimise.lo -MD -MP -MF .deps/optimise.Tpo -c optimise.c -fPIC -DPIC -o .libs/optimise.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 optimise.lo -MD -MP -MF .deps/optimise.Tpo -c optimise.c -o optimise.o >/dev/null 2>&1
mv -f .deps/optimise.Tpo .deps/optimise.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 spanproc.lo -MD -MP -MF .deps/spanproc.Tpo -c -o spanproc.lo spanproc.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 spanproc.lo -MD -MP -MF .deps/spanproc.Tpo -c spanproc.c -fPIC -DPIC -o .libs/spanproc.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 spanproc.lo -MD -MP -MF .deps/spanproc.Tpo -c spanproc.c -o spanproc.o >/dev/null 2>&1
mv -f .deps/spanproc.Tpo .deps/spanproc.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_anim.lo -MD -MP -MF .deps/ssa_anim.Tpo -c -o ssa_anim.lo ssa_anim.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_anim.lo -MD -MP -MF .deps/ssa_anim.Tpo -c ssa_anim.c -fPIC -DPIC -o .libs/ssa_anim.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_anim.lo -MD -MP -MF .deps/ssa_anim.Tpo -c ssa_anim.c -o ssa_anim.o >/dev/null 2>&1
mv -f .deps/ssa_anim.Tpo .deps/ssa_anim.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_frag.lo -MD -MP -MF .deps/ssa_frag.Tpo -c -o ssa_frag.lo ssa_frag.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_frag.lo -MD -MP -MF .deps/ssa_frag.Tpo -c ssa_frag.c -fPIC -DPIC -o .libs/ssa_frag.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_frag.lo -MD -MP -MF .deps/ssa_frag.Tpo -c ssa_frag.c -o ssa_frag.o >/dev/null 2>&1
mv -f .deps/ssa_frag.Tpo .deps/ssa_frag.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_glyphload.lo -MD -MP -MF .deps/ssa_glyphload.Tpo -c -o ssa_glyphload.lo ssa_glyphload.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_glyphload.lo -MD -MP -MF .deps/ssa_glyphload.Tpo -c ssa_glyphload.c -fPIC -DPIC -o .libs/ssa_glyphload.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_glyphload.lo -MD -MP -MF .deps/ssa_glyphload.Tpo -c ssa_glyphload.c -o ssa_glyphload.o >/dev/null 2>&1
mv -f .deps/ssa_glyphload.Tpo .deps/ssa_glyphload.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_lexer.lo -MD -MP -MF .deps/ssa_lexer.Tpo -c -o ssa_lexer.lo ssa_lexer.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_lexer.lo -MD -MP -MF .deps/ssa_lexer.Tpo -c ssa_lexer.c -fPIC -DPIC -o .libs/ssa_lexer.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_lexer.lo -MD -MP -MF .deps/ssa_lexer.Tpo -c ssa_lexer.c -o ssa_lexer.o >/dev/null 2>&1
mv -f .deps/ssa_lexer.Tpo .deps/ssa_lexer.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_run.lo -MD -MP -MF .deps/ssa_run.Tpo -c -o ssa_run.lo ssa_run.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_run.lo -MD -MP -MF .deps/ssa_run.Tpo -c ssa_run.c -fPIC -DPIC -o .libs/ssa_run.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_run.lo -MD -MP -MF .deps/ssa_run.Tpo -c ssa_run.c -o ssa_run.o >/dev/null 2>&1
mv -f .deps/ssa_run.Tpo .deps/ssa_run.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_vm.lo -MD -MP -MF .deps/ssa_vm.Tpo -c -o ssa_vm.lo ssa_vm.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_vm.lo -MD -MP -MF .deps/ssa_vm.Tpo -c ssa_vm.c -fPIC -DPIC -o .libs/ssa_vm.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_vm.lo -MD -MP -MF .deps/ssa_vm.Tpo -c ssa_vm.c -o ssa_vm.o >/dev/null 2>&1
mv -f .deps/ssa_vm.Tpo .deps/ssa_vm.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_wrap.lo -MD -MP -MF .deps/ssa_wrap.Tpo -c -o ssa_wrap.lo ssa_wrap.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_wrap.lo -MD -MP -MF .deps/ssa_wrap.Tpo -c ssa_wrap.c -fPIC -DPIC -o .libs/ssa_wrap.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 ssa_wrap.lo -MD -MP -MF .deps/ssa_wrap.Tpo -c ssa_wrap.c -o ssa_wrap.o >/dev/null 2>&1
mv -f .deps/ssa_wrap.Tpo .deps/ssa_wrap.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -D__USER__="\"`whoami` at `hostname`\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo utf8.c
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -fPIC -DPIC -o .libs/utf8.o
gcc -DHAVE_CONFIG_H -I. -I../include "-D__USER__=\"alex at Otaku-Computer\"" -I../include -I../csri/include -I/usr/include/freetype2 -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 utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -o utf8.o >/dev/null 2>&1
mv -f .deps/utf8.Tpo .deps/utf8.Plo
echo obj i686/commit_rgb.o pic .libs/commit_rgb.o
obj i686/commit_rgb.o pic .libs/commit_rgb.o
nasm -f elf -o .libs/commit_rgb.o i686/commit_rgb.asm
nasm -f elf -DNO_PIC -o i686/commit_rgb.o i686/commit_rgb.asm
echo -e "# Generated by libtool\npic_object='../.libs/commit_rgb.o'\nnon_pic_object='../i686/commit_rgb.o'" > i686/commit_rgb.lo
/bin/bash ../libtool --tag=CC --mode=link gcc -I/usr/include/freetype2 -g -O2 -Wall -Wextra -Wno-unused-parameter -Winvalid-pch -Wc++-compat -Wdeclaration-after-statement -Wshadow -pedantic -funroll-loops -ffast-math -std=c99 -fvisibility=internal -version-info 0:0:0 -no-undefined -lfreetype -lz -lfontconfig -o libasa.la -rpath /usr/local/lib asa_errtexts.lo asa_font.lo assa.lo blitter.lo csri.lo optimise.lo spanproc.lo ssa_anim.lo ssa_frag.lo ssa_glyphload.lo ssa_lexer.lo ssa_run.lo ssa_vm.lo ssa_wrap.lo utf8.lo ../csri/subhelp/libsubhelp_la-openfile.lo ../csri/subhelp/libsubhelp_la-logging.lo import/libimport.la i686/commit_rgb.lo -lm
gcc -shared .libs/asa_errtexts.o .libs/asa_font.o .libs/assa.o .libs/blitter.o .libs/csri.o .libs/optimise.o .libs/spanproc.o .libs/ssa_anim.o .libs/ssa_frag.o .libs/ssa_glyphload.o .libs/ssa_lexer.o .libs/ssa_run.o .libs/ssa_vm.o .libs/ssa_wrap.o .libs/utf8.o ../csri/subhelp/.libs/libsubhelp_la-openfile.o ../csri/subhelp/.libs/libsubhelp_la-logging.o i686/../.libs/commit_rgb.o -Wl,--whole-archive import/.libs/libimport.a -Wl,--no-whole-archive /usr/lib/libfreetype.so -lz -lfontconfig -lpcre -lfl -lm -Wl,-soname -Wl,libasa.so.0 -o .libs/libasa.so.0.0.0
(cd .libs && rm -f libasa.so.0 && ln -s libasa.so.0.0.0 libasa.so.0)
(cd .libs && rm -f libasa.so && ln -s libasa.so.0.0.0 libasa.so)
rm -fr .libs/libasa.lax
mkdir .libs/libasa.lax
rm -fr .libs/libasa.lax/libimport.a
mkdir .libs/libasa.lax/libimport.a
(cd .libs/libasa.lax/libimport.a && ar x /home/alex/asa/lib/import/.libs/libimport.a)
ar cru .libs/libasa.a asa_errtexts.o asa_font.o assa.o blitter.o csri.o optimise.o spanproc.o ssa_anim.o ssa_frag.o ssa_glyphload.o ssa_lexer.o ssa_run.o ssa_vm.o ssa_wrap.o utf8.o ../csri/subhelp/libsubhelp_la-openfile.o ../csri/subhelp/libsubhelp_la-logging.o i686/../i686/commit_rgb.o .libs/libasa.lax/libimport.a/imports_vm.o .libs/libasa.lax/libimport.a/imports_par.o .libs/libasa.lax/libimport.a/imports_lex.o
ranlib .libs/libasa.a
rm -fr .libs/libasa.lax
creating libasa.la
(cd .libs && rm -f libasa.la && ln -s ../libasa.la libasa.la)
make[2]: quittant le répertoire « /home/alex/asa/lib »
make[1]: quittant le répertoire « /home/alex/asa/lib »
Making all in interfaces
make[1]: entrant dans le répertoire « /home/alex/asa/interfaces »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /home/alex/asa/interfaces »
Making all in po
make[1]: entrant dans le répertoire « /home/alex/asa/po »
make asa.pot-update
make[2]: entrant dans le répertoire « /home/alex/asa/po »
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if test -n '' || test '' = '@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address=''; \
else \
msgid_bugs_address=''; \
fi; \
/usr/bin/xgettext --default-domain=asa --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='David Lamparter' \
--msgid-bugs-address="$msgid_bugs_address"
/usr/bin/xgettext: AVERTISSEMENT : L'option « --msgid-bugs-address » n'a pas été spécifiée.
Si vous utilisez un fichier « Makevars », veuillez spécifier
la variable MSGID_BUGS_ADDRESS à cet endroit. Sinon, veuillez
utiliser l'option « --msgid-bugs-address » en ligne de commande.
test ! -f asa.po || { \
if test -f ./asa.pot; then \
sed -f remove-potcdate.sed < ./asa.pot > asa.1po && \
sed -f remove-potcdate.sed < asa.po > asa.2po && \
if cmp asa.1po asa.2po >/dev/null 2>&1; then \
rm -f asa.1po asa.2po asa.po; \
else \
rm -f asa.1po asa.2po ./asa.pot && \
mv asa.po ./asa.pot; \
fi; \
else \
mv asa.po ./asa.pot; \
fi; \
}
make[2]: quittant le répertoire « /home/alex/asa/po »
test ! -f ./asa.pot || \
test -z "de.gmo" || make de.gmo
make[2]: entrant dans le répertoire « /home/alex/asa/po »
/usr/bin/msgmerge --update de.po asa.pot
........... terminé.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
103 messages traduits.
make[2]: quittant le répertoire « /home/alex/asa/po »
touch stamp-po
make[1]: quittant le répertoire « /home/alex/asa/po »
make[1]: entrant dans le répertoire « /home/alex/asa »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /home/alex/asa »
alex@Otaku-Computer:~/asa$
et avec make install
alex@Otaku-Computer:~/asa$ sudo make install
[sudo] password for alex:
Making install in ac
make[1]: entrant dans le répertoire « /home/alex/asa/ac »
make[2]: entrant dans le répertoire « /home/alex/asa/ac »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/alex/asa/ac »
make[1]: quittant le répertoire « /home/alex/asa/ac »
Making install in csri
make[1]: entrant dans le répertoire « /home/alex/asa/csri »
Making install in ac
make[2]: entrant dans le répertoire « /home/alex/asa/csri/ac »
make[3]: entrant dans le répertoire « /home/alex/asa/csri/ac »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/alex/asa/csri/ac »
make[2]: quittant le répertoire « /home/alex/asa/csri/ac »
Making install in include
make[2]: entrant dans le répertoire « /home/alex/asa/csri/include »
make[3]: entrant dans le répertoire « /home/alex/asa/csri/include »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/include/csri" || /bin/mkdir -p "/usr/local/include/csri"
/usr/bin/install -c -m 644 'csri/csri.h' '/usr/local/include/csri/csri.h'
/usr/bin/install -c -m 644 'csri/openerr.h' '/usr/local/include/csri/openerr.h'
/usr/bin/install -c -m 644 'csri/logging.h' '/usr/local/include/csri/logging.h'
/usr/bin/install -c -m 644 'csri/stream.h' '/usr/local/include/csri/stream.h'
make[3]: quittant le répertoire « /home/alex/asa/csri/include »
make[2]: quittant le répertoire « /home/alex/asa/csri/include »
Making install in subhelp
make[2]: entrant dans le répertoire « /home/alex/asa/csri/subhelp »
make[3]: entrant dans le répertoire « /home/alex/asa/csri/subhelp »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/alex/asa/csri/subhelp »
make[2]: quittant le répertoire « /home/alex/asa/csri/subhelp »
Making install in lib
make[2]: entrant dans le répertoire « /home/alex/asa/csri/lib »
make[3]: entrant dans le répertoire « /home/alex/asa/csri/lib »
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libcsri.la' '/usr/local/lib/libcsri.la'
/usr/bin/install -c .libs/libcsri.lai /usr/local/lib/libcsri.la
/usr/bin/install -c .libs/libcsri.a /usr/local/lib/libcsri.a
chmod 644 /usr/local/lib/libcsri.a
ranlib /usr/local/lib/libcsri.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/alex/asa/csri/lib »
make[2]: quittant le répertoire « /home/alex/asa/csri/lib »
Making install in backends
make[2]: entrant dans le répertoire « /home/alex/asa/csri/backends »
Making install in libass
make[3]: entrant dans le répertoire « /home/alex/asa/csri/backends/libass »
make[4]: entrant dans le répertoire « /home/alex/asa/csri/backends/libass »
make[4]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/csri" || /bin/mkdir -p "/usr/local/lib/csri"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libass_csri.la' '/usr/local/lib/csri/libass_csri.la'
/usr/bin/install -c .libs/libass_csri.so /usr/local/lib/csri/libass_csri.so
/usr/bin/install -c .libs/libass_csri.lai /usr/local/lib/csri/libass_csri.la
/usr/bin/install -c .libs/libass_csri.a /usr/local/lib/csri/libass_csri.a
chmod 644 /usr/local/lib/csri/libass_csri.a
ranlib /usr/local/lib/csri/libass_csri.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/csri
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/csri
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: quittant le répertoire « /home/alex/asa/csri/backends/libass »
make[3]: quittant le répertoire « /home/alex/asa/csri/backends/libass »
make[3]: entrant dans le répertoire « /home/alex/asa/csri/backends »
make[4]: entrant dans le répertoire « /home/alex/asa/csri/backends »
make[4]: Rien à faire pour « install-exec-am ».
make[4]: Rien à faire pour « install-data-am ».
make[4]: quittant le répertoire « /home/alex/asa/csri/backends »
make[3]: quittant le répertoire « /home/alex/asa/csri/backends »
make[2]: quittant le répertoire « /home/alex/asa/csri/backends »
Making install in frontends
make[2]: entrant dans le répertoire « /home/alex/asa/csri/frontends »
Making install in avisynth25
make[3]: entrant dans le répertoire « /home/alex/asa/csri/frontends/avisynth25 »
make[4]: entrant dans le répertoire « /home/alex/asa/csri/frontends/avisynth25 »
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
make[4]: Rien à faire pour « install-data-am ».
make[4]: quittant le répertoire « /home/alex/asa/csri/frontends/avisynth25 »
make[3]: quittant le répertoire « /home/alex/asa/csri/frontends/avisynth25 »
Making install in cmdline
make[3]: entrant dans le répertoire « /home/alex/asa/csri/frontends/cmdline »
make[4]: entrant dans le répertoire « /home/alex/asa/csri/frontends/cmdline »
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'csri' '/usr/local/bin/csri'
/usr/bin/install -c csri /usr/local/bin/csri
make[4]: Rien à faire pour « install-data-am ».
make[4]: quittant le répertoire « /home/alex/asa/csri/frontends/cmdline »
make[3]: quittant le répertoire « /home/alex/asa/csri/frontends/cmdline »
make[3]: entrant dans le répertoire « /home/alex/asa/csri/frontends »
make[4]: entrant dans le répertoire « /home/alex/asa/csri/frontends »
make[4]: Rien à faire pour « install-exec-am ».
make[4]: Rien à faire pour « install-data-am ».
make[4]: quittant le répertoire « /home/alex/asa/csri/frontends »
make[3]: quittant le répertoire « /home/alex/asa/csri/frontends »
make[2]: quittant le répertoire « /home/alex/asa/csri/frontends »
make[2]: entrant dans le répertoire « /home/alex/asa/csri »
make[3]: entrant dans le répertoire « /home/alex/asa/csri »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'csri.pc' '/usr/local/lib/pkgconfig/csri.pc'
make[3]: quittant le répertoire « /home/alex/asa/csri »
make[2]: quittant le répertoire « /home/alex/asa/csri »
make[1]: quittant le répertoire « /home/alex/asa/csri »
Making install in include
make[1]: entrant dans le répertoire « /home/alex/asa/include »
make[2]: entrant dans le répertoire « /home/alex/asa/include »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/alex/asa/include »
make[1]: quittant le répertoire « /home/alex/asa/include »
Making install in lib
make[1]: entrant dans le répertoire « /home/alex/asa/lib »
Making install in import
make[2]: entrant dans le répertoire « /home/alex/asa/lib/import »
make install-am
make[3]: entrant dans le répertoire « /home/alex/asa/lib/import »
make[4]: entrant dans le répertoire « /home/alex/asa/lib/import »
make[4]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/share/asa" || /bin/mkdir -p "/usr/local/share/asa"
/usr/bin/install -c -m 644 'imports' '/usr/local/share/asa/imports'
make[4]: quittant le répertoire « /home/alex/asa/lib/import »
make[3]: quittant le répertoire « /home/alex/asa/lib/import »
make[2]: quittant le répertoire « /home/alex/asa/lib/import »
Making install in amd64
make[2]: entrant dans le répertoire « /home/alex/asa/lib/amd64 »
make[3]: entrant dans le répertoire « /home/alex/asa/lib/amd64 »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/alex/asa/lib/amd64 »
make[2]: quittant le répertoire « /home/alex/asa/lib/amd64 »
Making install in i686
make[2]: entrant dans le répertoire « /home/alex/asa/lib/i686 »
make[3]: entrant dans le répertoire « /home/alex/asa/lib/i686 »
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/alex/asa/lib/i686 »
make[2]: quittant le répertoire « /home/alex/asa/lib/i686 »
make[2]: entrant dans le répertoire « /home/alex/asa/lib »
make[3]: entrant dans le répertoire « /home/alex/asa/lib »
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libasa.la' '/usr/local/lib/libasa.la'
/usr/bin/install -c .libs/libasa.so.0.0.0 /usr/local/lib/libasa.so.0.0.0
(cd /usr/local/lib && { ln -s -f libasa.so.0.0.0 libasa.so.0 || { rm -f libasa.so.0 && ln -s libasa.so.0.0.0 libasa.so.0; }; })
(cd /usr/local/lib && { ln -s -f libasa.so.0.0.0 libasa.so || { rm -f libasa.so && ln -s libasa.so.0.0.0 libasa.so; }; })
/usr/bin/install -c .libs/libasa.lai /usr/local/lib/libasa.la
/usr/bin/install -c .libs/libasa.a /usr/local/lib/libasa.a
chmod 644 /usr/local/lib/libasa.a
ranlib /usr/local/lib/libasa.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-exec-hook
make[4]: entrant dans le répertoire « /home/alex/asa/lib »
test -z "/usr/local/lib/csri" || /bin/mkdir -p "/usr/local/lib/csri"
ln -s /usr/local/lib/libasa.so.0 \
/usr/local/lib/csri/asa_csri.so
make[4]: quittant le répertoire « /home/alex/asa/lib »
make[3]: Rien à faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/alex/asa/lib »
make[2]: quittant le répertoire « /home/alex/asa/lib »
make[1]: quittant le répertoire « /home/alex/asa/lib »
Making install in interfaces
make[1]: entrant dans le répertoire « /home/alex/asa/interfaces »
make[2]: entrant dans le répertoire « /home/alex/asa/interfaces »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/alex/asa/interfaces »
make[1]: quittant le répertoire « /home/alex/asa/interfaces »
Making install in po
make[1]: entrant dans le répertoire « /home/alex/asa/po »
/bin/sh ../ac/mkinstalldirs /usr/local/share
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/asa.mo
if test "asa" = "gettext-tools"; then \
/bin/sh ../ac/mkinstalldirs /usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: quittant le répertoire « /home/alex/asa/po »
make[1]: entrant dans le répertoire « /home/alex/asa »
make[2]: entrant dans le répertoire « /home/alex/asa »
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'asa.pc' '/usr/local/lib/pkgconfig/asa.pc'
make[2]: quittant le répertoire « /home/alex/asa »
make[1]: quittant le répertoire « /home/alex/asa »
alex@Otaku-Computer:~/asa$
Hors ligne
#10 Le 29/03/2008, à 08:15
- plouplinou
Re : git & Compilation
pas d'erreurs dans le make ni dans le make install, donc c'est bon c'est installé. Ce qui m'étonne c'est que ça n'ai pas fonctionné avec checkinstall mais bon
Jaunty 64bits sur Hp pavillon dv6242ea http://www.plouplinou.levrai.com
Hors ligne
#11 Le 29/03/2008, à 12:01
- sahdow_max
Re : git & Compilation
ah...:| moi aussi je trouve ça bizarre:/
mais bon...
merci A toi !!! reste plus qu'avoir si Aegisub prend en compte ce que j'ai installer.
Si rien ne se passe comme prévu je compte su toi pour m'aider a compiler Aegisub
Hors ligne
Pages : 1