-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I am trying to install EFL in my Windows 10 system.
I am able to clone and compile ewpi successfully in MSYS2 MINGW64 terminal.
Then I am running this command: ./ewpi --efl --jobs=8. Packages are downloaded fine, but while extraction of sources is going on, I am getting following error:
:: Extraction of sources...
(11/88) zstd-1.5.5 [##### ] 12%tar: zstd-1.5.5/tests/cli-tests/bin/unzstd: Cannot create symlink to ‘zstd’: No such file or directory
tar: Exiting with failure status due to previous errors
Can not extract zstd-1.5.5.tar.gz
Some places I read that I should just execute the command again. But on trying to execute ./ewpi --efl --jobs=8 again, I am getting a new error in the terminal while downloading packages:
v2.5.0.tar.gz.1 [ <=> ] 1.78M 3.36MB/s in 0.5s
fatal: destination path 'libyuv' already exists and is not an empty directory.
error while downloading package libyuv (ret = 128)