andrewwiik / Maize

Porting the iOS 11 Control Center to iOS 10
51 stars 16 forks source link

stdc++.6 not explicitly linked #66

Closed michyprima closed 6 years ago

michyprima commented 6 years ago

You may want to consider adding MaizeUI_LDFLAGS += -lstdc++.6 to MaizeUI's Makefile. This would fix the build on non osx hosts.

andrewwiik commented 6 years ago

I would like to look into this more before I make this change to this project as I have never encountered this problem before.

michyprima commented 6 years ago

I believe that's because you use a mac. theos on linux and windows does not automatically link stdc++.6, causing the build to fail. Take your time. I went back to building Maize on macOS as the official toolchain builds smaller (better optimized?) binaries.