Closed
Bug 343
Opened 27 years ago
Closed 26 years ago
libreg/src/reg.c compile error
Categories
(MozillaClassic Graveyard :: Registry, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sjm, Assigned: dveditz)
References
()
Details
Created by (sjm@nwc.dk) on Saturday, May 9, 1998 2:29:37 AM PDT
Additional Details :
reg.c will not compile since "REG" is a reserved keyword in
gcc-2.8+ hence REGOFF causes a parse error.
Updated by (sjm@nwc.dk) on Saturday, May 9, 1998 2:35:41 AM PDT
Additional Details :
Actually, its "REGOFF" that causes the problem. If "REGOFF" is substituted with
something else it compiles OK.
Updated by (sjm@nwc.dk) on Saturday, May 9, 1998 2:42:12 AM PDT
Additional Details :
Platform=i586-pc-solaris2.6 (Solaris 2.6_X86)
GCC 2.8.1
Updated by (sjm@nwc.dk) on Tuesday, May 12, 1998 12:22:55 AM PDT
Additional Details :
It is /usr/include/sys/reg.h on a Solaris2.6_X86 platform that contains "#define
REGOFF MINFRAME". This define breaks reg.h and reg.c
Updated by (sjm@nwc.dk) on Sunday, May 24, 1998 12:42:09 AM PDT
Additional Details :
This bug only applies to SunOS5.6_x86.
There is a patch for this problem. Waiting for wtc@netscape.com to approve.
Updated by Soren Juul Moller (sjm@nwc.dk) on Thursday, July 9, 1998 10:53:43 AM PDT
Additional Details :
Please refer to
ftp://ftp.nwc.dk/pub/patches/mozilla-SunOS5.6_x86-CVS1998JUN09.txt
Updated by Soren Juul Moller (sjm@nwc.dk) on Tuesday, July 14, 1998 11:29:51 AM PDT
Additional Details :
The patch URL is now
ftp://ftp.nwc.dk/pub/patches/mozilla/SunOS5.6_x86-current.txt
Reporter | ||
Updated•27 years ago
|
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 1•26 years ago
|
||
Fixed
Comment 2•26 years ago
|
||
Sujay -- please get an Xhead to help verify this bug -- thanks
QA Contact: 4079
Dan, can you regress this one and mark VERIFIED-FIXED? QA can't verify this one.
thanks!
can Akkana/Slamm please mark this VERIFIED-FIXED? I can't verify this one...
thanks!
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
I don't build on Solaris X86 and I bet akkana doesn't either. However, since the
reported of the bug marked it fixed, it should be safe to mark it verified.
Marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•