allyarellano / gecko-mediaplayer

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

cann't configure in mint 13 #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just ./configure
2.
3.

What is the expected output? What do you see instead?
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GMLIB... yes
checking for GECKO... no
configure: libxul >= 2 not found, trying another
checking for GECKO... no
configure: libxul >= 1.9.2 not found, trying another
checking for GECKO... no
configure: WARNING: libxul < 1.9.2 not found, trying another
checking for GECKO... no
configure: WARNING: libxul-unstable not found, trying another
checking for GECKO... no
configure: WARNING: mozilla-plugin not found, trying another
checking for GECKO... no
configure: WARNING: firefox-plugin not found, trying another
checking for GECKO... no
configure: WARNING: seamokey-plugin not found, trying another
checking for GECKO... no
configure: WARNING: xulrunner-plugin not found, trying another
checking for GECKO... no
configure: WARNING: iceape-plugin not found, trying another
checking for GECKO... no
configure: error: npapi-sdk not found, all out ot tries

What version of the product are you using? On what operating system?
os: linux mint 13 + mate
browser: firefox 14.0.1

Please provide any additional information below.

Original issue reported on code.google.com by wens6556...@gmail.com on 30 Aug 2012 at 7:04

GoogleCodeExporter commented 8 years ago
You need to install the xulrunner development package. I believe the package 
might be libxul-dev on mint, but unsure. You might running

apt-get builddep gecko-mediaplayer    

or something similar, I'm not sure of the exact syntax.

Original comment by kdeko...@gmail.com on 30 Aug 2012 at 12:17

GoogleCodeExporter commented 8 years ago
"apt-get build-dep gecko-mediaplayer" did not help.
I need compile it under ubuntu 12.04.
libxul is no longer supported.

Original comment by zhuzhu10...@gmail.com on 15 Jan 2014 at 9:03

GoogleCodeExporter commented 8 years ago
https://lists.ubuntu.com/archives/ubuntu-devel/2011-May/033229.html
Removing XULRunner from oneiric

Original comment by zhuzhu10...@gmail.com on 15 Jan 2014 at 9:15

GoogleCodeExporter commented 8 years ago
Ubuntu fixed this locally with a patch provided in this bug report:
https://launchpad.net/bugs/1055639

They use libnspr-dev

Original comment by kyl...@gmail.com on 10 Feb 2014 at 11:52