What steps will reproduce the problem? 1. untar the file mp4v2-2.0.0.tar.bz2 2. cd mp4v2-2.0.0 3. mkdir build 4. cd build 5. ../configure --> OK 6. make --> ERROR
What is the expected output? What do you see instead? Expected output must be compile ok instead of error during the compilation with message :
... libtool: compile: g++ -DHAVE_CONFIG_H -I./include -I../include -I. -I.. -Wall -Wformat -O2 -fvisibility=hidden -c ../src/3gp.cpp -fPIC -DPIC -o src/.libs/3gp.o ../src/3gp.cpp:1: erreur fatale: a dû relocaliser PCH compilation terminée.
What version of the product are you using? On what operating system? Product version is 2.0.0 Oerating system is red-hat CentOS release 5.10
Please provide any additional information below. You will find attach file : cca781Xo.out
Thx for your answer. G.D.
- cca781Xo.out 1.17MB
Comment #1
Posted on Feb 10, 2014 by Swift DogHave you tried with ./configure --disable-gch yet?
That's what we are using in the Gentoo ebuild for libmp4v2 due to build failures, much like this one.
Status: New
Labels:
Type-Defect
Priority-Medium