Closed Bug 908559 Opened 11 years ago Closed 11 years ago

ObjectImpl.h:152:8: error: no member named 'operator=' in 'JS::Value'

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 904108

People

(Reporter: rnewman, Unassigned)

Details

Clobber build, current m-c, Mac 10.8.4. Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.4.0 Thread model: posix 1:55.87 In file included from /Users/rnewman/moz/hg/services-central/js/src/vm/ObjectImpl.cpp:7: 1:55.87 In file included from /Users/rnewman/moz/hg/services-central/js/src/vm/ObjectImpl-inl.h:10: 1:55.87 /Users/rnewman/moz/hg/services-central/js/src/vm/ObjectImpl.h:152:8: error: no member named 'operator=' in 'JS::Value' 1:55.88 struct PropDesc { 1:55.88 ^~~~~~~~ 1:55.88 /Users/rnewman/moz/hg/services-central/js/src/vm/ObjectImpl.cpp:368:15: note: implicit default move assignment operator for 'js::PropDesc' first required here 1:55.88 *desc = PropDesc::undefined(); 1:55.88 ^ 1:55.98 Parser.o 1:56.05 1 error generated. 1:56.06 1:56.07 In the directory /Users/rnewman/moz/hg/services-central/obj-ff-dbg/js/src 1:56.07 The following command failed to execute properly: 1:56.07 /usr/bin/clang++ -o ObjectImpl.o -c -fvisibility=hidden -DENABLE_PARALLEL_JS -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".dylib" -DUSE_ZLIB -Ictypes/libffi/include -I/Users/rnewman/moz/hg/services-central/js/src/../../mfbt/double-conversion -I/Users/rnewman/moz/hg/services-central/js/src/../../intl/icu/source/common -I/Users/rnewman/moz/hg/services-central/js/src/../../intl/icu/source/i18n -I/Users/rnewman/moz/hg/services-central/js/src -I. -I./../../dist/include -I/Users/rnewman/moz/hg/services-central/obj-ff-dbg/dist/include/nspr -I/Users/rnewman/moz/hg/services-central/js/src -fPIC -Qunused-arguments -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -fno-common -fno-rtti -fno-exceptions -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -O2 -fno-omit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -Qunused-arguments -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MP -MF .deps/ObjectImpl.o.pp /Users/rnewman/moz/hg/services-central/js/src/vm/ObjectImpl.cpp 1:56.07 make[5]: *** [ObjectImpl.o] Error 1 1:56.07 make[5]: *** Waiting for unfinished jobs.... 1:57.82 make[4]: *** [default] Error 2 1:57.82 make[3]: *** [tier_js] Error 2 1:57.82 make[2]: *** [default] Error 2 1:57.82 make[1]: *** [realbuild] Error 2 1:57.82 make: *** [build] Error 2 1:57.86 86 compiler warnings present.
Same issue as bug 904108, no?
Good call, thanks Ryan. That didn't come up in Bugzilla searching for me. Wouldn't it be nice if mach told me when my tools were outdated?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
(In reply to Richard Newman [:rnewman] from comment #2) > Good call, thanks Ryan. That didn't come up in Bugzilla searching for me. > > Wouldn't it be nice if mach told me when my tools were outdated? > That's bug 905876.
You need to log in before you can comment on or make changes to this bug.