-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Having problem with building revery-quick-start project on Mac #1041
Comments
Hi @piyush1104 -- what version of |
I am currently using nightly build of esy with version 0.6.8 . But earlier I have also tried with 0.6.7 (only harfbuzz problem that I faced, after that I moved to nightly version). |
|
I have also tried building the |
@zbaylin It failed with the same errors with |
Having the same problem on Pop! OS 20.10 |
|
Link to github repo: https://github.com/revery-ui/revery-quick-start
Steps to reproduce:
esy build
, it is failing while building revery-ui with the exceptionNot_found
. Here is the log -Expected Result: The build process should have worked fine.
Additional Information:
I was not able to install
esy_harfbuzz
package because it was giving me permission denied error-So I gave 777 to the whole
revery__s__esy_harfbuzz__2.6.8001__e8df4ff9
folder. Then I trickedesy
to use this folder for installation by compressing into.tgz
format. Then I created the folder_esyinstall
and copied the compressed file here. After that I ran -I don't know whether the build is failing is because of this or not.
The text was updated successfully, but these errors were encountered: