Re: Glazier (Was: [VOTE] Release Apache CouchDB 3.2.1)

2021-11-25 Thread Will Young
Hi Ronny, I think the issue is the glazier is packaging up the dlls from $VCPKG_BIN in couchdb's \bin for the runtime which don't correspond to the paths you are indicating. You could probably copy the dlls into $vcpkg_bin or add lines to copy the dlls from your icu and mozjs to the

Re: Glazier (Was: [VOTE] Release Apache CouchDB 3.2.1)

2021-11-25 Thread Ronny Berndt
Hi Will, i played a little bit with the paths and set it explicit in src/couch/rebar.config.script : {JS_CFLAGS, JS_LDFLAGS} = case os:type() of {win32, _} when SMVsn == "1.8.5" -> { "/DXP_WIN", "mozjs185-1.0.lib" }; {unix, _} when SMVsn == "1.8.5"

Re: Glazier (Was: [VOTE] Release Apache CouchDB 3.2.1)

2021-11-25 Thread Will Young
Hi Ronny, If you follow its configuration here: https://github.com/apache/couchdb/blob/main/src/couch/rebar.config.script#L197 to IcuWinEnv, it doesn't set any search paths like other OSes since it is expecting these paths to already be setup in the environment. >From your earlier email I