libhermesvm-config.h cannot be found when compiling. #1687
Please-just-dont
started this conversation in
Static Hermes
Replies: 1 comment 2 replies
-
|
This is probably a configuration issue. Can you please share the contents of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So when I do shermes ./my_javascript_source.js I get the error with the inclue:
#include "libhermesvm-config.h"I can step through the code and see what is happening. The Javascript is compiled into C. A temporary C file is created called my_javascript_source.js-3289d8.c which looks like:
And I think that hermes/VM/static_h.h being included is the problem, or a transitively included file.
Here is the full error:
I built my project by simply doing add_subdirectory on the main respository folder, and generally things are working OK (the include paths seems to have been taken care of).
I am on latest version of Linux Mint.
Beta Was this translation helpful? Give feedback.
All reactions