Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

-MD -MDd cl.exe flags problem during spidermonkey building

19 views
Skip to first unread message

rafai...@mail.ru

unread,
Aug 22, 2019, 10:51:52 AM8/22/19
to
Hello!

Could You help me, I tried to use spiderMonkez JS engine (mozilla-esr52).
Tried to build it due to the manual on official web site.

Trzing to build project with "mozilla-build" v3.2

"
cd js/src
autoconf-2.13

mkdir ./_x86_debug
cd ./_x86_debug

../configure --enable-debug --disable-optimize --enable-nspr-build --disable-shared-js
"

If try to open *.mk files, we can see "RTL_FLAGS += -MD", but in previous step in configuration "--enable-debug --disable-optimize" flags were setted. So created static lib "js_static.lib" couldn't be used in Debug mode in VisualStudio project, because lib looks like release one.

Then I tried to change all "RTL_FLAGS += -MD" to "RTL_FLAGS += -MDd" in every make file, and builded again. But got other problems.

Could You help me. It seems I`m doing something wrong
0 new messages