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 Error] ld: symbol(s) not found for architecture i386 #52

Open BlackFoundry opened 5 years ago

BlackFoundry commented 5 years ago

Cannot build: MacOS Version 10.14.2

Traceback: ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd, missing required architecture i386 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd

anthrotype commented 5 years ago

Is that just a linker warning message or does the build fails?

BlackFoundry commented 5 years ago

The build failed. Seems related to this in gyp

kmuncie commented 5 years ago

Is there a workaround for this issue?

mizraith commented 4 years ago

Just ran into the same problem and am stuck unable to build fcserver. Any thoughts? (I'm active on it and willing to try but don't know where to start)

ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [fcserver] Error 1