dim
dim copied to clipboard
when yarn install take a ./autogen.sh: not found error
rm -rf build/lib/fribidi mkdir -p build/lib cp -r lib/fribidi build/lib/fribidi true cd build/lib/fribidi && NOCONFIGURE=1 ./autogen.sh /bin/sh: 1: ./autogen.sh: not found make: *** [Makefile:19: build/lib/fribidi/configure] Error 127 error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
When I run this command:yarn --cwd ui/ && yarn --cwd ui/ build An error was reported。 How to solve this problem?
We need a bit more info. What OS are you running on? I'm not sure why you're manually building libfribidi.
This could be related to #436
same issue on Ubuntu.
Can you pull latest master, and try building again#?
Latest master fixed the issue. thanks.