joaohf commented on issue #4448: URL: https://github.com/apache/couchdb/issues/4448#issuecomment-1986986167
Hi @nickva I'm trying this PR as a hope to substitute mozjs in the context of meta-erlang Yocto layer. While testing the qjs branch I got the following error: ``` | Compiling /build/tmp-qemux86-64-glibc-couchdb/work/core2-64-poky-linux/couchdb/3.3.3+git/git/src/couch/priv/couch_js/86/main.cpp | /build/tmp-qemux86-64-glibc-couchdb/work/core2-64-poky-linux/couchdb/3.3.3+git/git/src/couch/priv/couch_js/86/main.cpp:24:10: fatal error: jsapi.h: No such file or directory | 24 | #include <jsapi.h> | | ^~~~~~~~~ ``` In my case, I don't have mozjs dependencies. Is that suppose to work ? I mean, could I say with couchdb is configured with quickjs engine, then couchdb does not need mozjs at all ? Thanks. -- 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]
