I am having similar problems with installation as mention in Issue #218. I made the edits suggested below, but I still am running into errors during the 'make' step in the installation process. Does anyone have any suggestions for how to successfully install MeTa on my Windows 10 device?
Comment
This affects all systems, not just Windows 10. The fix is easy, however, just edit CMakeLists.txt and change the line:
URL http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz
to:
URL https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz
Originally posted by @MikeGodin in #218 (comment)
Error Message
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `PATH=../stubdata:../tools/ctestfw:../lib:$PATH ../bin/pkgdata -O ../data/icupkg.inc -q -c -s Microsoft Windows [Version 10.0.19045.2364] (c) Microsoft Corporation. All rights reserved. C:/msys64/home/User/meta/build/deps/icu-58.2/src/ExternalICU-build/data>/out/build/icudt58l -d ../lib -e icudt58 -T ./out/tmp -p icudt58l -m static -r 58 -L icudt ./out/tmp/icudata.lst'
make[4]: *** [Makefile:193: packagedata] Error 2
make[3]: *** [Makefile:143: all-recursive] Error 2
make[2]: *** [CMakeFiles/ExternalICU.dir/build.make:86: deps/icu-58.2/src/ExternalICU-stamp/ExternalICU-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1134: CMakeFiles/ExternalICU.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
'''
I am having similar problems with installation as mention in Issue #218. I made the edits suggested below, but I still am running into errors during the 'make' step in the installation process. Does anyone have any suggestions for how to successfully install MeTa on my Windows 10 device?
Comment
This affects all systems, not just Windows 10. The fix is easy, however, just edit
CMakeLists.txtand change the line:URL http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgzto:
URL https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgzOriginally posted by @MikeGodin in #218 (comment)
Error Message