From: Braden M. <br...@en...> - 2007-03-16 17:31:41
|
Nicholas F. Polys wrote: > Hi all~ > > any idea of the best way to do this? > we are having trouble building since it seem O-V was last released for 1.5.9? The only problem I am aware of is a minor bug in the build system that prevents the top-level Mozilla include directory from making its way into CPPFLAGS; so finding mozilla-config.h will fail. You should be able to add this to CPPFLAGS explicitly at configure time, e.g.: $ ./configure CPPFLAGS='-I/usr/include/firefox-1.5.0.10' As it happens, I think this workaround should also counteract some breakage introduced by the Fedora firefox package maintainers. If you are encountering some other problem, I will need details. It looks like said package maintainers have finally pushed a version where firefox-js.pc is once again useable; so I will be updating the openvrml package in kind. However, I'm going out of town tomorrow; so if I don't get to it today/tonight, it won't happen until the middle of next week. Braden |