Closed
Bug 519
Opened 27 years ago
Closed 26 years ago
Sources in XFE don't compile because of misdeclaration
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: torsten, Assigned: radha)
Details
Created by Torsten Rüger (torsten@ponton-hamburg.de) on Thursday, August 6, 1998 2:24:07 AM PDT
Additional Details :
in directory cmd/xfe/src the following files dont compile
because of the named functions.
Frame.cpp in DisplayPixmap(..)
RDFImage.cpp in RDFDisplayPixmap(..)
In both cases the declaration and definition of the
functions differ. That is jint is used equivalent to long
int, and my compiler throws error. The fix is trivial, and
it did compile when I changed the definition to match the
declaration.
I suppose the error only occurs on 64-bit machines ??
Comment 1•26 years ago
|
||
Do you have a patch for this? This may have been
checked in already.
Updated•26 years ago
|
Assignee: mcafee → radha
This is radha's code.
Reassign to radha@netscape.com
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
These functions have gone through a lot of changes since Aug-06. Can you try
latest builds?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Torsten says he doesn't see this problem anymore. So marking fixed.Hi,
I have compiled the latest tarBall without compile errors. The tar is from 8.9.
i think. It
doesn't link on my machine, but that is a different problem.
Hope this helps.
Torsten
Moving onto XFE component for proper bug metrics. Old bug...no other change.
Component: Platform: Rhapsody → XFE
You need to log in
before you can comment on or make changes to this bug.
Description
•