From: Braden M. <br...@en...> - 2006-02-16 20:11:35
|
Nicholas F. Polys wrote: > I would like to compile open vrml .15.10 but can't get past the configure > script finding > > I have libjs.so (spidermonkey 1.5) on PKG_CONGFIG_PATH and LD_LIBRARY_PATH > but the configure script does not find it or consider it the right > javascript engine. > > should I be pointing to something else? > 'mozilla-js.pc'? > what is that and where do I get it? It is the pkg-config metadata file that tells OpenVRML's build system where to find the library and headers for Mozilla JavaScript. It should be included with a Mozilla package for your operating system distribution. See "man pkg-config" for information on proper usage of PKG_CONFIG_PATH; but normally you should not need to set it. Braden |