Closed
Bug 992251
Opened 11 years ago
Closed 4 years ago
tools\profiler\ProfileEntry.h(15) : fatal error C1083: Cannot open include file: 'gtest/gtest.h': No such file or directory
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: xavier114fch, Unassigned)
References
Details
I was building using VS 2013 Update 2 RC. Details:
13:19.48 e:\mozilla-inbound\tools\profiler\ProfileEntry.h(15) : fatal error C108
3: Cannot open include file: 'gtest/gtest.h': No such file or directory
13:19.49
13:19.52 In the directory /e/mozilla-inbound/obj/tools/profiler
13:19.52 The following command failed to execute properly:
13:19.52 e:/mozilla-inbound/obj/_virtualenv/Scripts/python.exe -m mozbuild.actio
n.cl cl -Foplatform-win32.obj -c -D_HAS_EXCEPTIONS=0 -I../../dist/stl_wrappers -
DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DNO_NSPR_10_SUPPORT -Ie:/mozilla-inbound/to
ols/profiler -I. -Ie:/mozilla-inbound/ipc/chromium/src -Ie:/mozilla-inbound/mozg
lue/linker -Ie:/mozilla-inbound/toolkit/crashreporter/google-breakpad/src -I../.
./dist/include -Ie:/mozilla-inbound/obj/dist/include/nspr -Ie:/mozilla-inbound/o
bj/dist/include/nss -I/e/mozilla-inbound/obj/dist/include -I/e/mozilla-inbound/m
odules/zlib/src -MD -FI ../../dist/include/mozilla-config.h -DMOZILLA_CLIENT -wd
4099 -TP -nologo -W3 -Gy -FS -Gw -wd4251 -wd4244 -wd4345 -wd4351 -wd4482 -wd4800
-wd4819 -we4553 -GR- -DNDEBUG -DTRIMMED -O2 -Oy- -Fdgenerated.pdb e:/mozilla-in
bound/tools/profiler/platform-win32.cc
13:19.53 e:/mozilla-inbound/config/rules.mk:1004: recipe for target 'platform-wi
n32.obj' failed
13:19.53 mozmake.EXE[5]: *** [platform-win32.obj] Error 1
13:19.54 e:/mozilla-inbound/config/recurse.mk:95: recipe for target 'tools/profi
ler/compile' failed
13:19.54 mozmake.EXE[4]: *** [tools/profiler/compile] Error 2
13:19.54 e:/mozilla-inbound/config/recurse.mk:39: recipe for target 'compile' fa
iled
13:19.54 mozmake.EXE[3]: *** [compile] Error 2
13:19.55 e:/mozilla-inbound/config/rules.mk:592: recipe for target 'default' fai
led
13:19.55 mozmake.EXE[2]: *** [default] Error 2
13:19.55 e:/mozilla-inbound/client.mk:398: recipe for target 'realbuild' failed
13:19.55 mozmake.EXE[1]: *** [realbuild] Error 2
13:19.56 client.mk:185: recipe for target 'build' failed
13:19.56 mozmake.EXE: *** [build] Error 2
Comment 1•11 years ago
|
||
This must be caused by this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=986160
But it passed the tests on inbound: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=1e38b4aa8889
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•