From: Richard U. <ri...@pa...> - 2009-08-20 20:12:44
|
> Date: Wed, 19 Aug 2009 15:26:09 -0400 > From: Braden McDaniel <br...@en...> > Subject: Re: [openvrml-develop] compiling on ubuntu > To: ope...@li... > Message-ID: <4A8...@en...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 8/19/09 8:57 AM, Richard Ulrich wrote: > > Hi all, > > > > I tried to compile openvrml on ubuntu 9.04 today. > > Most of the errors from running the configure script I could resolve > > myself. But I couldn't figure out what to do about this one: > > > > configure:21401: $PKG_CONFIG --exists --print-errors "mozilla-plugin>= > > 1.9.1" > > Package mozilla-plugin was not found in the pkg-config search path. > > Perhaps you should add the directory containing `mozilla-plugin.pc' > > to the PKG_CONFIG_PATH environment variable > > No package 'mozilla-plugin' found > > > > There is no mozilla-plugin package in the ubuntu repositories, and I > > couldn't figure out which one to use instead. > > On Fedora this is included in the xulrunner-devel package; Ubuntu should > have something similar. > Hi Braden, thanks for the info, that got me one step further. The default version of xulrunner on ubuntu 9.04 is 1.9.0, although there is a package for version 1.9.1 which I installed now. But now I get an error that I need spidermonkey. Trying to install the spidermonkey package tells me that it has to remove xulrunner 1.9.1. So, I have the impression, that It's not possible to build openvrml on ubuntu 9.04 with the libraries from the repositories. Could this be correct, or did somebody succeed? Rgds Richard |