Closed
Bug 7287
Opened 25 years ago
Closed 25 years ago
-I includes are messed up
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
People
(Reporter: spotter, Assigned: drapeau)
Details
The -I in the Makefile.in in modules/oji/src seems to be messed up.
This line
INCLUDES += -I$(NSPR_INCLUDE_DIR)/private
doesn't seem to be getting the NSPR variable expanded. I got it to compile by
manually entering ../../../nsprpub/pr/include/.
should be easy to fix
Comment 1•25 years ago
|
||
Reassigning Plugin bugs to Andrei
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Verified Duplicate
You need to log in
before you can comment on or make changes to this bug.
Description
•