Closed
Bug 46176
Opened 25 years ago
Closed 25 years ago
bad macro in makefile in security/psm/server causes include problems-can't compile
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: tdouglas, Assigned: cls)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test2 i686; en-US; m17) Gecko/20000719
BuildID: latest cvs
INCLUDES += -I$(LDAPSDKDIST)/include -I$(CORE_DEPTH)/../dist/public/nlslayer
$(LDAPSDKDIST) expands to nothing on my linux2.4.0-test2 kernel.so it doesn't
include all the files. and i get errors
Reproducible: Always
Steps to Reproduce:
1.make
2.
3.
Actual Results: gcc -o Linux2.4_x86_glibc_PTH_DBG.OBJ/collectn.o -c -g -fPIC
-DLINUX1_2 -Di386 -
D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_B
SD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DNSM_PROTOCOL_STRICT -DNSPR20 -I../lib/prot
ocol -DDEBUG -UNDEBUG -DDEBUG_timmy -D_REENTRANT -D_PR_NEED_FAKE_POLL -I../../d
ist/Linux2.4_x86_glibc_PTH_DBG.OBJ/include -I../../dist/public/security -I../..
/dist/private/security -I../../dist/public/dbm -I../../dist/public/security -I..
/../dist/public/protocol -I/include -I../../../dist/public/nlslayer collectn.c
In file included from collectn.c:34:
collectn.h:36: prtypes.h: No such file or directory
collectn.h:37: prmon.h: No such file or directory
collectn.h:38: prclist.h: No such file or directory
collectn.c:35: prerror.h: No such file or directory
collectn.c:36: prmem.h: No such file or directory
collectn.c:37: seccomon.h: No such file or directory
In file included from collectn.c:38:
serv.h:36: prio.h: No such file or directory
serv.h:37: prtypes.h: No such file or directory
serv.h:38: prnetdb.h: No such file or directory
serv.h:39: prprf.h: No such file or directory
serv.h:40: prinit.h: No such file or directory
serv.h:41: prthread.h: No such file or directory
serv.h:42: prinrval.h: No such file or directory
serv.h:43: prmon.h: No such file or directory
serv.h:44: prmem.h: No such file or directory
serv.h:45: prerror.h: No such file or directory
In file included from collectn.c:38:
serv.h:48: seccomon.h: No such file or directory
In file included from servimpl.h:38,
from serv.h:50,
from collectn.c:38:
hashtbl.h:38: nspr.h: No such file or directory
hashtbl.h:39: prtypes.h: No such file or directory
hashtbl.h:40: prmem.h: No such file or directory
hashtbl.h:41: seccomon.h: No such file or directory
hashtbl.h:42: secitem.h: No such file or directory
In file included from serv.h:52,
from collectn.c:38:
ssmerrs.h:37: prtypes.h: No such file or directory
Expected Results: (no errors)
security/psm/server is not part of the mozilla build. Make sure that you are
pulling the tree using the instructions from http://www.mozilla.org/build/ and
not just 'cvs co mozilla' . Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•