You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Original issue reported on code.google.com by
duhamel....@gmail.com
on 24 Dec 2013 at 9:00Attachments:
The text was updated successfully, but these errors were encountered: