Skip to content
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

Compiling error in macOS #354

Open
thehyperevilcorp opened this issue Dec 5, 2022 · 1 comment
Open

Compiling error in macOS #354

thehyperevilcorp opened this issue Dec 5, 2022 · 1 comment

Comments

@thehyperevilcorp
Copy link

Build command: ./build_viewer.sh metal tess run

...
Linking rive_viewer
Undefined symbols for architecture arm64:
"HBFont::gFallbackProc", referenced from:
TextContent::TextContent() in text_content.o
"HBFont::Decode(rive::Span)", referenced from:
ViewerContent::DecodeFont(rive::Span) in viewer_content.o
"HBFont::hasGlyph(rive::Span)", referenced from:
pickFallbackFont(rive::Span) in text_content.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [macosx/bin/debug/tess/metal/rive_viewer] Error 1
make: *** [rive_viewer] Error 2

@luigi-rosso
Copy link
Collaborator

Could you try the latest master with a clean build?

./build_viewer.sh metal tess run clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants