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

Library and Framework not found #1

Open
randallrvr opened this issue Apr 15, 2022 · 0 comments
Open

Library and Framework not found #1

randallrvr opened this issue Apr 15, 2022 · 0 comments

Comments

@randallrvr
Copy link

BUILD_DIR=out/debug
ninja: Entering directory `out/debug'
ninja: no work to do.
using C++ standard library /usr/local/Cellar/llvm/13.0.1_1/lib/libc++.a
create out/debug/libwgpu.a
create out/debug/libwgpu.dylib
ld64.lld: error: library not found for -lc
ld64.lld: error: framework not found for -framework CoreFoundation
ld64.lld: error: framework not found for -framework CoreGraphics
ld64.lld: error: framework not found for -framework QuartzCore
ld64.lld: error: framework not found for -framework IOSurface
ld64.lld: error: framework not found for -framework Metal
ld64.lld: error: framework not found for -framework IOKit
ld64.lld: error: framework not found for -framework Cocoa
ld64.lld: error: library not found for -lc++
ld64.lld: error: undefined symbol: __Unwind_Resume

referenced by out/debug/lto.cache/llvmcache-FF7E9E2FE1E2CB845556D3819423A93FE9F9BBF9

ld64.lld: error: undefined symbol: _objc_msgSend

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o

ld64.lld: error: undefined symbol: __Unwind_Resume

referenced by out/debug/lto.cache/llvmcache-FF7E9E2FE1E2CB845556D3819423A93FE9F9BBF9

ld64.lld: error: undefined symbol: __ZdlPv

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o

ld64.lld: error: undefined symbol: __Znwm

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o

ld64.lld: error: undefined symbol: __ZdlPv

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o

ld64.lld: error: undefined symbol: OBJC_CLASS$_CAMetalLayer

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o

ld64.lld: error: undefined symbol: ___gxx_personality_v0

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu_metal.mm.o

ld64.lld: error: undefined symbol: ___cxa_guard_release

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu.cc.o

ld64.lld: error: undefined symbol: ___cxa_atexit

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu.cc.o

ld64.lld: error: undefined symbol: ___cxa_guard_acquire

referenced by out/debug/CMakeFiles/wgpu1.dir/wgpu.cc.o

ld64.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)

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

1 participant