Closed Bug 284809 Opened 20 years ago Closed 19 years ago

64 bit compile errors using gcc4

Categories

(Firefox Build System :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 269823

People

(Reporter: caillon, Assigned: caillon)

References

Details

(Keywords: 64bit)

Attachments

(1 file)

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.
I will attempt to compile the trunk later today on an x86-64. This patch is against the branch.
*** Bug 284649 has been marked as a duplicate of this bug. ***
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
*** Bug 289238 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 269823 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: