You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/11/30 09:28:22 UTC

[GitHub] [couchdb] lostnet commented on issue #3838: Glazier issues during SpiderMonkey build

lostnet commented on issue #3838:
URL: https://github.com/apache/couchdb/issues/3838#issuecomment-982447514


   Hi @arekdygas ,
   
   The issue of pkg-config and icu has come up on the dev list and a solution to get past the configure stage by installing a version and setting pkg_config_path is [here](https://lists.apache.org/thread/of03pwwztv3d1fhkjxbnrmcp7m0bvp80)
   
   As discussed in that thread pkg-config is not actually producing useful options for the lld_linker on windows. Based on another solution from that discussion, I'm currently building esr78 and esr91 in GH workflows with this environmental variable:
   
   `LDFLAGS: "/LIBPATH:C:\\vcpkg\\installed\\x64-windows\\lib /LIBPATH:C:\\vcpkg\\installed\\x64-windows\\bin icuin.lib icudt.lib icuuc.lib"`
   
   I think that could be adapted and put in glazier's shell1.ps as: 
   
   `$env:LDFLAGS = "/LIBPATH:C:\relax\vcpkg\installed\x64-windows\lib /LIBPATH:C:\relax\vcpkg\installed\x64-windows\bin icuin.lib icudt.lib icuuc.lib" + $env:LDFLAGS`
   
   Discussions on the rest of the process for releasing 3.2.1 for windows are going to continue in slack and will probably lead to some updates to couchdb-glazier..
   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org