On 2/28/2013 12:42 AM, saur m wrote: > Hello everyone, > I have successfully built the firefox from the source code. Now I > have created the installer usng command > > c:/mozilla-central/build/pymake/make.py installer > > But when I am trying to install the firefox on other system , it installs > successfully but does not run and gives error > > "MSVCP110D.dll file is missing or not found.reinstall the application" > > Need Help on how to create a installer without any errors. I am building > Mozilla on windows 8 64bit system. The mozconfig file is as below for > reference: > I think you must have had --enable-debug in your mozconfig at some point, because MSVCP110D.dll is part of the Debug CRT (note the D in the filename). The Debug CRT is not redistributable, so getting it on to other machines is sort of tricky. If you changed your mozconfig options you should rm -rf your objdir and rebuild.
-Ted _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform