adriantr09 / gecko-mediaplayer

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

Can't configure. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

download clean svn and type .configure

What is the expected output? What do you see instead?
configureation
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: libxul/mozilla-plugin not found, trying another
checking for GECKO... no
configure: WARNING: iceape-plugin not found, trying another
checking for xpidl... no
configure: error: xpidl compiler not found

What version of the product are you using? On what operating system?

209 on Ubuntu Hardy
Please provide any additional information below.

locate xpidl shows:
/usr/lib/xulrunner-1.9/xpidl

Original issue reported on code.google.com by phorg...@gmail.com on 11 Jun 2008 at 11:59

GoogleCodeExporter commented 8 years ago
you can contact me for more info at phorgan1 at gmail dot com

Original comment by phorg...@gmail.com on 12 Jun 2008 at 12:50

GoogleCodeExporter commented 8 years ago
is the xulrunner-dev package installed?

Also, I believe there is a precompiled version available in the Ubuntu repos.

Original comment by kdeko...@gmail.com on 14 Jun 2008 at 3:23

GoogleCodeExporter commented 8 years ago
I'm having the same error.  locate xpidl for me shows
/usr/lib/mozilla/gecko-sdk/bin/xpidl and I just installed the xulrunner-dev 
package.

Original comment by micah.b...@gmail.com on 16 Jun 2008 at 7:17

GoogleCodeExporter commented 8 years ago
forgot to mention that I am also on hardy

Original comment by micah.b...@gmail.com on 16 Jun 2008 at 7:18

GoogleCodeExporter commented 8 years ago
yea another compilation error... please post your configure output. I have 
found that
some xulrunner packages contain errors, so we'll have to see if you have this 
same error.

Also, did you check and see if a binary was available. Usually there is.

Also, consider joining the google group for gecko-mediaplayer so we can have the
conversation logged and others can find solutions

Original comment by kdeko...@gmail.com on 16 Jun 2008 at 7:23

GoogleCodeExporter commented 8 years ago
The actual problem is not that xpidl is not found, but that it is not found 
where the
xulrunner-dev or equivalent says it should be. From the above output it looks 
to me
like a .pc file is missing. So we have to figure out what hardy does have so 
that I
can fix this. 

Original comment by kdeko...@gmail.com on 16 Jun 2008 at 7:28

GoogleCodeExporter commented 8 years ago
If I add /usr/lib/mozilla/gecko-sdk/bin to my path, it gets past this error.  
There
is another one though, nsISupports.idl is at /usr/lib/mozilla/gecko-sdk/idl but 
it is
being looked for at /usr/share/idl/xulrunner-1.9

Original comment by micah.b...@gmail.com on 16 Jun 2008 at 7:35

GoogleCodeExporter commented 8 years ago
You have to use libxul-dev from the official repo (hardy version is 
1.8.1.13+nobinonly-0ubuntu1).
xulrunner-dev its a debian package, not ubuntu.

Original comment by Cesare.T...@gmail.com on 17 Jun 2008 at 3:13

GoogleCodeExporter commented 8 years ago
closing due to lack of response

Original comment by kdeko...@gmail.com on 22 Jun 2008 at 5:31