allyarellano / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

gecko-mediaplayer will not compile #193

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get the source code
2. ./configure
3. make

What is the expected output? What do you see instead?
compiled binaries instead of errors (attached)

What version of the product are you using? On what operating system?
Tested for 1.0.8, 1.0.9b and svn as of now. The system is Slackware (current 
version)

Please provide any additional information below.

Attached.

Original issue reported on code.google.com by acati...@gmail.com on 4 Jan 2015 at 10:46

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like the libxul code is expecting new features in the compiler 

try adding

-std=c++11

to the block of code in configure.in that is finding your libxul. There are 
other blocks in there that are similar then run autoreconf and try to build 
again. 

Original comment by kdeko...@gmail.com on 5 Jan 2015 at 5:17

GoogleCodeExporter commented 8 years ago
Thank you! Worked as a dream!

Anyway I expected gcc version 4.8.3 not that old. 

Many thx.

acatiilg

Original comment by acati...@gmail.com on 5 Jan 2015 at 5:41