
On Tue, Aug 19, 2008 at 1:33 PM, Tilman Sauerbeck <tilman@crux.nu> wrote:
Markus Heinz [2008-08-19 18:14]:
Hi Markus,
I have just tried to build the updated yelp port (version 2.23.1-1). The build stopped immediately with the error message to be found in the attachment. [...]
That error might have been reported on IRC already. Yesterday, Matt found a patch for xulrunner that fixed the yelp build for him. I'm not sure if he encountered the same problem as you, but I suggest that you try patching opt/xulrunner with this diff: http://repos.archlinux.org/viewvc.cgi/xulrunner/repos/extra-i686/bzXXX_pc_ho...
Let me if this helps.
Regards, Tilman
-- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
The problem seems to be that yelp can not find the nspr include files. Adding this to your ./configure line in the yelp Pkgfile should let yelp build successfully: CPPFLAGS=-I/usr/include/nspr It worked for me, anyway. :) Daniel