Thread: installation error
i need make browser linux in gtkmm.
had download package gtkmozembedmm-1.4.2 official website.
had configure using ./configure command
after need install using make statement..
after half of installation prompt error as....
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_tracechildren'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_calltracer'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_clearoperationcallback'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_getoperationlimit'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_calliteratornext'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_newobjectwithgivenproto'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_closeiterator'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_putcallobject'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_throwstopiteration'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_callclass'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_computethis'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_getglobalforobject'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_getgcthingtracekind'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_alreadyhasownucproperty'
/usr/lib/xulrunner-devel-1.9.0.12/lib/libxul.so: undefined reference `js_setextragcroots'
collect2: ld returned 1 exit status
make[2]: *** [generate_extra_defs] error 1
make[2]: leaving directory `/home/justdial/desktop/web_browser/1.4.0/gtkmozembedmm-1.4.0/tools/extra_defs_gen'
make[1]: *** [all-recursive] error 1
make[1]: leaving directory `/home/justdial/desktop/web_browser/1.4.0/gtkmozembedmm-1.4.0/tools'
make: *** [all-recursive] error 1
please me solve this......
thanks.....
you need @ top half
if scan upwards, you'll see line talks .h file missing. go on here: http://packages.ubuntu.com , search .h file. tell source package install, "sudo apt-get install whatever-dev". try compile again.
there readme or install file tells packages install in order compile - , want -dev versions of everything.
also, if thing compiling has binary package in repos, can automatically install -dev packages relies on using "sudo apt-get build-dep package-name".
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs installation error
Ubuntu
Comments
Post a Comment