I am trying to build lightspark and it links to :
/usr/local/include/firefox/jmorecfg.h
It fails with an error of:
/usr/local/include/firefox/jmorecfg.h:216:21: fatal error: prtypes.h:
No such file or directory
If I modify the above file from:
#include "prtypes.h"
to:
#include "nspr/prtypes.h"
Then lightspark compiles without issue.
I am not sure where to go with this next. I am open to suggestions on
this.
Thanks!
Rusty Nejdl
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"