-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V8 MapScript Support #5484
Comments
|
I installed But when I'm compiling it, I have the following errors : |
|
I have send an email to alan boudreault about this problem for mapserver 7.0.7. He answered me "From what I can see in the logs, I am not sure latest mapserver supports a recent version of the v8 engine anymore" |
|
Any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm struggling with how to add v8 support in MapServer.
I found http://mapserver.org/installation/v8.html but the install instructions for v8 are now different :
https://github.com/v8/v8/wiki/Building-from-Source.
I successfully compiled v8 following the instructions ;
But I have no idea now how to compile MapServer with v8 support ;
I ran this command :
but as excepted, I have this error :
V8 JavaScript support requested but not found.!I try to install the v8 library and include headers as defined in MapServer documentation but I couldn't find the
libv8.sofile.Could someone help me or update the documentation ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: