On Fri, 2009-07-10 at 12:18 +0100, Ken Moffat wrote: > those within include/xulrunner-1.9.1, e.g. prprf.h which defines things > like PR_sscanf - fails when it tries to link libbrowserprovider.so (or > before that in extensions/gnomevfs if gnome is not disabled).
Ok, so NSPR problems, basically. That probably reflects a difference in how we're building things - I use standalone versions of NSPR and NSS, whereas it sounds like you're using the bundled ones. From memory, the reason for my approach was that when using the bundled ones, it was a pain in the neck getting any other application to use them. As is, most things work fine, although problems with yelp required me to patch one of the xulrunner .pc files to correctly depend on an external nspr. That said, the *only* reason I have a standalone xulrunner is to build yelp on top of it, so I'm hoping their Webkit branch will make that unnecessary before too long. Firefox is a good browser, but Webkit is vastly better designed for re-use in other apps. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
