Closed Bug 9343 Opened 25 years ago Closed 25 years ago

Build fails when using objdir

Categories

(Core :: Security: CAPS, defect, P3)

HP
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jim_nance, Assigned: norrisboyd)

Details

Using a checkout from July 7, 1999 5:00 AM EDT I get the following error when I try and compile the code in a seperate object tree: c++ -o nsCCapsManager.o -c -fno-rtti -fno-exceptions -Wall -Wconversion -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wp,-MD,.deps/nsCCapsManager.pp -include ../../config-defs.h -g -fPIC -DDEBUG -UNDEBUG -DDEBUG_jnance -DTRACING -DOSTYPE=\"HP-UXB.10\" -I../../dist/include -I../../dist/./include -I../../dist/include -I/scratch/jnance/mozilla/mozilla/include -I/scratch/jnance/mozilla/prefix/include -I../../dist/./public/jpeg -I../../dist/./public/png -I../../dist/./public/zlib -I/scratch/jnance/mozilla/mozilla/include -I/opt/corp/contrib/X11R6/include/ /scratch/jnance/mozilla/mozilla/caps/src/nsCCapsManager.cpp /scratch/jnance/mozilla/mozilla/caps/src/nsCCapsManager.cpp:27: nsICapsSecurityCallbacks.h: No such file or directory make: *** [nsCCapsManager.o] Error 1 The file that is missing does exist in the directory: /scratch/jnance/mozilla/mozilla/caps/public but this is not being put in the search path for some reason.
dom/src/base/nsSSecurityManager also has a similar problem: c++ -o nsJSSecurityManager.o -c -fno-rtti -fno-exceptions -Wall -Wconversion -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wp,-MD,.deps/nsJSSecurityManager.pp -include ../../../config-defs.h -g -fPIC -D_IMPL_NS_DOM -DDEBUG -UNDEBUG -DDEBUG_jnance -DTRACING -DOSTYPE=\"HP-UXB.10\" -I../../../dist/include -I../../../dist/./include -I../../../dist/include -I/scratch/jnance/mozilla/mozilla/include -I/scratch/jnance/mozilla/prefix/include -I../../../dist/./public/jpeg -I../../../dist/./public/png -I../../../dist/./public/zlib -I/opt/corp/contrib/X11R6/include/ /scratch/jnance/mozilla/mozilla/dom/src/base/nsJSSecurityManager.cpp In file included from /scratch/jnance/mozilla/mozilla/dom/src/base/nsJSSecurityManager.cpp:19: /scratch/jnance/mozilla/mozilla/dom/src/base/nsJSSecurityManager.h:22: nsICapsSecurityCallbacks.h: No such file or directory
Status: NEW → ASSIGNED
Are you still seeing this? I introduced some bustage to the tree when I checked in, but it's been fixed and builds fine on Linux systems now.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
No, I am not seeing it anymore. I am marking it fixed.
Status: RESOLVED → VERIFIED
Build fail. Reporter satisfied. Setting verified to complete bug cycle.
Moving all CAPS bugs to Security: CAPS component. CAPS component will be deleted.
Component: CAPS → Security: CAPS
You need to log in before you can comment on or make changes to this bug.