Closed
Bug 219
Opened 27 years ago
Closed 26 years ago
BUILD: Compiler Error
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dnebinger, Assigned: ramiro)
Details
Created by David Nebinger (dnebinger@synertech.highmark.com) on Tuesday, April 14, 1998 11:43:46 AM PDT
Additional Details :
When compiling Netscape using HP''s CC, the following error
is generated:
CC -Aa +a1 -o HP-UXB.10.20_DBG.OBJ/editor.o -c -DXP_UNIX -g
+Z -DHPUX -Dhpux -Dhppa -DHPUX10 -Dhpux10 -DHPUX10_20 -D_H
PUX_SOURCE -DSW_THREADS -DNO_SIGNED -DNO_FNDELAY
-DHAVE_ODD_SELECT -DNO_CDEFS_H -DNO_LONG_LONG -DNEED_IOCTL_H
-DNEED_MAT
H_H -DUSE_NODL_TABS -DMITSHM -DNEED_SYS_WAIT_H
-DHAVE_INT32_T -DNEED_UINT_T -DNEED_H_ERRNO
-DRW_NO_OVERLOAD_SCHAR -DHAVE_MODEL_H -DHAVE_STRERROR
-DDEBUG -UNDEBUG -DDEBUG_dnebing -DTRACING -DNSPR20
-DNETSCAPE -DOSTYPE=\"HP-UXB.10\" -DMOZILL
A_CLIENT -DNO_SECURITY -DEDITOR -DMOZ_COMMUNICATOR_IIDS
-DEDITOR -DEDITOR_UI -DLAYERS -DUNIX_EMBED -DX_PLUGINS
-DUNIX_LD
AP -DNSPR -DMOCHA -DUNIX_ASYNC_DNS -DDEVELOPER_DEBUG
-I../../dist/public/parse -I../../dist/public/style
-I../../dist/p
ublic/js -I../../dist/public/layer
-I../../dist/public/applet -I../../dist/public/nspr
-I../../dist/public/security -I../../dist/public/dbm
-I../../dist/public/img -I../../dist/public/util
-I../../dist/public/jtools -I../../dist/public/edtp
lug -I../../dist/public/java -I../../dist/public/hook
-I../../dist/public/pref -I../../dist/public/libfont
-I../../dist/
public/lay -I../../dist/public/rdf -I../../include
-I../../dist/HP-UXB.10.20_DBG.OBJ/include editor.cpp
CC: "../../include/msgcom.h", line 2015: error: long
enumerator (1179)
I''ve been able to compile by changing line 2015 to use the
constant -1 (but not -1L); I don''t know yet if this really
fixes the problem or not (I''ll let you know if I have any
success with this).
Dave
Updated•27 years ago
|
Assignee: nobody → ramiro
Component: XFE
Can you post a patch ? thanks. also, see the following url for info on
building mozilla on hpux:
http://hpux.csc.liv.ac.uk/hppd/mozilla/
Assignee | ||
Updated•27 years ago
|
Summary: Compiler Error → BUILD: Compiler Error
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Version: 1998-03-31 → 1998-09-04
Comment 3•26 years ago
|
||
This bug has been fixed for a few Mozilla releases now (-1 is now used as
the constant, rather than 0xFFFFFFF, for the MSG_Default_Drag constant).
You need to log in
before you can comment on or make changes to this bug.
Description
•