Closed
Bug 69788
Opened 24 years ago
Closed 7 years ago
wrong include path in /java/plugins/src/Makefile.in
Categories
(Core Graveyard :: Java-Implemented Plugins, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gb, Assigned: blackconnect)
Details
The File /java/plugins/src/Makefile.in containes a wrong include path :
CXXFLAGS := -I$(JDKHOME)/include -I$(JDKHOME)/include/solaris
$(MOZ_TOOLKIT_REGISTRY_CFLAGS) -D_REENTRANT -DOJI_DISABLE $(CXXFLAGS)
Is wrong !
Depending on the oparationg system it may should be -I$(JDKHOME)/include/linux .
Assignee: cls → idk
Component: Build Config → Java-Implemented Plugins
QA Contact: granrose → geetha.vaidyanaathan
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•13 years ago
|
Product: Core → Core Graveyard
Comment 5•7 years ago
|
||
Dead component, closing all bugs in it.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•