googlefonts / fontview

Demo app that displays fonts with a free/libre/open-source text rendering stack: FreeType, HarfBuzz and Raqm
Other
322 stars 37 forks source link

Build Errors [MacOS 10.12] #40

Closed chriszanf closed 6 years ago

chriszanf commented 6 years ago

I am getting a lot of build errors but instead of posting them here, I have created a Gist and pasted the build log into it:

https://gist.github.com/chriszanf/0b5d7929825d0ebc34ea82eef0359340

Generally, its a lot of errors stating that various commands are depreciated.

Any assistance would be great!

brawer commented 6 years ago

These seem to be all warnings (non-fatal errors) in third-party libraries, correct?

anthrotype commented 6 years ago

the last line of your gist

-bash: /build/FontView.app/Contents/MacOS/fontview: No such file or directory

could it be that you tried to lauch fontview with a / at the beginning of the path instead of ./ making it an absolute path instead of relative to the current directory where ./build folder is?

just guessing

brawer commented 6 years ago

Hm, can’t reproduce.