xulrunner-devel usage error

2009-07-06 Thread Frank J. R. Hanstick
Hello, I successfully installed xulrunner-devel; but, when I tried to use the installation, the jni.h reference in ./configure was: checking jni.h usability... no checking jni.h presence... no checking for jni.h... no I then looked into the configure.log file and found the

Re: xulrunner-devel usage error

2009-07-06 Thread Jeremy Huddleston
prtypes.h is installed by nspr. It's in $prefix/include/nspr (IIRC, I'm on my linux box atm). Your code should probably check for nspr before xulrunner. Additionally, xulrunner's pkg-config files probably should be updated to depend on nspr if they are not currently. Frank J. R. Hanstick

Re: xulrunner-devel usage error

2009-07-06 Thread Frank J. R. Hanstick
On Jul 6, 2009, at 8:03 PM, Jeremy Huddleston wrote: prtypes.h is installed by nspr. It's in $prefix/include/nspr (IIRC, I'm on my linux box atm). Your code should probably check for nspr before xulrunner. Additionally, xulrunner's pkg-config files probably should be updated to depend