pgj commented on PR #37:
URL: https://github.com/apache/couchdb-glazier/pull/37#issuecomment-2296855167
The fresh install seems to be working, but then I ran into this issue when
trying to build CouchDB:
```console
ERROR: sh(cmd /q /c link.exe priv/couch_ejson_compare/couch_ejson_compare.o
icuin.lib icudt.lib icuuc.lib /DLL
/LIBPATH:"c:/tools/erl-25.3.2.13/lib/erl_interface-5.3.2.1/lib" ei.lib
/OUT:priv/couch_ejson_compare.dll)
failed with return code 1120 and the following output:
Microsoft (R) Incremental Linker Version 14.41.34120.0
Copyright (C) Microsoft Corporation. All rights reserved.
Creating library priv\couch_ejson_compare.lib and object
priv\couch_ejson_compare.exp
couch_ejson_compare.o : error LNK2019: unresolved external symbol
u_getVersion_74 referenced in function get_icu_version
couch_ejson_compare.o : error LNK2019: unresolved external symbol
uiter_setUTF8_74 referenced in function compare_strings
couch_ejson_compare.o : error LNK2019: unresolved external symbol
ucol_open_74 referenced in function get_collator
couch_ejson_compare.o : error LNK2019: unresolved external symbol
ucol_close_74 referenced in function on_unload
couch_ejson_compare.o : error LNK2019: unresolved external symbol
ucol_strcollIter_74 referenced in function compare_strings
couch_ejson_compare.o : error LNK2019: unresolved external symbol
ucol_getVersion_74 referenced in function get_collator_version
couch_ejson_compare.o : error LNK2019: unresolved external symbol
ucol_getUCAVersion_74 referenced in function get_uca_version
priv\couch_ejson_compare.dll : fatal error LNK1120: 7 unresolved externals
```
--
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]