ProfilingCategory.h missing on fresh SpiderMonkey make
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: liamg_uw, Unassigned)
References
Details
Steps to reproduce:
I am building SpiderMonkey for embedding in a C++ project. First I installed Mozilla Build and bootstrapped the entire mozilla-unified. Then I successfully ran js/src.configure.in, and then ran mozmake.exe and mozmake.exe install. Then I added the include folder to my project, linked mozjs-102a1.lib to my project, and copied mozjs-102a1.dll into my main project folder.
Actual results:
The file ProfilingCategory.h #includes "js/ProfilingCategoryList.h" on line 13. But this file wasn't there in the folder I had downloaded. Finding the file online and adding it to the folder fixed the problem.
Expected results:
It should have compiled.
Comment 1•4 years ago
|
||
So that file ought to be generated during configure; when you built SM, did you also build the shell? Did that work? If so, it suggests the issue is in the install step.
I did build the shell, and though I haven't tested the shell, I can see the ProfilingCategoryList.h there in the right folder.
Updated•2 years ago
|
Description
•