I’ve tried modifying gtkmozembed/extconf.rb to build with
PACKAGE_ID=“xulrunner-gtkmozembed” and “firefox-gtkmozembed”, but
neither work. I have both firefox and xulrunner installed, but running
extconf.rb throws out the same type of error message for each:
Package xulrunner-gtkmozembed was not found in the pkg-config search
path.
Perhaps you should add the directory containing xulrunner-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No package 'xulrunner-gtkmozembed' found extconf.rb:27: private method sub!’ called for nil:NilClass
(NoMethodError)
How can I get these packages registered properly so that ruby-gnome2
will build properly?
Cheers,
Andy.
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Package xulrunner-gtkmozembed was not found in the pkg-config search path.
Perhaps you should add the directory containing `xulrunner-gtkmozembed.pc’
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
to the PKG_CONFIG_PATH environment variable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I think this can be the key to solve your problem.
–
Mirko M.
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
The strange thing is that I don’t have xulrunner-gtkmozembed.pc or
firefox-gtkmozembed.pc anywhere on my system…
Andy.
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
The strange thing is that I don’t have xulrunner-gtkmozembed.pc or
firefox-gtkmozembed.pc anywhere on my system…
This means you’ve installed the binary library but non the development
files
needed for compiling.
Search some package named mozilla-devel, firefox-devel, install it and
watch
what files are shipped. This is very distribution dependent and I don’t
know
if Fedora has a firefox-devel package and how it’s named.
Good luck.
–
Mirko M.
Ubuntu: an African word meaning “I can’t figure out how to configure
Debian”
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.