big-r81 commented on issue #5747:
URL: https://github.com/apache/couchdb/issues/5747#issuecomment-3531752605

   Only for the record:
   
   You did only `./configure` that means, the the build script is using 
SpiderMonkey v91 per default.
   You used SpiderMonkey v128, which has different C++ apis as v91. Iirc with 
more entries in the `JSClassOps` object. Thats why you get the compiler errors.
   If you want to build against v128 then you have to use: `./configure 
--spidermonkey-version 128` or as Nick mentioned, use QuickJS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to