Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 31/12/2007, à 10:14

sona

[RESOLU] compilation d'un programme ?

bonjour,

j'ai un petit souci en compilant un programme, (animorph) , les premières étapes se sont passées sans problèmes, c'est à  dire:
1- tar xvzf <fichier> tar.gz (ok)
2- ./configure (ok)
3- make install (ok)

à  chaque étape pas de message d'erreur il me redonne l'invite du shell, le problème c'est que je n'arrive pas à  touver le bin, j'ai fait ./install-sh puisqu'il est dans le dossier mais rien ne se passe, je ne pense pas que se soit bien grave, car c'est la première fois que je fait une compilation ,j'ai lu les différents tutos sur le sujet, mais je n'ai pas avancé, voici une copie du terminal:

root@anatta:/usr/local/src/animorph-0.3# ./
config.guess   config.sub     depcomp        install-sh     missing        src/
config.status  configure      include/       libtool        os-x/
root@anatta:/usr/local/src/animorph-0.3# ./install-sh
./install-sh: no input file specified.
root@anatta:/usr/local/src/animorph-0.3#

meric de votre aide

et bon réveillon à  tous
sona wink

Dernière modification par sona (Le 10/01/2008, à 14:03)

Hors ligne

#2 Le 31/12/2007, à 10:58

sheep

Re : [RESOLU] compilation d'un programme ?

bonjour,

Dans ta procédure de compilation il semble te manquer une étape:
en principe, après le "./configure", et avant le "make install", on trouve un "make".
Que dit le fichier Readme ou install de l'archive sur ce point?


Save water, Drink beer

Hors ligne

#3 Le 31/12/2007, à 11:07

sona

Re : [RESOLU] compilation d'un programme ?

bonjour,

le fichier readme est vide en revanche le fichier install est bavard (tant mieux) effectivement il y a d'abord make avant make install ce que j'ai fait lors d'une première compil (dans un autre home)mais après il 'a refusé make install c'est pour cela que cette fois-ci (dans mon home) j'ai sauté make tout seul
vioci une copie du fi fichier install

Basic Installation

==================



   These are generic installation instructions.



   The `configure' shell script attempts to guess correct values for

various system-dependent variables used during compilation.  It uses

those values to create a `Makefile' in each directory of the package.

It may also create one or more `.h' files containing system-dependent

definitions.  Finally, it creates a shell script `config.status' that

you can run in the future to recreate the current configuration, a file

`config.cache' that saves the results of its tests to speed up

reconfiguring, and a file `config.log' containing compiler output

(useful mainly for debugging `configure').



   If you need to do unusual things to compile the package, please try

to figure out how `configure' could check whether to do them, and mail

diffs or instructions to the address given in the `README' so they can

be considered for the next release.  If at some point `config.cache'

contains results you don't want to keep, you may remove or edit it.



   The file `configure.in' is used to create `configure' by a program

called `autoconf'.  You only need `configure.in' if you want to change

it or regenerate `configure' using a newer version of `autoconf'.



The simplest way to compile this package is:



  1. `cd' to the directory containing the package's source code and type

     `./configure' to configure the package for your system.  If you're

     using `csh' on an old version of System V, you might need to type

     `sh ./configure' instead to prevent `csh' from trying to execute

     `configure' itself.



     Running `configure' takes awhile.  While running, it prints some

     messages telling which features it is checking for.



  2. Type `make' to compile the package.



  3. Optionally, type `make check' to run any self-tests that come with

     the package.



  4. Type `make install' to install the programs and any data files and

     documentation.



  5. You can remove the program binaries and object files from the

     source code directory by typing `make clean'.  To also remove the

     files that `configure' created (so you can compile the package for

     a different kind of computer), type `make distclean'.  There is

     also a `make maintainer-clean' target, but that is intended mainly

     for the package's developers.  If you use it, you may have to get

     all sorts of other programs in order to regenerate files that came

     with the distribution.



Compilers and Options

=====================



   Some systems require unusual options for compilation or linking that

the `configure' script does not know about.  You can give `configure'

initial values for variables by setting them in the environment.  Using

a Bourne-compatible shell, you can do that on the command line like

this:

     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure



Or on systems that have the `env' program, you can do it like this:

     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure



Compiling For Multiple Architectures

====================================



   You can compile the package for more than one kind of computer at the

same time, by placing the object files for each architecture in their

own directory.  To do this, you must use a version of `make' that

supports the `VPATH' variable, such as GNU `make'.  `cd' to the

directory where you want the object files and executables to go and run

the `configure' script.  `configure' automatically checks for the

source code in the directory that `configure' is in and in `..'.



   If you have to use a `make' that does not supports the `VPATH'

variable, you have to compile the package for one architecture at a time

in the source code directory.  After you have installed the package for

one architecture, use `make distclean' before reconfiguring for another

architecture.



Installation Names

==================



   By default, `make install' will install the package's files in

`/usr/local/bin', `/usr/local/man', etc.  You can specify an

installation prefix other than `/usr/local' by giving `configure' the

option `--prefix=PATH'.



   You can specify separate installation prefixes for

architecture-specific files and architecture-independent files.  If you

give `configure' the option `--exec-prefix=PATH', the package will use

PATH as the prefix for installing programs and libraries.

Documentation and other data files will still use the regular prefix.



   In addition, if you use an unusual directory layout you can give

options like `--bindir=PATH' to specify different values for particular

kinds of files.  Run `configure --help' for a list of the directories

you can set and what kinds of files go in them.



   If the package supports it, you can cause programs to be installed

with an extra prefix or suffix on their names by giving `configure' the

option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.



Optional Features

=================



   Some packages pay attention to `--enable-FEATURE' options to

`configure', where FEATURE indicates an optional part of the package.

They may also pay attention to `--with-PACKAGE' options, where PACKAGE

is something like `gnu-as' or `x' (for the X Window System).  The

`README' should mention any `--enable-' and `--with-' options that the

package recognizes.



   For packages that use the X Window System, `configure' can usually

find the X include and library files automatically, but if it doesn't,

you can use the `configure' options `--x-includes=DIR' and

`--x-libraries=DIR' to specify their locations.



Specifying the System Type

==========================



   There may be some features `configure' can not figure out

automatically, but needs to determine by the type of host the package

will run on.  Usually `configure' can figure that out, but if it prints

a message saying it can not guess the host type, give it the

`--host=TYPE' option.  TYPE can either be a short name for the system

type, such as `sun4', or a canonical name with three fields:

     CPU-COMPANY-SYSTEM



See the file `config.sub' for the possible values of each field.  If

`config.sub' isn't included in this package, then this package doesn't

need to know the host type.



   If you are building compiler tools for cross-compiling, you can also

use the `--target=TYPE' option to select the type of system they will

produce code for and the `--build=TYPE' option to select the type of

system on which you are compiling the package.



Sharing Defaults

================



   If you want to set default values for `configure' scripts to share,

you can create a site shell script called `config.site' that gives

default values for variables like `CC', `cache_file', and `prefix'.

`configure' looks for `PREFIX/share/config.site' if it exists, then

`PREFIX/etc/config.site' if it exists.  Or, you can set the

`CONFIG_SITE' environment variable to the location of the site script.

A warning: not all `configure' scripts look for a site script.



Operation Controls

==================



   `configure' recognizes the following options to control how it

operates.



`--cache-file=FILE'

     Use and save the results of the tests in FILE instead of

     `./config.cache'.  Set FILE to `/dev/null' to disable caching, for

     debugging `configure'.



`--help'

     Print a summary of the options to `configure', and exit.



`--quiet'

`--silent'

`-q'

     Do not print messages saying which checks are being made.  To

     suppress all normal output, redirect it to `/dev/null' (any error

     messages will still be shown).



`--srcdir=DIR'

     Look for the package's source code in directory DIR.  Usually

     `configure' can determine that directory automatically.



`--version'

     Print the version of Autoconf used to generate the `configure'

     script, and exit.



`configure' also accepts some other, not widely useful, options.

excusez-moi pour cette longueur mais si ça peut aider, j'ai toujours eu une relation difficile avec l'anglais , à  mon plus grand regret d'ailleurs....:/

merci @+ wink

Dernière modification par sona (Le 31/12/2007, à 14:37)

Hors ligne

#4 Le 31/12/2007, à 11:14

Coolgeek

Re : [RESOLU] compilation d'un programme ?

Il faut effectivement que tu fasse :

./configure
make
make install

Si l'une de ces commandes retourne une erreur, poste la ici.

Hors ligne

#5 Le 31/12/2007, à 11:18

sheep

Re : [RESOLU] compilation d'un programme ?

t'aurais du mettre le fichier entre les balise code, le post aurait été moins long smile

Si tu n'execute pas le make, le programme ne se fabrique pas, donc il ne peut pas s'installer.
Il est d'ailleurs bizarre que le make install n'est pas fait d'erreur.

Si on reprenait la procédure ensemble?:

commence par copier les sources de ton programme dans un dossier de ton /home (il ne vaut mieux pas bosser en root, surtout quand on sait pas ce que l'on fais, ça évite les betises)

ensuite, dans un terminal navigue jusqu'au dossier en question
puis:

./configure

et

make

Poste ici le retour de la console a la fin du configure et a la fin du make, qu'on voit si tout ce passe bien (entre balise code)

Dernière modification par sheep (Le 31/12/2007, à 11:19)


Save water, Drink beer

Hors ligne

#6 Le 31/12/2007, à 14:49

sona

Re : [RESOLU] compilation d'un programme ?

bonjour,

merci beaucoup pour le tuyau, voici les étapes:
-1

root@anatta:/usr/local/src# tar xvzf animorph-0.3.tar.gz
animorph-0.3/
animorph-0.3/src/
animorph-0.3/src/xmlParser.cpp
animorph-0.3/src/BodySettings.cpp
animorph-0.3/src/Material.cpp
animorph-0.3/src/Skin.cpp
animorph-0.3/src/FaceVector.cpp
animorph-0.3/src/ObjExporter.cpp
animorph-0.3/src/Target.cpp
animorph-0.3/src/PoseSemiTarget.cpp
animorph-0.3/src/EdgeStrip.cpp
animorph-0.3/src/Matrix.cpp
animorph-0.3/src/SkinVertex.cpp
animorph-0.3/src/Euler.cpp
animorph-0.3/src/VertexVector.cpp
animorph-0.3/src/FileWriter.cpp
animorph-0.3/src/PoseTarget.cpp
animorph-0.3/src/ColladaExporter.cpp
animorph-0.3/src/RawMesh.cpp
animorph-0.3/src/TextureVector.cpp
animorph-0.3/src/OgreXMLExporter.cpp
animorph-0.3/src/PoseRotation.cpp
animorph-0.3/src/Makefile.am
animorph-0.3/src/Makefile.in
animorph-0.3/src/Hotspot.cpp
animorph-0.3/src/FileReader.cpp
animorph-0.3/src/VertexGroup.cpp
animorph-0.3/src/RIBExporter.cpp
animorph-0.3/src/SmoothVertex.cpp
animorph-0.3/src/Color.cpp
animorph-0.3/src/Mesh.cpp
animorph-0.3/src/Face.cpp
animorph-0.3/src/FaceGroup.cpp
animorph-0.3/src/Vertex.cpp
animorph-0.3/src/Quaternion.cpp
animorph-0.3/src/MathUtil.cpp
animorph-0.3/src/DirectoryList.cpp
animorph-0.3/src/util.cpp
animorph-0.3/src/PoseTranslation.cpp
animorph-0.3/NEWS
animorph-0.3/TODO
animorph-0.3/os-x/
animorph-0.3/os-x/src/
animorph-0.3/os-x/src/animorph_Prefix.pch
animorph-0.3/os-x/resources/
animorph-0.3/os-x/resources/Info.plist
animorph-0.3/os-x/animorph_framework.xcodeproj/
animorph-0.3/os-x/animorph_framework.xcodeproj/project.pbxproj
animorph-0.3/depcomp
animorph-0.3/aclocal.m4
animorph-0.3/README
animorph-0.3/ltmain.sh
animorph-0.3/configure
animorph-0.3/configure.ac
animorph-0.3/config.guess
animorph-0.3/install-sh
animorph-0.3/config.sub
animorph-0.3/libanimorph.cbp
animorph-0.3/libanimorph.dev
animorph-0.3/missing
animorph-0.3/Makefile.am
animorph-0.3/Makefile.in
animorph-0.3/animorph-uninstalled.pc.in
animorph-0.3/config.h.in
animorph-0.3/animorph.pc.in
animorph-0.3/AUTHORS
animorph-0.3/animorph.DevPackage.in
animorph-0.3/INSTALL
animorph-0.3/animorph-env.sh.in
animorph-0.3/ChangeLog
animorph-0.3/include/
animorph-0.3/include/animorph/
animorph-0.3/include/animorph/Quaternion.h
animorph-0.3/include/animorph/Face.h
animorph-0.3/include/animorph/RawMesh.h
animorph-0.3/include/animorph/DirectoryList.h
animorph-0.3/include/animorph/xmlParser.h
animorph-0.3/include/animorph/ObjExporter.h
animorph-0.3/include/animorph/Mesh.h
animorph-0.3/include/animorph/Matrix.h
animorph-0.3/include/animorph/Vertex.h
animorph-0.3/include/animorph/FileReader.h
animorph-0.3/include/animorph/Skin.h
animorph-0.3/include/animorph/FileWriter.h
animorph-0.3/include/animorph/ColladaExporter.h
animorph-0.3/include/animorph/Vector2.h
animorph-0.3/include/animorph/Vector3.h
animorph-0.3/include/animorph/PoseRotation.h
animorph-0.3/include/animorph/Color.h
animorph-0.3/include/animorph/FaceGroup.h
animorph-0.3/include/animorph/VertexVector.h
animorph-0.3/include/animorph/Target.h
animorph-0.3/include/animorph/PoseSemiTarget.h
animorph-0.3/include/animorph/EdgeStrip.h
animorph-0.3/include/animorph/Material.h
animorph-0.3/include/animorph/Makefile.am
animorph-0.3/include/animorph/Makefile.in
animorph-0.3/include/animorph/FaceVector.h
animorph-0.3/include/animorph/TextureVector.h
animorph-0.3/include/animorph/MathUtil.h
animorph-0.3/include/animorph/OgreXMLExporter.h
animorph-0.3/include/animorph/SkinVertex.h
animorph-0.3/include/animorph/SmoothVertex.h
animorph-0.3/include/animorph/util.h
animorph-0.3/include/animorph/Euler.h
animorph-0.3/include/animorph/Hotspot.h
animorph-0.3/include/animorph/RIBExporter.h
animorph-0.3/include/animorph/PoseTranslation.h
animorph-0.3/include/animorph/BodySettings.h
animorph-0.3/include/animorph/VertexGroup.h
animorph-0.3/include/animorph/PoseTarget.h
animorph-0.3/include/Makefile.am
animorph-0.3/include/Makefile.in
animorph-0.3/COPYING

-2

root@anatta:/usr/local/src/animorph-0.3# ./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 whether to enable maintainer-specific portions of Makefiles... no
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 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 how to run the C preprocessor... gcc -E
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 for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for 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 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 how to run the C++ preprocessor... g++ -E
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 for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable debugging... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/animorph/Makefile
config.status: creating src/Makefile
config.status: creating animorph.pc
config.status: creating animorph-uninstalled.pc
config.status: creating animorph-env.sh
config.status: creating animorph.DevPackage
config.status: creating config.h
config.status: executing depfiles commands

-3

root@anatta:/usr/local/src/animorph-0.3# make
make  all-recursive
make[1]: entrant dans le répertoire « /usr/local/src/animorph-0.3 »
Making all in include
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include »
Making all in animorph
make[3]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include/animorph »
make[3]: Rien à  faire pour « all ».
make[3]: quittant le répertoire « /usr/local/src/animorph-0.3/include/animorph »
make[3]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include »
make[3]: Rien à  faire pour « all-am ».
make[3]: quittant le répertoire « /usr/local/src/animorph-0.3/include »
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3/include »
Making all in src
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3/src »
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c -o BodySettings.lo BodySettings.cpp
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c BodySettings.cpp  -fPIC -DPIC -o .libs/BodySettings.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c BodySettings.cpp -o BodySettings.o >/dev/null 2>&1
mv -f .deps/BodySettings.Tpo .deps/BodySettings.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FaceVector.lo -MD -MP -MF .deps/FaceVector.Tpo -c -o FaceVector.lo FaceVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceVector.lo -MD -MP -MF .deps/FaceVector.Tpo -c FaceVector.cpp  -fPIC -DPIC -o .libs/FaceVector.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceVector.lo -MD -MP -MF .deps/FaceVector.Tpo -c FaceVector.cpp -o FaceVector.o >/dev/null 2>&1
mv -f .deps/FaceVector.Tpo .deps/FaceVector.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Vertex.lo -MD -MP -MF .deps/Vertex.Tpo -c -o Vertex.lo Vertex.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Vertex.lo -MD -MP -MF .deps/Vertex.Tpo -c Vertex.cpp  -fPIC -DPIC -o .libs/Vertex.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Vertex.lo -MD -MP -MF .deps/Vertex.Tpo -c Vertex.cpp -o Vertex.o >/dev/null 2>&1
mv -f .deps/Vertex.Tpo .deps/Vertex.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT VertexVector.lo -MD -MP -MF .deps/VertexVector.Tpo -c -o VertexVector.lo VertexVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexVector.lo -MD -MP -MF .deps/VertexVector.Tpo -c VertexVector.cpp  -fPIC -DPIC -o .libs/VertexVector.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexVector.lo -MD -MP -MF .deps/VertexVector.Tpo -c VertexVector.cpp -o VertexVector.o >/dev/null 2>&1
mv -f .deps/VertexVector.Tpo .deps/VertexVector.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT TextureVector.lo -MD -MP -MF .deps/TextureVector.Tpo -c -o TextureVector.lo TextureVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT TextureVector.lo -MD -MP -MF .deps/TextureVector.Tpo -c TextureVector.cpp  -fPIC -DPIC -o .libs/TextureVector.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT TextureVector.lo -MD -MP -MF .deps/TextureVector.Tpo -c TextureVector.cpp -o TextureVector.o >/dev/null 2>&1
mv -f .deps/TextureVector.Tpo .deps/TextureVector.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Face.lo -MD -MP -MF .deps/Face.Tpo -c -o Face.lo Face.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Face.lo -MD -MP -MF .deps/Face.Tpo -c Face.cpp  -fPIC -DPIC -o .libs/Face.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Face.lo -MD -MP -MF .deps/Face.Tpo -c Face.cpp -o Face.o >/dev/null 2>&1
mv -f .deps/Face.Tpo .deps/Face.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Mesh.lo -MD -MP -MF .deps/Mesh.Tpo -c -o Mesh.lo Mesh.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Mesh.lo -MD -MP -MF .deps/Mesh.Tpo -c Mesh.cpp  -fPIC -DPIC -o .libs/Mesh.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Mesh.lo -MD -MP -MF .deps/Mesh.Tpo -c Mesh.cpp -o Mesh.o >/dev/null 2>&1
mv -f .deps/Mesh.Tpo .deps/Mesh.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Skin.lo -MD -MP -MF .deps/Skin.Tpo -c -o Skin.lo Skin.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Skin.lo -MD -MP -MF .deps/Skin.Tpo -c Skin.cpp  -fPIC -DPIC -o .libs/Skin.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Skin.lo -MD -MP -MF .deps/Skin.Tpo -c Skin.cpp -o Skin.o >/dev/null 2>&1
mv -f .deps/Skin.Tpo .deps/Skin.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT SkinVertex.lo -MD -MP -MF .deps/SkinVertex.Tpo -c -o SkinVertex.lo SkinVertex.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SkinVertex.lo -MD -MP -MF .deps/SkinVertex.Tpo -c SkinVertex.cpp  -fPIC -DPIC -o .libs/SkinVertex.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SkinVertex.lo -MD -MP -MF .deps/SkinVertex.Tpo -c SkinVertex.cpp -o SkinVertex.o >/dev/null 2>&1
mv -f .deps/SkinVertex.Tpo .deps/SkinVertex.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Target.lo -MD -MP -MF .deps/Target.Tpo -c -o Target.lo Target.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Target.lo -MD -MP -MF .deps/Target.Tpo -c Target.cpp  -fPIC -DPIC -o .libs/Target.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Target.lo -MD -MP -MF .deps/Target.Tpo -c Target.cpp -o Target.o >/dev/null 2>&1
mv -f .deps/Target.Tpo .deps/Target.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Hotspot.lo -MD -MP -MF .deps/Hotspot.Tpo -c -o Hotspot.lo Hotspot.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Hotspot.lo -MD -MP -MF .deps/Hotspot.Tpo -c Hotspot.cpp  -fPIC -DPIC -o .libs/Hotspot.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Hotspot.lo -MD -MP -MF .deps/Hotspot.Tpo -c Hotspot.cpp -o Hotspot.o >/dev/null 2>&1
mv -f .deps/Hotspot.Tpo .deps/Hotspot.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT VertexGroup.lo -MD -MP -MF .deps/VertexGroup.Tpo -c -o VertexGroup.lo VertexGroup.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexGroup.lo -MD -MP -MF .deps/VertexGroup.Tpo -c VertexGroup.cpp  -fPIC -DPIC -o .libs/VertexGroup.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexGroup.lo -MD -MP -MF .deps/VertexGroup.Tpo -c VertexGroup.cpp -o VertexGroup.o >/dev/null 2>&1
mv -f .deps/VertexGroup.Tpo .deps/VertexGroup.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FaceGroup.lo -MD -MP -MF .deps/FaceGroup.Tpo -c -o FaceGroup.lo FaceGroup.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceGroup.lo -MD -MP -MF .deps/FaceGroup.Tpo -c FaceGroup.cpp  -fPIC -DPIC -o .libs/FaceGroup.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceGroup.lo -MD -MP -MF .deps/FaceGroup.Tpo -c FaceGroup.cpp -o FaceGroup.o >/dev/null 2>&1
mv -f .deps/FaceGroup.Tpo .deps/FaceGroup.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Color.lo -MD -MP -MF .deps/Color.Tpo -c -o Color.lo Color.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Color.lo -MD -MP -MF .deps/Color.Tpo -c Color.cpp  -fPIC -DPIC -o .libs/Color.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Color.lo -MD -MP -MF .deps/Color.Tpo -c Color.cpp -o Color.o >/dev/null 2>&1
mv -f .deps/Color.Tpo .deps/Color.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT EdgeStrip.lo -MD -MP -MF .deps/EdgeStrip.Tpo -c -o EdgeStrip.lo EdgeStrip.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT EdgeStrip.lo -MD -MP -MF .deps/EdgeStrip.Tpo -c EdgeStrip.cpp  -fPIC -DPIC -o .libs/EdgeStrip.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT EdgeStrip.lo -MD -MP -MF .deps/EdgeStrip.Tpo -c EdgeStrip.cpp -o EdgeStrip.o >/dev/null 2>&1
mv -f .deps/EdgeStrip.Tpo .deps/EdgeStrip.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Euler.lo -MD -MP -MF .deps/Euler.Tpo -c -o Euler.lo Euler.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Euler.lo -MD -MP -MF .deps/Euler.Tpo -c Euler.cpp  -fPIC -DPIC -o .libs/Euler.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Euler.lo -MD -MP -MF .deps/Euler.Tpo -c Euler.cpp -o Euler.o >/dev/null 2>&1
mv -f .deps/Euler.Tpo .deps/Euler.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT MathUtil.lo -MD -MP -MF .deps/MathUtil.Tpo -c -o MathUtil.lo MathUtil.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT MathUtil.lo -MD -MP -MF .deps/MathUtil.Tpo -c MathUtil.cpp  -fPIC -DPIC -o .libs/MathUtil.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT MathUtil.lo -MD -MP -MF .deps/MathUtil.Tpo -c MathUtil.cpp -o MathUtil.o >/dev/null 2>&1
mv -f .deps/MathUtil.Tpo .deps/MathUtil.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c -o Matrix.lo Matrix.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c Matrix.cpp  -fPIC -DPIC -o .libs/Matrix.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c Matrix.cpp -o Matrix.o >/dev/null 2>&1
mv -f .deps/Matrix.Tpo .deps/Matrix.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Quaternion.lo -MD -MP -MF .deps/Quaternion.Tpo -c -o Quaternion.lo Quaternion.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Quaternion.lo -MD -MP -MF .deps/Quaternion.Tpo -c Quaternion.cpp  -fPIC -DPIC -o .libs/Quaternion.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Quaternion.lo -MD -MP -MF .deps/Quaternion.Tpo -c Quaternion.cpp -o Quaternion.o >/dev/null 2>&1
mv -f .deps/Quaternion.Tpo .deps/Quaternion.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FileReader.lo -MD -MP -MF .deps/FileReader.Tpo -c -o FileReader.lo FileReader.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileReader.lo -MD -MP -MF .deps/FileReader.Tpo -c FileReader.cpp  -fPIC -DPIC -o .libs/FileReader.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileReader.lo -MD -MP -MF .deps/FileReader.Tpo -c FileReader.cpp -o FileReader.o >/dev/null 2>&1
mv -f .deps/FileReader.Tpo .deps/FileReader.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FileWriter.lo -MD -MP -MF .deps/FileWriter.Tpo -c -o FileWriter.lo FileWriter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileWriter.lo -MD -MP -MF .deps/FileWriter.Tpo -c FileWriter.cpp  -fPIC -DPIC -o .libs/FileWriter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileWriter.lo -MD -MP -MF .deps/FileWriter.Tpo -c FileWriter.cpp -o FileWriter.o >/dev/null 2>&1
mv -f .deps/FileWriter.Tpo .deps/FileWriter.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Material.lo -MD -MP -MF .deps/Material.Tpo -c -o Material.lo Material.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Material.lo -MD -MP -MF .deps/Material.Tpo -c Material.cpp  -fPIC -DPIC -o .libs/Material.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Material.lo -MD -MP -MF .deps/Material.Tpo -c Material.cpp -o Material.o >/dev/null 2>&1
mv -f .deps/Material.Tpo .deps/Material.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT ObjExporter.lo -MD -MP -MF .deps/ObjExporter.Tpo -c -o ObjExporter.lo ObjExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ObjExporter.lo -MD -MP -MF .deps/ObjExporter.Tpo -c ObjExporter.cpp  -fPIC -DPIC -o .libs/ObjExporter.o
ObjExporter.cpp: In member function 'void Animorph::ObjExporter::createOBJStream(std::ostringstream&, const std::string&)':
ObjExporter.cpp:50: warning: unused variable 'partname'
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ObjExporter.lo -MD -MP -MF .deps/ObjExporter.Tpo -c ObjExporter.cpp -o ObjExporter.o >/dev/null 2>&1
mv -f .deps/ObjExporter.Tpo .deps/ObjExporter.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT DirectoryList.lo -MD -MP -MF .deps/DirectoryList.Tpo -c -o DirectoryList.lo DirectoryList.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT DirectoryList.lo -MD -MP -MF .deps/DirectoryList.Tpo -c DirectoryList.cpp  -fPIC -DPIC -o .libs/DirectoryList.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT DirectoryList.lo -MD -MP -MF .deps/DirectoryList.Tpo -c DirectoryList.cpp -o DirectoryList.o >/dev/null 2>&1
mv -f .deps/DirectoryList.Tpo .deps/DirectoryList.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp  -fPIC -DPIC -o .libs/util.o
util.cpp: In function 'bool Animorph::hasFileEnding(const std::string&, const std::string&)':
util.cpp:55: warning: comparison is always true due to limited range of data type
util.cpp: In function 'std::string Animorph::cutFileEnding(std::string, const std::string&)':
util.cpp:69: warning: comparison is always true due to limited range of data type
util.cpp:79: warning: comparison is always true due to limited range of data type
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT RIBExporter.lo -MD -MP -MF .deps/RIBExporter.Tpo -c -o RIBExporter.lo RIBExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RIBExporter.lo -MD -MP -MF .deps/RIBExporter.Tpo -c RIBExporter.cpp  -fPIC -DPIC -o .libs/RIBExporter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RIBExporter.lo -MD -MP -MF .deps/RIBExporter.Tpo -c RIBExporter.cpp -o RIBExporter.o >/dev/null 2>&1
mv -f .deps/RIBExporter.Tpo .deps/RIBExporter.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseTarget.lo -MD -MP -MF .deps/PoseTarget.Tpo -c -o PoseTarget.lo PoseTarget.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTarget.lo -MD -MP -MF .deps/PoseTarget.Tpo -c PoseTarget.cpp  -fPIC -DPIC -o .libs/PoseTarget.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTarget.lo -MD -MP -MF .deps/PoseTarget.Tpo -c PoseTarget.cpp -o PoseTarget.o >/dev/null 2>&1
mv -f .deps/PoseTarget.Tpo .deps/PoseTarget.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseSemiTarget.lo -MD -MP -MF .deps/PoseSemiTarget.Tpo -c -o PoseSemiTarget.lo PoseSemiTarget.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseSemiTarget.lo -MD -MP -MF .deps/PoseSemiTarget.Tpo -c PoseSemiTarget.cpp  -fPIC -DPIC -o .libs/PoseSemiTarget.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseSemiTarget.lo -MD -MP -MF .deps/PoseSemiTarget.Tpo -c PoseSemiTarget.cpp -o PoseSemiTarget.o >/dev/null 2>&1
mv -f .deps/PoseSemiTarget.Tpo .deps/PoseSemiTarget.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseRotation.lo -MD -MP -MF .deps/PoseRotation.Tpo -c -o PoseRotation.lo PoseRotation.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseRotation.lo -MD -MP -MF .deps/PoseRotation.Tpo -c PoseRotation.cpp  -fPIC -DPIC -o .libs/PoseRotation.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseRotation.lo -MD -MP -MF .deps/PoseRotation.Tpo -c PoseRotation.cpp -o PoseRotation.o >/dev/null 2>&1
mv -f .deps/PoseRotation.Tpo .deps/PoseRotation.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseTranslation.lo -MD -MP -MF .deps/PoseTranslation.Tpo -c -o PoseTranslation.lo PoseTranslation.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTranslation.lo -MD -MP -MF .deps/PoseTranslation.Tpo -c PoseTranslation.cpp  -fPIC -DPIC -o .libs/PoseTranslation.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTranslation.lo -MD -MP -MF .deps/PoseTranslation.Tpo -c PoseTranslation.cpp -o PoseTranslation.o >/dev/null 2>&1
mv -f .deps/PoseTranslation.Tpo .deps/PoseTranslation.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT SmoothVertex.lo -MD -MP -MF .deps/SmoothVertex.Tpo -c -o SmoothVertex.lo SmoothVertex.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SmoothVertex.lo -MD -MP -MF .deps/SmoothVertex.Tpo -c SmoothVertex.cpp  -fPIC -DPIC -o .libs/SmoothVertex.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SmoothVertex.lo -MD -MP -MF .deps/SmoothVertex.Tpo -c SmoothVertex.cpp -o SmoothVertex.o >/dev/null 2>&1
mv -f .deps/SmoothVertex.Tpo .deps/SmoothVertex.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT RawMesh.lo -MD -MP -MF .deps/RawMesh.Tpo -c -o RawMesh.lo RawMesh.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RawMesh.lo -MD -MP -MF .deps/RawMesh.Tpo -c RawMesh.cpp  -fPIC -DPIC -o .libs/RawMesh.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RawMesh.lo -MD -MP -MF .deps/RawMesh.Tpo -c RawMesh.cpp -o RawMesh.o >/dev/null 2>&1
mv -f .deps/RawMesh.Tpo .deps/RawMesh.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT ColladaExporter.lo -MD -MP -MF .deps/ColladaExporter.Tpo -c -o ColladaExporter.lo ColladaExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ColladaExporter.lo -MD -MP -MF .deps/ColladaExporter.Tpo -c ColladaExporter.cpp  -fPIC -DPIC -o .libs/ColladaExporter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ColladaExporter.lo -MD -MP -MF .deps/ColladaExporter.Tpo -c ColladaExporter.cpp -o ColladaExporter.o >/dev/null 2>&1
mv -f .deps/ColladaExporter.Tpo .deps/ColladaExporter.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT xmlParser.lo -MD -MP -MF .deps/xmlParser.Tpo -c -o xmlParser.lo xmlParser.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT xmlParser.lo -MD -MP -MF .deps/xmlParser.Tpo -c xmlParser.cpp  -fPIC -DPIC -o .libs/xmlParser.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT xmlParser.lo -MD -MP -MF .deps/xmlParser.Tpo -c xmlParser.cpp -o xmlParser.o >/dev/null 2>&1
mv -f .deps/xmlParser.Tpo .deps/xmlParser.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT OgreXMLExporter.lo -MD -MP -MF .deps/OgreXMLExporter.Tpo -c -o OgreXMLExporter.lo OgreXMLExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT OgreXMLExporter.lo -MD -MP -MF .deps/OgreXMLExporter.Tpo -c OgreXMLExporter.cpp  -fPIC -DPIC -o .libs/OgreXMLExporter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT OgreXMLExporter.lo -MD -MP -MF .deps/OgreXMLExporter.Tpo -c OgreXMLExporter.cpp -o OgreXMLExporter.o >/dev/null 2>&1
mv -f .deps/OgreXMLExporter.Tpo .deps/OgreXMLExporter.Plo
/bin/sh ../libtool --tag=CXX   --mode=link g++ -Wall -g -O2   -o libanimorph.la -rpath /usr/local/lib BodySettings.lo FaceVector.lo Vertex.lo VertexVector.lo TextureVector.lo Face.lo Mesh.lo Skin.lo SkinVertex.lo Target.lo Hotspot.lo VertexGroup.lo FaceGroup.lo Color.lo EdgeStrip.lo Euler.lo MathUtil.lo Matrix.lo Quaternion.lo FileReader.lo FileWriter.lo Material.lo ObjExporter.lo DirectoryList.lo util.lo RIBExporter.lo PoseTarget.lo PoseSemiTarget.lo PoseRotation.lo PoseTranslation.lo SmoothVertex.lo RawMesh.lo ColladaExporter.lo xmlParser.lo OgreXMLExporter.lo
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.0.3/crtbeginS.o  .libs/BodySettings.o .libs/FaceVector.o .libs/Vertex.o .libs/VertexVector.o .libs/TextureVector.o .libs/Face.o .libs/Mesh.o .libs/Skin.o .libs/SkinVertex.o .libs/Target.o .libs/Hotspot.o .libs/VertexGroup.o .libs/FaceGroup.o .libs/Color.o .libs/EdgeStrip.o .libs/Euler.o .libs/MathUtil.o .libs/Matrix.o .libs/Quaternion.o .libs/FileReader.o .libs/FileWriter.o .libs/Material.o .libs/ObjExporter.o .libs/DirectoryList.o .libs/util.o .libs/RIBExporter.o .libs/PoseTarget.o .libs/PoseSemiTarget.o .libs/PoseRotation.o .libs/PoseTranslation.o .libs/SmoothVertex.o .libs/RawMesh.o .libs/ColladaExporter.o .libs/xmlParser.o .libs/OgreXMLExporter.o  -L/usr/lib/gcc/x86_64-linux-gnu/4.0.3 -L/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../lib64 -L/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.0.3/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../lib64/crtn.o  -Wl,-soname -Wl,libanimorph.so.0 -o .libs/libanimorph.so.0.0.0
(cd .libs && rm -f libanimorph.so.0 && ln -s libanimorph.so.0.0.0 libanimorph.so.0)
(cd .libs && rm -f libanimorph.so && ln -s libanimorph.so.0.0.0 libanimorph.so)
ar cru .libs/libanimorph.a  BodySettings.o FaceVector.o Vertex.o VertexVector.o TextureVector.o Face.o Mesh.o Skin.o SkinVertex.o Target.o Hotspot.o VertexGroup.o FaceGroup.o Color.o EdgeStrip.o Euler.o MathUtil.o Matrix.o Quaternion.o FileReader.o FileWriter.o Material.o ObjExporter.o DirectoryList.o util.o RIBExporter.o PoseTarget.o PoseSemiTarget.o PoseRotation.o PoseTranslation.o SmoothVertex.o RawMesh.o ColladaExporter.o xmlParser.o OgreXMLExporter.o
ranlib .libs/libanimorph.a
creating libanimorph.la
(cd .libs && rm -f libanimorph.la && ln -s ../libanimorph.la libanimorph.la)
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3/src »
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3 »
make[2]: Rien à  faire pour « all-am ».
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3 »
make[1]: quittant le répertoire « /usr/local/src/animorph-0.3 »
root@anatta:/usr/local/src/animorph-0.3#

-4

root@anatta:/usr/local/src/animorph-0.3# make install
Making install in include
make[1]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include »
Making install in animorph
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include/animorph »
make[3]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include/animorph »
make[3]: Rien à  faire pour « install-exec-am ».
test -z "/usr/local/include/animorph" || /bin/mkdir -p "/usr/local/include/animorph"
 /usr/bin/install -c -m 644 'BodySettings.h' '/usr/local/include/animorph/BodySettings.h'
 /usr/bin/install -c -m 644 'Face.h' '/usr/local/include/animorph/Face.h'
 /usr/bin/install -c -m 644 'Mesh.h' '/usr/local/include/animorph/Mesh.h'
 /usr/bin/install -c -m 644 'Skin.h' '/usr/local/include/animorph/Skin.h'
 /usr/bin/install -c -m 644 'SkinVertex.h' '/usr/local/include/animorph/SkinVertex.h'
 /usr/bin/install -c -m 644 'Target.h' '/usr/local/include/animorph/Target.h'
 /usr/bin/install -c -m 644 'Vector3.h' '/usr/local/include/animorph/Vector3.h'
 /usr/bin/install -c -m 644 'Vector2.h' '/usr/local/include/animorph/Vector2.h'
 /usr/bin/install -c -m 644 'Vertex.h' '/usr/local/include/animorph/Vertex.h'
 /usr/bin/install -c -m 644 'VertexVector.h' '/usr/local/include/animorph/VertexVector.h'
 /usr/bin/install -c -m 644 'FaceVector.h' '/usr/local/include/animorph/FaceVector.h'
 /usr/bin/install -c -m 644 'TextureVector.h' '/usr/local/include/animorph/TextureVector.h'
 /usr/bin/install -c -m 644 'Hotspot.h' '/usr/local/include/animorph/Hotspot.h'
 /usr/bin/install -c -m 644 'VertexGroup.h' '/usr/local/include/animorph/VertexGroup.h'
 /usr/bin/install -c -m 644 'FaceGroup.h' '/usr/local/include/animorph/FaceGroup.h'
 /usr/bin/install -c -m 644 'Color.h' '/usr/local/include/animorph/Color.h'
 /usr/bin/install -c -m 644 'util.h' '/usr/local/include/animorph/util.h'
 /usr/bin/install -c -m 644 'EdgeStrip.h' '/usr/local/include/animorph/EdgeStrip.h'
 /usr/bin/install -c -m 644 'Euler.h' '/usr/local/include/animorph/Euler.h'
 /usr/bin/install -c -m 644 'MathUtil.h' '/usr/local/include/animorph/MathUtil.h'
 /usr/bin/install -c -m 644 'Matrix.h' '/usr/local/include/animorph/Matrix.h'
 /usr/bin/install -c -m 644 'Quaternion.h' '/usr/local/include/animorph/Quaternion.h'
 /usr/bin/install -c -m 644 'FileReader.h' '/usr/local/include/animorph/FileReader.h'
 /usr/bin/install -c -m 644 'FileWriter.h' '/usr/local/include/animorph/FileWriter.h'
 /usr/bin/install -c -m 644 'Material.h' '/usr/local/include/animorph/Material.h'
 /usr/bin/install -c -m 644 'ObjExporter.h' '/usr/local/include/animorph/ObjExporter.h'
 /usr/bin/install -c -m 644 'DirectoryList.h' '/usr/local/include/animorph/DirectoryList.h'
 /usr/bin/install -c -m 644 'RIBExporter.h' '/usr/local/include/animorph/RIBExporter.h'
 /usr/bin/install -c -m 644 'PoseTarget.h' '/usr/local/include/animorph/PoseTarget.h'
 /usr/bin/install -c -m 644 'PoseSemiTarget.h' '/usr/local/include/animorph/PoseSemiTarget.h'
 /usr/bin/install -c -m 644 'PoseRotation.h' '/usr/local/include/animorph/PoseRotation.h'
 /usr/bin/install -c -m 644 'PoseTranslation.h' '/usr/local/include/animorph/PoseTranslation.h'
 /usr/bin/install -c -m 644 'SmoothVertex.h' '/usr/local/include/animorph/SmoothVertex.h'
 /usr/bin/install -c -m 644 'RawMesh.h' '/usr/local/include/animorph/RawMesh.h'
 /usr/bin/install -c -m 644 'ColladaExporter.h' '/usr/local/include/animorph/ColladaExporter.h'
 /usr/bin/install -c -m 644 'xmlParser.h' '/usr/local/include/animorph/xmlParser.h'
 /usr/bin/install -c -m 644 'OgreXMLExporter.h' '/usr/local/include/animorph/OgreXMLExporter.h'
make[3]: quittant le répertoire « /usr/local/src/animorph-0.3/include/animorph »
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3/include/animorph »
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include »
make[3]: entrant dans le répertoire « /usr/local/src/animorph-0.3/include »
make[3]: Rien à  faire pour « install-exec-am ».
make[3]: Rien à  faire pour « install-data-am ».
make[3]: quittant le répertoire « /usr/local/src/animorph-0.3/include »
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3/include »
make[1]: quittant le répertoire « /usr/local/src/animorph-0.3/include »
Making install in src
make[1]: entrant dans le répertoire « /usr/local/src/animorph-0.3/src »
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3/src »
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libanimorph.la' '/usr/local/lib/libanimorph.la'
/usr/bin/install -c .libs/libanimorph.so.0.0.0 /usr/local/lib/libanimorph.so.0.0.0
(cd /usr/local/lib && { ln -s -f libanimorph.so.0.0.0 libanimorph.so.0 || { rm -f libanimorph.so.0 && ln -s libanimorph.so.0.0.0 libanimorph.so.0; }; })
(cd /usr/local/lib && { ln -s -f libanimorph.so.0.0.0 libanimorph.so || { rm -f libanimorph.so && ln -s libanimorph.so.0.0.0 libanimorph.so; }; })
/usr/bin/install -c .libs/libanimorph.lai /usr/local/lib/libanimorph.la
/usr/bin/install -c .libs/libanimorph.a /usr/local/lib/libanimorph.a
chmod 644 /usr/local/lib/libanimorph.a
ranlib /usr/local/lib/libanimorph.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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Rien à  faire pour « install-data-am ».
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3/src »
make[1]: quittant le répertoire « /usr/local/src/animorph-0.3/src »
make[1]: entrant dans le répertoire « /usr/local/src/animorph-0.3 »
make[2]: entrant dans le répertoire « /usr/local/src/animorph-0.3 »
make[2]: Rien à  faire pour « install-exec-am ».
test -z "/usr/local/doc/animorph" || /bin/mkdir -p "/usr/local/doc/animorph"
 /usr/bin/install -c -m 644 'README' '/usr/local/doc/animorph/README'
 /usr/bin/install -c -m 644 'COPYING' '/usr/local/doc/animorph/COPYING'
 /usr/bin/install -c -m 644 'AUTHORS' '/usr/local/doc/animorph/AUTHORS'
 /usr/bin/install -c -m 644 'ChangeLog' '/usr/local/doc/animorph/ChangeLog'
 /usr/bin/install -c -m 644 'INSTALL' '/usr/local/doc/animorph/INSTALL'
 /usr/bin/install -c -m 644 'NEWS' '/usr/local/doc/animorph/NEWS'
 /usr/bin/install -c -m 644 'TODO' '/usr/local/doc/animorph/TODO'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'animorph.pc' '/usr/local/lib/pkgconfig/animorph.pc'
make[2]: quittant le répertoire « /usr/local/src/animorph-0.3 »
make[1]: quittant le répertoire « /usr/local/src/animorph-0.3 »
root@anatta:/usr/local/src/animorph-0.3#

Voilà  il me semble que tout c'est bien passé , je vois que je suis resté en root car auparavant j'avais supprimer le dossier précédent d'animorph, bien maintenant que faire ?

merci wink

Hors ligne

#7 Le 06/01/2008, à 20:37

sona

Re : [RESOLU] compilation d'un programme ?

bonjour,

et bonne année à  tous

je ne comprend toujours pas  le problème car  sur cette archive le readme me dit de faire  make et make install et il ne trouve pas la cible , idem pour l'archive de Gimp2.4.3 le ./configure fonctionne mais après le make et le make install ne trouve pas de fichier cible....

mystère....

merci de votre aide   hmm

Hors ligne

#8 Le 06/01/2008, à 22:16

sheep

Re : [RESOLU] compilation d'un programme ?

bonjour,

si le make ne trouve pas de fichier cible, c'est que le configure a retourner une erreur, t'es sur que, dans le cas de gimp, tout s'est bien passer?

Peux tu poster le retour de ./configure ici? (pour gimp)

pour ce qui est d'animorph (que je ne connais pas), la compilation dont tu as donné les details au dessus, c'est bien déroulée, pour le lancer essaye "animorph" dans un terminal (utilise l'autocompletion)


Save water, Drink beer

Hors ligne

#9 Le 07/01/2008, à 09:45

sona

Re : [RESOLU] compilation d'un programme ?

bonjour,

pour l'auto complétion d'animorph ça ne fonctionne pas , mais voici le code du ./configure pour gimp2.4.3 :

root@anatta:/usr/local/src/gimp-2.4.3# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to 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 -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for target architecture... x86_64-unknown-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for library containing strerror... none required
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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether to turn on debugging... no
checking whether to turn on profiling... no
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Winit-self... yes
checking whether gcc understands -Wpointer-arith... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... yes
checking for alloca... yes
checking for difftime... yes
checking for putenv... yes
checking for mmap... yes
checking whether binary relocation support should be enabled... no
checking for _NL_MEASUREMENT_MEASUREMENT... yes
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

effectivement il y a un erreur et des sequences qui ne sont pas "checker" mais je ne sais pas interpréter le message.

merci de votre aide  smile

Hors ligne

#10 Le 07/01/2008, à 09:47

Coolgeek

Re : [RESOLU] compilation d'un programme ?

il se trouve que le package perl n'est pas installer. va dans synaptic et installe perl smile

Hors ligne

#11 Le 07/01/2008, à 10:06

sona

Re : [RESOLU] compilation d'un programme ?

je crois qui si car j'ai tout de suite vérifier vu le messge , je vérifie encore, voici le résultat

:/usr/local/src/gimp-2.4.3# apt-get install perl
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
perl est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

c'est bizarre :

Hors ligne

#12 Le 07/01/2008, à 10:11

Coolgeek

Re : [RESOLU] compilation d'un programme ?

au temps pour moi, il s'agit du module XMLParser pour perl qui ne l'est pas tongue

Hors ligne

#13 Le 07/01/2008, à 10:34

bishop

Re : [RESOLU] compilation d'un programme ?

sudo apt-get install libxml-perl libxml-parser-perl

La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#14 Le 07/01/2008, à 14:31

sona

Re : [RESOLU] compilation d'un programme ?

bon maintenant voilà  autre chose ,

jai bien fait la commde avec d'autres dépendances qu'il me propose, j'ai refait le tar puis le ./ configure pour gimp voici ce qu'il me donne:

checking for GLIB - version >= 2.12.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: Test for GLIB failed. See the file 'INSTALL' for help.

j'ai fait un :#gedit config.log , fichier extrêmement long auquel je ne comprend pas grand chose sauf qu'il y a des séquences qui ne sont "checker", j'aimerais savoir ou regarder dans ce fichier...:(

j'ai aussi fait apt-get glib, ça ne donne rien

merci

Dernière modification par sona (Le 07/01/2008, à 14:31)

Hors ligne

#15 Le 07/01/2008, à 14:47

bishop

Re : [RESOLU] compilation d'un programme ?

Je viens de compiler Makehuman et donc animorph-0.3 sans problème.
Les outils de compilation nécessaire :

sudo apt-get install build-essential checkinstall automake1.9 autoconf libtool

Les dépendances nécessaires (pour compiler animorph-0.3, mhgui-0.2, makehuman-0.9.1-rc1a). Elles ne sont donc peut être pas toutes nécessaires pour toi, mais à  défaut de savoir...

sudo apt-get install libstdc++6-dev libgcc1 freeglut3 freeglut3-dev glutg3 glutg3-dev libglut3 libglut3-dev libgtk2.0-dev libxmu6 libxmu-dev libxxf86vm1 libxxf86vm-dev perl libxml-perl libxml-parser-perl

.

.
Le log de compilation :

bishop05@bishop05:~/makehuman/animorph-0.3$ ./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 whether to enable maintainer-specific portions of Makefiles... no
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 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 how to run the C preprocessor... gcc -E
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 for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 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 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 how to run the C++ preprocessor... g++ -E
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 for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) 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
checking whether to enable debugging... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/animorph/Makefile
config.status: creating src/Makefile
config.status: creating animorph.pc
config.status: creating animorph-uninstalled.pc
config.status: creating animorph-env.sh
config.status: creating animorph.DevPackage
config.status: creating config.h
config.status: executing depfiles commands




bishop05@bishop05:~/makehuman/animorph-0.3$ make
make  all-recursive
make[1]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3 »
Making all in include
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
Making all in animorph
make[3]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include/animorph »
make[3]: Rien à  faire pour « all ».
make[3]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include/animorph »
make[3]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
make[3]: Rien à  faire pour « all-am ».
make[3]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
Making all in src
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/src »
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c -o BodySettings.lo BodySettings.cpp
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c BodySettings.cpp  -fPIC -DPIC -o .libs/BodySettings.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT BodySettings.lo -MD -MP -MF .deps/BodySettings.Tpo -c BodySettings.cpp -o BodySettings.o >/dev/null 2>&1
mv -f .deps/BodySettings.Tpo .deps/BodySettings.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FaceVector.lo -MD -MP -MF .deps/FaceVector.Tpo -c -o FaceVector.lo FaceVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceVector.lo -MD -MP -MF .deps/FaceVector.Tpo -c FaceVector.cpp  -fPIC -DPIC -o .libs/FaceVector.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceVector.lo -MD -MP -MF .deps/FaceVector.Tpo -c FaceVector.cpp -o FaceVector.o >/dev/null 2>&1
mv -f .deps/FaceVector.Tpo .deps/FaceVector.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Vertex.lo -MD -MP -MF .deps/Vertex.Tpo -c -o Vertex.lo Vertex.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Vertex.lo -MD -MP -MF .deps/Vertex.Tpo -c Vertex.cpp  -fPIC -DPIC -o .libs/Vertex.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Vertex.lo -MD -MP -MF .deps/Vertex.Tpo -c Vertex.cpp -o Vertex.o >/dev/null 2>&1
mv -f .deps/Vertex.Tpo .deps/Vertex.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT VertexVector.lo -MD -MP -MF .deps/VertexVector.Tpo -c -o VertexVector.lo VertexVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexVector.lo -MD -MP -MF .deps/VertexVector.Tpo -c VertexVector.cpp  -fPIC -DPIC -o .libs/VertexVector.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexVector.lo -MD -MP -MF .deps/VertexVector.Tpo -c VertexVector.cpp -o VertexVector.o >/dev/null 2>&1
mv -f .deps/VertexVector.Tpo .deps/VertexVector.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT TextureVector.lo -MD -MP -MF .deps/TextureVector.Tpo -c -o TextureVector.lo TextureVector.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT TextureVector.lo -MD -MP -MF .deps/TextureVector.Tpo -c TextureVector.cpp  -fPIC -DPIC -o .libs/TextureVector.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT TextureVector.lo -MD -MP -MF .deps/TextureVector.Tpo -c TextureVector.cpp -o TextureVector.o >/dev/null 2>&1
mv -f .deps/TextureVector.Tpo .deps/TextureVector.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Face.lo -MD -MP -MF .deps/Face.Tpo -c -o Face.lo Face.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Face.lo -MD -MP -MF .deps/Face.Tpo -c Face.cpp  -fPIC -DPIC -o .libs/Face.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Face.lo -MD -MP -MF .deps/Face.Tpo -c Face.cpp -o Face.o >/dev/null 2>&1
mv -f .deps/Face.Tpo .deps/Face.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Mesh.lo -MD -MP -MF .deps/Mesh.Tpo -c -o Mesh.lo Mesh.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Mesh.lo -MD -MP -MF .deps/Mesh.Tpo -c Mesh.cpp  -fPIC -DPIC -o .libs/Mesh.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Mesh.lo -MD -MP -MF .deps/Mesh.Tpo -c Mesh.cpp -o Mesh.o >/dev/null 2>&1
mv -f .deps/Mesh.Tpo .deps/Mesh.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Skin.lo -MD -MP -MF .deps/Skin.Tpo -c -o Skin.lo Skin.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Skin.lo -MD -MP -MF .deps/Skin.Tpo -c Skin.cpp  -fPIC -DPIC -o .libs/Skin.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Skin.lo -MD -MP -MF .deps/Skin.Tpo -c Skin.cpp -o Skin.o >/dev/null 2>&1
mv -f .deps/Skin.Tpo .deps/Skin.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT SkinVertex.lo -MD -MP -MF .deps/SkinVertex.Tpo -c -o SkinVertex.lo SkinVertex.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SkinVertex.lo -MD -MP -MF .deps/SkinVertex.Tpo -c SkinVertex.cpp  -fPIC -DPIC -o .libs/SkinVertex.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SkinVertex.lo -MD -MP -MF .deps/SkinVertex.Tpo -c SkinVertex.cpp -o SkinVertex.o >/dev/null 2>&1
mv -f .deps/SkinVertex.Tpo .deps/SkinVertex.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Target.lo -MD -MP -MF .deps/Target.Tpo -c -o Target.lo Target.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Target.lo -MD -MP -MF .deps/Target.Tpo -c Target.cpp  -fPIC -DPIC -o .libs/Target.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Target.lo -MD -MP -MF .deps/Target.Tpo -c Target.cpp -o Target.o >/dev/null 2>&1
mv -f .deps/Target.Tpo .deps/Target.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Hotspot.lo -MD -MP -MF .deps/Hotspot.Tpo -c -o Hotspot.lo Hotspot.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Hotspot.lo -MD -MP -MF .deps/Hotspot.Tpo -c Hotspot.cpp  -fPIC -DPIC -o .libs/Hotspot.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Hotspot.lo -MD -MP -MF .deps/Hotspot.Tpo -c Hotspot.cpp -o Hotspot.o >/dev/null 2>&1
mv -f .deps/Hotspot.Tpo .deps/Hotspot.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT VertexGroup.lo -MD -MP -MF .deps/VertexGroup.Tpo -c -o VertexGroup.lo VertexGroup.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexGroup.lo -MD -MP -MF .deps/VertexGroup.Tpo -c VertexGroup.cpp  -fPIC -DPIC -o .libs/VertexGroup.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT VertexGroup.lo -MD -MP -MF .deps/VertexGroup.Tpo -c VertexGroup.cpp -o VertexGroup.o >/dev/null 2>&1
mv -f .deps/VertexGroup.Tpo .deps/VertexGroup.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FaceGroup.lo -MD -MP -MF .deps/FaceGroup.Tpo -c -o FaceGroup.lo FaceGroup.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceGroup.lo -MD -MP -MF .deps/FaceGroup.Tpo -c FaceGroup.cpp  -fPIC -DPIC -o .libs/FaceGroup.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FaceGroup.lo -MD -MP -MF .deps/FaceGroup.Tpo -c FaceGroup.cpp -o FaceGroup.o >/dev/null 2>&1
mv -f .deps/FaceGroup.Tpo .deps/FaceGroup.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Color.lo -MD -MP -MF .deps/Color.Tpo -c -o Color.lo Color.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Color.lo -MD -MP -MF .deps/Color.Tpo -c Color.cpp  -fPIC -DPIC -o .libs/Color.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Color.lo -MD -MP -MF .deps/Color.Tpo -c Color.cpp -o Color.o >/dev/null 2>&1
mv -f .deps/Color.Tpo .deps/Color.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT EdgeStrip.lo -MD -MP -MF .deps/EdgeStrip.Tpo -c -o EdgeStrip.lo EdgeStrip.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT EdgeStrip.lo -MD -MP -MF .deps/EdgeStrip.Tpo -c EdgeStrip.cpp  -fPIC -DPIC -o .libs/EdgeStrip.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT EdgeStrip.lo -MD -MP -MF .deps/EdgeStrip.Tpo -c EdgeStrip.cpp -o EdgeStrip.o >/dev/null 2>&1
mv -f .deps/EdgeStrip.Tpo .deps/EdgeStrip.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Euler.lo -MD -MP -MF .deps/Euler.Tpo -c -o Euler.lo Euler.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Euler.lo -MD -MP -MF .deps/Euler.Tpo -c Euler.cpp  -fPIC -DPIC -o .libs/Euler.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Euler.lo -MD -MP -MF .deps/Euler.Tpo -c Euler.cpp -o Euler.o >/dev/null 2>&1
mv -f .deps/Euler.Tpo .deps/Euler.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT MathUtil.lo -MD -MP -MF .deps/MathUtil.Tpo -c -o MathUtil.lo MathUtil.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT MathUtil.lo -MD -MP -MF .deps/MathUtil.Tpo -c MathUtil.cpp  -fPIC -DPIC -o .libs/MathUtil.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT MathUtil.lo -MD -MP -MF .deps/MathUtil.Tpo -c MathUtil.cpp -o MathUtil.o >/dev/null 2>&1
mv -f .deps/MathUtil.Tpo .deps/MathUtil.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c -o Matrix.lo Matrix.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c Matrix.cpp  -fPIC -DPIC -o .libs/Matrix.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c Matrix.cpp -o Matrix.o >/dev/null 2>&1
mv -f .deps/Matrix.Tpo .deps/Matrix.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Quaternion.lo -MD -MP -MF .deps/Quaternion.Tpo -c -o Quaternion.lo Quaternion.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Quaternion.lo -MD -MP -MF .deps/Quaternion.Tpo -c Quaternion.cpp  -fPIC -DPIC -o .libs/Quaternion.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Quaternion.lo -MD -MP -MF .deps/Quaternion.Tpo -c Quaternion.cpp -o Quaternion.o >/dev/null 2>&1
mv -f .deps/Quaternion.Tpo .deps/Quaternion.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FileReader.lo -MD -MP -MF .deps/FileReader.Tpo -c -o FileReader.lo FileReader.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileReader.lo -MD -MP -MF .deps/FileReader.Tpo -c FileReader.cpp  -fPIC -DPIC -o .libs/FileReader.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileReader.lo -MD -MP -MF .deps/FileReader.Tpo -c FileReader.cpp -o FileReader.o >/dev/null 2>&1
mv -f .deps/FileReader.Tpo .deps/FileReader.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT FileWriter.lo -MD -MP -MF .deps/FileWriter.Tpo -c -o FileWriter.lo FileWriter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileWriter.lo -MD -MP -MF .deps/FileWriter.Tpo -c FileWriter.cpp  -fPIC -DPIC -o .libs/FileWriter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT FileWriter.lo -MD -MP -MF .deps/FileWriter.Tpo -c FileWriter.cpp -o FileWriter.o >/dev/null 2>&1
mv -f .deps/FileWriter.Tpo .deps/FileWriter.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT Material.lo -MD -MP -MF .deps/Material.Tpo -c -o Material.lo Material.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Material.lo -MD -MP -MF .deps/Material.Tpo -c Material.cpp  -fPIC -DPIC -o .libs/Material.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT Material.lo -MD -MP -MF .deps/Material.Tpo -c Material.cpp -o Material.o >/dev/null 2>&1
mv -f .deps/Material.Tpo .deps/Material.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT ObjExporter.lo -MD -MP -MF .deps/ObjExporter.Tpo -c -o ObjExporter.lo ObjExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ObjExporter.lo -MD -MP -MF .deps/ObjExporter.Tpo -c ObjExporter.cpp  -fPIC -DPIC -o .libs/ObjExporter.o
ObjExporter.cpp: In member function 'void Animorph::ObjExporter::createOBJStream(std::ostringstream&, const std::string&)':
ObjExporter.cpp:50: warning: unused variable 'partname'
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ObjExporter.lo -MD -MP -MF .deps/ObjExporter.Tpo -c ObjExporter.cpp -o ObjExporter.o >/dev/null 2>&1
mv -f .deps/ObjExporter.Tpo .deps/ObjExporter.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT DirectoryList.lo -MD -MP -MF .deps/DirectoryList.Tpo -c -o DirectoryList.lo DirectoryList.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT DirectoryList.lo -MD -MP -MF .deps/DirectoryList.Tpo -c DirectoryList.cpp  -fPIC -DPIC -o .libs/DirectoryList.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT DirectoryList.lo -MD -MP -MF .deps/DirectoryList.Tpo -c DirectoryList.cpp -o DirectoryList.o >/dev/null 2>&1
mv -f .deps/DirectoryList.Tpo .deps/DirectoryList.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp  -fPIC -DPIC -o .libs/util.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
mv -f .deps/util.Tpo .deps/util.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT RIBExporter.lo -MD -MP -MF .deps/RIBExporter.Tpo -c -o RIBExporter.lo RIBExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RIBExporter.lo -MD -MP -MF .deps/RIBExporter.Tpo -c RIBExporter.cpp  -fPIC -DPIC -o .libs/RIBExporter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RIBExporter.lo -MD -MP -MF .deps/RIBExporter.Tpo -c RIBExporter.cpp -o RIBExporter.o >/dev/null 2>&1
mv -f .deps/RIBExporter.Tpo .deps/RIBExporter.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseTarget.lo -MD -MP -MF .deps/PoseTarget.Tpo -c -o PoseTarget.lo PoseTarget.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTarget.lo -MD -MP -MF .deps/PoseTarget.Tpo -c PoseTarget.cpp  -fPIC -DPIC -o .libs/PoseTarget.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTarget.lo -MD -MP -MF .deps/PoseTarget.Tpo -c PoseTarget.cpp -o PoseTarget.o >/dev/null 2>&1
mv -f .deps/PoseTarget.Tpo .deps/PoseTarget.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseSemiTarget.lo -MD -MP -MF .deps/PoseSemiTarget.Tpo -c -o PoseSemiTarget.lo PoseSemiTarget.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseSemiTarget.lo -MD -MP -MF .deps/PoseSemiTarget.Tpo -c PoseSemiTarget.cpp  -fPIC -DPIC -o .libs/PoseSemiTarget.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseSemiTarget.lo -MD -MP -MF .deps/PoseSemiTarget.Tpo -c PoseSemiTarget.cpp -o PoseSemiTarget.o >/dev/null 2>&1
mv -f .deps/PoseSemiTarget.Tpo .deps/PoseSemiTarget.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseRotation.lo -MD -MP -MF .deps/PoseRotation.Tpo -c -o PoseRotation.lo PoseRotation.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseRotation.lo -MD -MP -MF .deps/PoseRotation.Tpo -c PoseRotation.cpp  -fPIC -DPIC -o .libs/PoseRotation.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseRotation.lo -MD -MP -MF .deps/PoseRotation.Tpo -c PoseRotation.cpp -o PoseRotation.o >/dev/null 2>&1
mv -f .deps/PoseRotation.Tpo .deps/PoseRotation.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT PoseTranslation.lo -MD -MP -MF .deps/PoseTranslation.Tpo -c -o PoseTranslation.lo PoseTranslation.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTranslation.lo -MD -MP -MF .deps/PoseTranslation.Tpo -c PoseTranslation.cpp  -fPIC -DPIC -o .libs/PoseTranslation.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT PoseTranslation.lo -MD -MP -MF .deps/PoseTranslation.Tpo -c PoseTranslation.cpp -o PoseTranslation.o >/dev/null 2>&1
mv -f .deps/PoseTranslation.Tpo .deps/PoseTranslation.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT SmoothVertex.lo -MD -MP -MF .deps/SmoothVertex.Tpo -c -o SmoothVertex.lo SmoothVertex.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SmoothVertex.lo -MD -MP -MF .deps/SmoothVertex.Tpo -c SmoothVertex.cpp  -fPIC -DPIC -o .libs/SmoothVertex.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT SmoothVertex.lo -MD -MP -MF .deps/SmoothVertex.Tpo -c SmoothVertex.cpp -o SmoothVertex.o >/dev/null 2>&1
mv -f .deps/SmoothVertex.Tpo .deps/SmoothVertex.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT RawMesh.lo -MD -MP -MF .deps/RawMesh.Tpo -c -o RawMesh.lo RawMesh.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RawMesh.lo -MD -MP -MF .deps/RawMesh.Tpo -c RawMesh.cpp  -fPIC -DPIC -o .libs/RawMesh.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT RawMesh.lo -MD -MP -MF .deps/RawMesh.Tpo -c RawMesh.cpp -o RawMesh.o >/dev/null 2>&1
mv -f .deps/RawMesh.Tpo .deps/RawMesh.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT ColladaExporter.lo -MD -MP -MF .deps/ColladaExporter.Tpo -c -o ColladaExporter.lo ColladaExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ColladaExporter.lo -MD -MP -MF .deps/ColladaExporter.Tpo -c ColladaExporter.cpp  -fPIC -DPIC -o .libs/ColladaExporter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT ColladaExporter.lo -MD -MP -MF .deps/ColladaExporter.Tpo -c ColladaExporter.cpp -o ColladaExporter.o >/dev/null 2>&1
mv -f .deps/ColladaExporter.Tpo .deps/ColladaExporter.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT xmlParser.lo -MD -MP -MF .deps/xmlParser.Tpo -c -o xmlParser.lo xmlParser.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT xmlParser.lo -MD -MP -MF .deps/xmlParser.Tpo -c xmlParser.cpp  -fPIC -DPIC -o .libs/xmlParser.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT xmlParser.lo -MD -MP -MF .deps/xmlParser.Tpo -c xmlParser.cpp -o xmlParser.o >/dev/null 2>&1
mv -f .deps/xmlParser.Tpo .deps/xmlParser.Plo
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -MT OgreXMLExporter.lo -MD -MP -MF .deps/OgreXMLExporter.Tpo -c -o OgreXMLExporter.lo OgreXMLExporter.cpp
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT OgreXMLExporter.lo -MD -MP -MF .deps/OgreXMLExporter.Tpo -c OgreXMLExporter.cpp  -fPIC -DPIC -o .libs/OgreXMLExporter.o
 g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT OgreXMLExporter.lo -MD -MP -MF .deps/OgreXMLExporter.Tpo -c OgreXMLExporter.cpp -o OgreXMLExporter.o >/dev/null 2>&1
mv -f .deps/OgreXMLExporter.Tpo .deps/OgreXMLExporter.Plo
/bin/bash ../libtool --tag=CXX   --mode=link g++ -Wall -g -O2   -o libanimorph.la -rpath /usr/local/lib BodySettings.lo FaceVector.lo Vertex.lo VertexVector.lo TextureVector.lo Face.lo Mesh.lo Skin.lo SkinVertex.lo Target.lo Hotspot.lo VertexGroup.lo FaceGroup.lo Color.lo EdgeStrip.lo Euler.lo MathUtil.lo Matrix.lo Quaternion.lo FileReader.lo FileWriter.lo Material.lo ObjExporter.lo DirectoryList.lo util.lo RIBExporter.lo PoseTarget.lo PoseSemiTarget.lo PoseRotation.lo PoseTranslation.lo SmoothVertex.lo RawMesh.lo ColladaExporter.lo xmlParser.lo OgreXMLExporter.lo  
g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.3/crtbeginS.o  .libs/BodySettings.o .libs/FaceVector.o .libs/Vertex.o .libs/VertexVector.o .libs/TextureVector.o .libs/Face.o .libs/Mesh.o .libs/Skin.o .libs/SkinVertex.o .libs/Target.o .libs/Hotspot.o .libs/VertexGroup.o .libs/FaceGroup.o .libs/Color.o .libs/EdgeStrip.o .libs/Euler.o .libs/MathUtil.o .libs/Matrix.o .libs/Quaternion.o .libs/FileReader.o .libs/FileWriter.o .libs/Material.o .libs/ObjExporter.o .libs/DirectoryList.o .libs/util.o .libs/RIBExporter.o .libs/PoseTarget.o .libs/PoseSemiTarget.o .libs/PoseRotation.o .libs/PoseTranslation.o .libs/SmoothVertex.o .libs/RawMesh.o .libs/ColladaExporter.o .libs/xmlParser.o .libs/OgreXMLExporter.o  -L/usr/lib/gcc/i486-linux-gnu/4.1.3 -L/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/crtn.o  -Wl,-soname -Wl,libanimorph.so.0 -o .libs/libanimorph.so.0.0.0
(cd .libs && rm -f libanimorph.so.0 && ln -s libanimorph.so.0.0.0 libanimorph.so.0)
(cd .libs && rm -f libanimorph.so && ln -s libanimorph.so.0.0.0 libanimorph.so)
ar cru .libs/libanimorph.a  BodySettings.o FaceVector.o Vertex.o VertexVector.o TextureVector.o Face.o Mesh.o Skin.o SkinVertex.o Target.o Hotspot.o VertexGroup.o FaceGroup.o Color.o EdgeStrip.o Euler.o MathUtil.o Matrix.o Quaternion.o FileReader.o FileWriter.o Material.o ObjExporter.o DirectoryList.o util.o RIBExporter.o PoseTarget.o PoseSemiTarget.o PoseRotation.o PoseTranslation.o SmoothVertex.o RawMesh.o ColladaExporter.o xmlParser.o OgreXMLExporter.o
ranlib .libs/libanimorph.a
creating libanimorph.la
(cd .libs && rm -f libanimorph.la && ln -s ../libanimorph.la libanimorph.la)
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/src »
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3 »
make[2]: Rien à  faire pour « all-am ».
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3 »
make[1]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3 »




bishop05@bishop05:~/makehuman/animorph-0.3$ sudo checkinstall -D make install
[sudo] password for bishop05:

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist. 
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

Please write a description for the package.
End your description with an empty line or EOF.
>> 3D animation and morphing library
>> 

*****************************************
**** Debian package creation selected ***
*****************************************

This package will be built according to these values: 

0 -  Maintainer: [ root@bishop05 ]
1 -  Summary: [ 3D animation and morphing library ]
2 -  Name:    [ animorph ]
3 -  Version: [ 0.3 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ animorph-0.3 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]

Enter a number to change any of them or press ENTER to continue: 0
Enter the maintainer's name and e-mail address: 
>> bishop

This package will be built according to these values: 

0 -  Maintainer: [ bishop ]
1 -  Summary: [ 3D animation and morphing library ]
2 -  Name:    [ animorph ]
3 -  Version: [ 0.3 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ animorph-0.3 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]

Enter a number to change any of them or press ENTER to continue: 

Installing with make install...

========================= Installation results ===========================
Making install in include
make[1]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
Making install in animorph
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include/animorph »
make[3]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include/animorph »
make[3]: Rien à  faire pour « install-exec-am ».
test -z "/usr/local/include/animorph" || /bin/mkdir -p "/usr/local/include/animorph"
 /usr/bin/install -c -m 644 'BodySettings.h' '/usr/local/include/animorph/BodySettings.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/BodySettings.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Face.h' '/usr/local/include/animorph/Face.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Face.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Mesh.h' '/usr/local/include/animorph/Mesh.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Mesh.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Skin.h' '/usr/local/include/animorph/Skin.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Skin.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'SkinVertex.h' '/usr/local/include/animorph/SkinVertex.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/SkinVertex.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Target.h' '/usr/local/include/animorph/Target.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Target.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Vector3.h' '/usr/local/include/animorph/Vector3.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Vector3.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Vector2.h' '/usr/local/include/animorph/Vector2.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Vector2.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Vertex.h' '/usr/local/include/animorph/Vertex.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Vertex.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'VertexVector.h' '/usr/local/include/animorph/VertexVector.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/VertexVector.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'FaceVector.h' '/usr/local/include/animorph/FaceVector.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/FaceVector.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'TextureVector.h' '/usr/local/include/animorph/TextureVector.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/TextureVector.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Hotspot.h' '/usr/local/include/animorph/Hotspot.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Hotspot.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'VertexGroup.h' '/usr/local/include/animorph/VertexGroup.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/VertexGroup.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'FaceGroup.h' '/usr/local/include/animorph/FaceGroup.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/FaceGroup.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Color.h' '/usr/local/include/animorph/Color.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Color.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'util.h' '/usr/local/include/animorph/util.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/util.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'EdgeStrip.h' '/usr/local/include/animorph/EdgeStrip.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/EdgeStrip.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Euler.h' '/usr/local/include/animorph/Euler.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Euler.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'MathUtil.h' '/usr/local/include/animorph/MathUtil.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/MathUtil.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Matrix.h' '/usr/local/include/animorph/Matrix.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Matrix.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Quaternion.h' '/usr/local/include/animorph/Quaternion.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Quaternion.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'FileReader.h' '/usr/local/include/animorph/FileReader.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/FileReader.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'FileWriter.h' '/usr/local/include/animorph/FileWriter.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/FileWriter.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'Material.h' '/usr/local/include/animorph/Material.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/Material.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'ObjExporter.h' '/usr/local/include/animorph/ObjExporter.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/ObjExporter.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'DirectoryList.h' '/usr/local/include/animorph/DirectoryList.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/DirectoryList.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'RIBExporter.h' '/usr/local/include/animorph/RIBExporter.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/RIBExporter.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'PoseTarget.h' '/usr/local/include/animorph/PoseTarget.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/PoseTarget.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'PoseSemiTarget.h' '/usr/local/include/animorph/PoseSemiTarget.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/PoseSemiTarget.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'PoseRotation.h' '/usr/local/include/animorph/PoseRotation.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/PoseRotation.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'PoseTranslation.h' '/usr/local/include/animorph/PoseTranslation.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/PoseTranslation.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'SmoothVertex.h' '/usr/local/include/animorph/SmoothVertex.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/SmoothVertex.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'RawMesh.h' '/usr/local/include/animorph/RawMesh.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/RawMesh.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'ColladaExporter.h' '/usr/local/include/animorph/ColladaExporter.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/ColladaExporter.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'xmlParser.h' '/usr/local/include/animorph/xmlParser.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/xmlParser.h': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'OgreXMLExporter.h' '/usr/local/include/animorph/OgreXMLExporter.h'
/usr/bin/install: initialisation des permissions de `/usr/local/include/animorph/OgreXMLExporter.h': Aucun fichier ou répertoire de ce type
make[3]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include/animorph »
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include/animorph »
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
make[3]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
make[3]: Rien à  faire pour « install-exec-am ».
make[3]: Rien à  faire pour « install-data-am ».
make[3]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
make[1]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/include »
Making install in src
make[1]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/src »
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3/src »
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool --mode=install /usr/bin/install -c  'libanimorph.la' '/usr/local/lib/libanimorph.la'
/usr/bin/install -c .libs/libanimorph.so.0.0.0 /usr/local/lib/libanimorph.so.0.0.0
/usr/bin/install: setting permissions for `/usr/local/lib/libanimorph.so.0.0.0': No such file or directory
(cd /usr/local/lib && { ln -s -f libanimorph.so.0.0.0 libanimorph.so.0 || { rm -f libanimorph.so.0 && ln -s libanimorph.so.0.0.0 libanimorph.so.0; }; })
(cd /usr/local/lib && { ln -s -f libanimorph.so.0.0.0 libanimorph.so || { rm -f libanimorph.so && ln -s libanimorph.so.0.0.0 libanimorph.so; }; })
/usr/bin/install -c .libs/libanimorph.lai /usr/local/lib/libanimorph.la
/usr/bin/install: setting permissions for `/usr/local/lib/libanimorph.la': No such file or directory
/usr/bin/install -c .libs/libanimorph.a /usr/local/lib/libanimorph.a
/usr/bin/install: setting permissions for `/usr/local/lib/libanimorph.a': No such file or directory
chmod 644 /usr/local/lib/libanimorph.a
ranlib /usr/local/lib/libanimorph.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[2]: Rien à  faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/src »
make[1]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3/src »
make[1]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3 »
make[2]: entrant dans le répertoire « /home/bishop05/makehuman/animorph-0.3 »
make[2]: Rien à  faire pour « install-exec-am ».
test -z "/usr/local/doc/animorph" || /bin/mkdir -p "/usr/local/doc/animorph"
 /usr/bin/install -c -m 644 'README' '/usr/local/doc/animorph/README'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/README': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'COPYING' '/usr/local/doc/animorph/COPYING'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/COPYING': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'AUTHORS' '/usr/local/doc/animorph/AUTHORS'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/AUTHORS': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'ChangeLog' '/usr/local/doc/animorph/ChangeLog'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/ChangeLog': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'INSTALL' '/usr/local/doc/animorph/INSTALL'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/INSTALL': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'NEWS' '/usr/local/doc/animorph/NEWS'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/NEWS': Aucun fichier ou répertoire de ce type
 /usr/bin/install -c -m 644 'TODO' '/usr/local/doc/animorph/TODO'
/usr/bin/install: initialisation des permissions de `/usr/local/doc/animorph/TODO': Aucun fichier ou répertoire de ce type
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'animorph.pc' '/usr/local/lib/pkgconfig/animorph.pc'
/usr/bin/install: initialisation des permissions de `/usr/local/lib/pkgconfig/animorph.pc': Aucun fichier ou répertoire de ce type
make[2]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3 »
make[1]: quittant le répertoire « /home/bishop05/makehuman/animorph-0.3 »

======================== Installation successful ==========================

Copying documentation directory...
./
./ChangeLog
./README
./NEWS
./INSTALL
./COPYING
./AUTHORS
./TODO
grep: /var/tmp/dZDlpBJReZnlXaNQLblST/newfile: Aucun fichier ou répertoire de ce type

Copying files to the temporary directory...OK

Striping ELF binaries and libraries...OK

Compressing man pages...OK

Building file list...OK

Building Debian package...OK

Installing Debian package...OK

Erasing temporary files...OK

Writing backup package...OK

Deleting temp dir...OK


**********************************************************************

 Done. The new package has been installed and saved to

 /home/bishop05/makehuman/animorph-0.3/animorph_0.3-1_i386.deb

 You can remove it from your system anytime using: 

      dpkg -r animorph

**********************************************************************




bishop05@bishop05:~/makehuman$ sudo chown 1000:1000 -R animorph-0.3

Dernière modification par bishop (Le 07/01/2008, à 14:49)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#16 Le 07/01/2008, à 23:30

sona

Re : [RESOLU] compilation d'un programme ?

Génial , tout à  fonctionner à  merveille, mais je voudrais savoir comment faire pour connaà®tre les dépendances qu'il faut pour compiler un programme, si ce sont toujours les mêmes o๠cela change suivant le programme ...

merci maintenant je vais essayer pour gimp2.4

smile

Dernière modification par sona (Le 07/01/2008, à 23:31)

Hors ligne

#17 Le 07/01/2008, à 23:38

sona

Re : [RESOLU] compilation d'un programme ?

Le bonheur est de courte durée !!!

Voici la fin du log ./configure pour gimp c'est le même message qu'au dessus :

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.12.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: Test for GLIB failed. See the file 'INSTALL' for help.
.........:/usr/local/src/gimp-2.4.3# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
........:/usr/local/src/gimp-2.4.3#

merci pour makehuman  smile et merci d'avance pour gimp  sad

Dernière modification par sona (Le 07/01/2008, à 23:39)

Hors ligne

#18 Le 07/01/2008, à 23:49

bishop

Re : [RESOLU] compilation d'un programme ?

sona écrit :

Génial , tout à  fonctionner à  merveille, mais je voudrais savoir comment faire pour connaà®tre les dépendances qu'il faut pour compiler un programme, si ce sont toujours les mêmes o๠cela change suivant le programme ...

Les dépendances sont différentes pour chaque programme.

A savoir...
Pour compiler, tu dois installer les paquets ou librairies de développement ".dev" quand ils sont dispo(s).

Comment faire pour connaà®tre les dépendances ?

Ce n'est pas toujours évident de trouver les bonnes dépendances.
Généralement quand tu compiles et qu'il manque des dépendances, tu obtiens un message d'erreur te disant qu'il te manque telle dépendance.
Donc tu installes la dépendance requise (.dev si dispo) et tu recommences la compil.
Et un message d'erreur t'avertit qu'il te manque une autre dépendance... que tu installes... et ainsi de suite.

Certains sites qui ont des sections "Download" ou "Installation" te disent qu'elles sont les dépendances à  installer.

Tu peux quelques fois trouver des indications dans les fichiers INSTALL ou README du dossier de l'appli que tu compiles.

Tu peux installer la version de GIMP des dépà´ts avec Synaptic, puis clique droit sur la ligne gimp, tu vas dans Propriétés et tu choisis Dépendances.
Tu as toutes les dépendances nécessaires à  Gimp. Il ne te reste plus qu'à  chercher les correspondances en .dev.
Par ex, une dépendance de gimp est libcairo2, tu fais une recherche libcairo2 dans Synaptic et tu trouveras les paquets libcairo2 et libcairo2-dev.

Dernière modification par bishop (Le 08/01/2008, à 00:06)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#19 Le 07/01/2008, à 23:57

bishop

Re : [RESOLU] compilation d'un programme ?

Quelle distribution utilises-tu (Dapper, Edgy, Feisty, Gutsy, autres) ?
Ton architecture, i386 ou AMD64 ?

Dernière modification par bishop (Le 07/01/2008, à 23:59)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#20 Le 08/01/2008, à 00:20

sona

Re : [RESOLU] compilation d'un programme ?

Merci, merci, merci beaucoup pour les explications,

Très intéressantes, un pas de plus vers l'indépendance, peut-être pas la réussite tout de suite mais je vais essayer pour gimp

Ma distrib Dapper6.06 sur AMD64  (eh! oui ça simplifie pas la vie une 64 bits...)

A+ pour des nouvelles de la compil de gimp  wink

Hors ligne

#21 Le 08/01/2008, à 00:45

bishop

Re : [RESOLU] compilation d'un programme ?

J'ai une machine sous Dapper (i386).
Ce soir il est un peu tard, mais si tu n'y arrives pas, demain je chercherai et te donnerai les dépendances à installer.
Ca marchera ou pas, mais ça ne coûtera rien d'essayer.
A plus !

Dernière modification par bishop (Le 08/01/2008, à 00:46)


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#22 Le 08/01/2008, à 09:01

sona

Re : [RESOLU] compilation d'un programme ?

Bonjour,

Juste une question, je suis allé dans Synaptic j'ai bien trouvé les depéendances de Gimp en faisant le clic droit mais la version de Gimp disponible pour Dapper amd64 est la 2.2 et je voudrais compiler la version 2.4 sont-ce les mêmes dépendances et y at-il un moyen autre que de les voir au fur et à  mesure de la compil ?

merci

Hors ligne

#23 Le 08/01/2008, à 21:41

bishop

Re : [RESOLU] compilation d'un programme ?

Désolé sona
C'est rapé pour aujourd'hui cause anniversaire et famille... tongue

J'ai noté les dépendances de la version 2.4 mais je n'ai pas eu le temps de comparer avec les versions proposées sous dapper.
Si les versions des dépendances dispo sous Dapper sont inférieures à  celles requises pour la compilation de gimp 2.4 ça va être difficile.
J'ai aussi fait quelques recherches sur la toile. Je te tiens au courant dès que...


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne

#24 Le 08/01/2008, à 23:32

sona

Re : [RESOLU] compilation d'un programme ?

Très sympa , merci beaucoup.

Aucun problème je ne suis pas pressé...et les anniversaires ne se manquent sous aucun prétexte....

Je vous voudrais savoir comment tu as fait pour connaitre les dépendances de Gimp2.4.

Merci et bonne soirée  wink

Hors ligne

#25 Le 09/01/2008, à 13:07

bishop

Re : [RESOLU] compilation d'un programme ?

sona écrit :

Je vous voudrais savoir comment tu as fait pour connaitre les dépendances de Gimp2.4.

J'utilise différentes versions Ubuntu : Dapper, Edgy, Feisty, Gutsy et Hardy.
Je peux donc savoir quelques sont les dépendances requises pour chaque paquet de chaque version Ubuntu.
Pour Gimp 2.4 je suis allé dans Synaptic comme dit précédemment.


La plus grande surprise que puisse faire un con c'est de faire une pause.

Hors ligne