Closed Bug 12311 Opened 25 years ago Closed 25 years ago

Build can find nsIUnixToolkitService.h from objdir

Categories

(Core :: XUL, defect, P3)

HP
Other
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jim_nance, Assigned: scc-obsolete)

Details

Using an Aug 23, 6:00 AM EDT pull of mozilla, I get a fatal build error
when trying to build in an objdir.  Here is the build output

c++ -o nsGtkMain.o -c   -fno-rtti -fno-exceptions -Wall -Wconversion
-Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth
-Wshadow -Wp,-MD,.deps/nsGtkMain.pp -include ../../../../../config-defs.h -g
-fPIC  -DDEBUG -UNDEBUG -DDEBUG_jnance -DTRACING -DOSTYPE=\"HP-UXB.10\" -DNECKO
-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/webshell/tests/viewer/unix/gtk/../..
-I/opt/corp/contrib/X11R6/include/  -I/opt/corp/contrib/X11R6/include
-I/scratch/jnance/mozilla/prefix/lib/glib/include
-I/scratch/jnance/mozilla/prefix/include
/scratch/jnance/mozilla/mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
/scratch/jnance/mozilla/mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp:28:
nsIUnixToolkitService.h: No such file or directory
make[5]: *** [nsGtkMain.o] Error 1
make[5]: Leaving directory
`/scratch/jnance/mozilla/tmp/webshell/tests/viewer/unix/gtk'
The build also fails when building in the source directory.  I suspect that
this means that someone will have fixed it before you even read this.
OK, some more information.  We are failing in:

/scratch/jnance/mozilla/mozilla/webshell/tests/viewer/unix/gtk

but I configured with --disable-tests so I dont think I should even be in this
directory.
Assignee: trudelle → scc
reassigning to scc as it looks more like a webshell issue. cc pavlov
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
I don't think this happens anymore.  I build the tests regularly with gcc 2.95.1
and aCC and have no problem making it through the buildtree.  Specifically, the
viewer which we are using ALOT for debugging thread issues on HP-UX.
You need to log in before you can comment on or make changes to this bug.