pfedick / openstopmotion

Tool to create stopmotion animations on Linux or FreeBSD
http://www.pfp.de/osm/
GNU General Public License v3.0
1 stars 0 forks source link

Compilation failed : Makefile.Release:163: recipe for target 'release/OpenStopMotion' #2

Open B-Laurent opened 8 years ago

B-Laurent commented 8 years ago

This time, i'm trying tocompilate OpenStopMotion on my son computer (Fedora 23) with the following script :

script_OpenStopMotion-qt4-github.sh.txt

The compilation failed with the following message

/usr/bin/ld: /home/simon/Usr_Prog/OpenStopMotion/OpenStopMotion09/openstopmotion/install/lib/libppl7.a(AVLTree.o): réadressage de R_X86_64_32 en vertu de « _ZN4ppl716AVLTreeAlgorithm22MissingCompareOperatorD1Ev » ne peut être utilisé lors de la création d'un objet partagé; recompilez avec -fPIC
/home/simon/Usr_Prog/OpenStopMotion/OpenStopMotion09/openstopmotion/install/lib/libppl7.a: error adding symbols: Mauvaise valeur
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[1]: *** [release/OpenStopMotion] Error 1
Makefile.Release:163: recipe for target 'release/OpenStopMotion' failed
make[1]: Leaving directory '/home/simon/Usr_Prog/OpenStopMotion/OpenStopMotion09/openstopmotion'
make: *** [release] Error 2
Makefile:34: recipe for target 'release' failed

Here the script's log file :

Compil-OpenStopMotion-V09.log.txt

The same script run perfectly on own fedora 21. Here the log file :

compilOpenStopMotion.log.txt

Thanks for help.