Closed
Bug 517612
Opened 16 years ago
Closed 16 years ago
nsICanvasRenderingContextWebGL.h file not found when --disable-webgl
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: BenB, Assigned: dholbert)
References
Details
Reproduction:
--disable-webgl
Actual result:
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:39:44: error: nsICanvasRenderingContextWebGL.h: file not found
Expected result:
Builds and works
Build output:
make[5]: Entering directory `.../debug/content/canvas/src'
WebGLContextNotSupported.cpp
c++ -o WebGLContextNotSupported.o -c -I../../../dist/system_wrappers -include ../../../../source/config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_LAYOUT -I../../../../source/content/canvas/src -I. -I../../../dist/include -I../../../dist/include/nsprpub -I.../debug/dist/include/nspr -I/usr/src/mozilla/firefox/trunk/debug/dist/include/nss -I../../../../source/content/canvas/src/../../../layout/xul/base/src -I../../../../source/content/canvas/src/../../../layout/style -I../../../../source/content/canvas/src/../../../layout/generic -I../../../../source/content/canvas/src/../../base/src -I../../../../source/content/canvas/src/../../html/content/src -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -fno-strict-aliasing -fshort-wchar -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_ben -DTRACING -g -fno-inline -I...debug/dist/include/cairo -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0 -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/WebGLContextNotSupported.pp ../../../../source/content/canvas/src/WebGLContextNotSupported.cpp
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:39:44: error: nsICanvasRenderingContextWebGL.h: Datei oder Verzeichnis nicht gefunden
In file included from ../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:40:
../../../dist/include/WebGLArray.h:41: error: ‘nsresult’ does not name a type
../../../dist/include/WebGLArray.h:42: error: ‘nsresult’ does not name a type
../../../dist/include/WebGLArray.h:43: error: ‘nsresult’ does not name a type
../../../dist/include/WebGLArray.h:44: error: ‘nsresult’ does not name a type
../../../dist/include/WebGLArray.h:45: error: ‘nsresult’ does not name a type
../../../dist/include/WebGLArray.h:46: error: ‘nsresult’ does not name a type
../../../dist/include/WebGLArray.h:47: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:44: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:45: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:46: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:47: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:48: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:49: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:50: error: ‘nsresult’ does not name a type
../../../../source/content/canvas/src/WebGLContextNotSupported.cpp:51: error: ‘nsresult’ does not name a type
make[5]: *** [WebGLContextNotSupported.o] Fehler 1
| Reporter | ||
Comment 1•16 years ago
|
||
Apparently there's a fix in bug 516213 comment 9
Depends on: 516213
| Reporter | ||
Comment 2•16 years ago
|
||
Yup, that seems to have fixed it.
Reassigning to patch author and marking fixed.
Assignee: vladimir → dholbert
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•