Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue installing MeTa on Windows 10 during make command #229

Open
neEdsMorepaIsLeY opened this issue Jan 13, 2023 · 1 comment
Open

Issue installing MeTa on Windows 10 during make command #229

neEdsMorepaIsLeY opened this issue Jan 13, 2023 · 1 comment

Comments

@neEdsMorepaIsLeY
Copy link

neEdsMorepaIsLeY commented Jan 13, 2023

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
'''

@neEdsMorepaIsLeY neEdsMorepaIsLeY changed the title This affects all systems, not just Windows 10. The fix is easy, however, just edit CMakeLists.txt and change the line: Issue installing MeTa on Windows 10 during make command Jan 16, 2023
@poem2018
Copy link

any update on this question? I also met the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants