Closed Bug 249 Opened 27 years ago Closed 24 years ago

incorrect include path for endian.h

Categories

(SeaMonkey :: Build Config, defect, P3)

DEC
All
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: armen, Assigned: briano)

References

Details

Created by Armen Nakashian (armen@unx.dec.com) on Thursday, April 16, 1998 12:41:28 PM PDT Additional Details : On DEC Unix 4.0D (and I'm guessing all other 4.0 releases), endian.h lives in /usr/include/alpha/. The include-path doesn't seem to include the alpha/ dir, and several files break when compiling. Updated by Wan-Teh Chang (wtc@netscape.com) on Wednesday, May 6, 1998 8:05:45 PM PDT Additional Details : That #include should probably be written as: #ifdef OSF1 #include <machine/endian.h> #endif That is what we do in mozilla/nsprpub/pr/include/prinet.h. Updated by Brian Ostrom (briano@netscape.com) on Monday, July 13, 1998 6:01:29 PM PDT Additional Details : I have a potential fix for this problem. Just a simple change to mozilla/config/OSF1.mk: OS_INCLUDES = -I/usr/include -I/usr/include/sys -I/usr/include/machine I haven't tested this yet, and I'm certainly open to any alternatives. (I threw in the first two simply to be safe, and because I'm paranoid.... ;-) Updated by Brian Ostrom (briano@netscape.com) on Tuesday, July 14, 1998 4:51:58 PM PDT Additional Details : The fix is in place (mozilla/config/OSF1.mk:3.4).
Status: RESOLVED → VERIFIED
Status: VERIFIED → REOPENED
mid-air collision ? / bugzilla cleanup Reopening (current State: verified and no resolution)
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
verified
Status: RESOLVED → VERIFIED
*** Bug 299 has been marked as a duplicate of this bug. ***
*** Bug 469 has been marked as a duplicate of this bug. ***
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.