Compatibility issue with Apple Silicon Chipset M1 #5415
keviny1981
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 6 replies
-
You did not include all source code in the build. Missing files:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version/Branch of Dear ImGui:
Version: v1.87
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: Visual Studio Code / CMake
Operating System: Mac OS 12.2.1 Monterey
Device: Apple MacBook Pro M1 Max
My Issue/Question:
I've purchased new laptop which is with Apple Silicon M1, I am getting an error when I tried to compile.
It complaints that there is no defined symbols for Arm64 found.
I believe there's nothing special from my source code as it works perfectly fine with intel processor before.
Do you have any suggestion on this?
Screenshots/Video/Logs
CMakeLists.txt
Standalone, minimal, complete and verifiable example: (see #2261)
Beta Was this translation helpful? Give feedback.
All reactions