zzangdol348 / mp4v2

Automatically exported from code.google.com/p/mp4v2
0 stars 0 forks source link

Error when trying to compile the project mp4v2 - 2.0.0 #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by duhamel....@gmail.com on 24 Dec 2013 at 9:00

Attachments:

GoogleCodeExporter commented 8 years ago
Have 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.

Original comment by ssuomine...@gmail.com on 10 Feb 2014 at 4:52