Closed
Bug 141
Opened 27 years ago
Closed 26 years ago
BUILD: Unable to compile Navigator/Communicator 5.0
Categories
(MozillaClassic Graveyard :: XFE, defect, P5)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: dcrs6000, Assigned: ramiro)
References
Details
Created by Dwight Chang (dcrs6000@pacbell.net) on Friday, April 10, 1998 6:35:05 PM PDT
Additional Details :
Hardware: IBM RS/6000
Operating System: AIX 4.2.1
Problem:
I noticed that h_page.c and hash.c did not compile
because:
BYTE_ORDER BIG_ENDIAN
were not defined. There seems to be a problem with the
mcom_db.h include file. Not sure, but I think there are
some unmatched "endif". The result of which is that the:
#include <sys/machine.h>
statement is not activated. Which result in the undefined
references.
Question:
Is there a way to get the "gmake -ek" command to use
the GNU gcc, g++, c++ compliers that are in my
/usr/local/bin directory? Everytime I executed
gmake -ek command I ended up using AIX''s "c" compiler.
I do not have a "c++" compiler from IBM. The only
"c++" compiler I have is the GNU one which resides
in the /usr/local/bin directory.
Updated•27 years ago
|
Assignee: nobody → ramiro
Component: XFE
Assignee | ||
Updated•27 years ago
|
Summary: Unable to compile Navigator/Communicator 5.0 → BUILD: Unable to compile Navigator/Communicator 5.0
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P5
Try setting your PATH. This has nothing to do with mozilla.
marking p5 assigned.
Comment 5•26 years ago
|
||
Cleaning up old bugs, tempted to close this one out. Please comment if you do
*not* want me to close this bug. Else I will mark it won't fix in a week or so.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 6•26 years ago
|
||
This should be closed. Dwight, please take a look
at the new code base. -Chris
You need to log in
before you can comment on or make changes to this bug.
Description
•