Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2011 11:08:43 -0500
From:      Rusty Nejdl <rnejdl@ringofsaturn.com>
To:        <gecko@FreeBSD.org>
Subject:   Issues building Lightspark that links to jmorecfg.h
Message-ID:  <assp.0149bfa493.c48732be70c4b770a45184e51823487f@ringofsaturn.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.0149bfa493.c48732be70c4b770a45184e51823487f>