Closed
Bug 284809
Opened 20 years ago
Closed 19 years ago
64 bit compile errors using gcc4
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 269823
People
(Reporter: caillon, Assigned: caillon)
References
Details
(Keywords: 64bit)
Attachments
(1 file)
5.85 KB,
patch
|
Details | Diff | Splinter Review |
There are several places we cast pointers to integers, which is now flagged as
an error by gcc4 when the integer cannot hold the pointer, a problem on 64-bit
arches.
Assignee | ||
Comment 1•20 years ago
|
||
I will attempt to compile the trunk later today on an x86-64. This patch is
against the branch.
Comment 2•20 years ago
|
||
*** Bug 284649 has been marked as a duplicate of this bug. ***
Comment 3•20 years ago
|
||
isn't this a duplicate of bug 269823?
security/nss/lib/pki1/oiddata.h is a generated file, and so if anyone runs make
oidgen inside security/nss/lib/pki1 the oiddata.h file will get overwritten.
You should update the patch to not only patch oiddata.h but also patch oidgen.perl
If that is indeed the correct fix for this problem, see Bug 286016
Comment 5•20 years ago
|
||
*** Bug 289238 has been marked as a duplicate of this bug. ***
Comment 6•19 years ago
|
||
*** This bug has been marked as a duplicate of 269823 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•