-
Notifications
You must be signed in to change notification settings - Fork 4
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
Deployment issues #2
Comments
At the moment the Zig compiler demonstrates incompatibility on the i686 architecture resulting in a error during library linking. MSYS i686 (x86)lld-link: error: undefined symbol: dos_qguiapplication_create
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
lld-link: error: undefined symbol: dos_qqmlapplicationengine_create
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
lld-link: error: undefined symbol: dos_qurl_create
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
lld-link: error: undefined symbol: dos_qqmlapplicationengine_load_url
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
lld-link: error: undefined symbol: dos_qguiapplication_exec
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
lld-link: error: undefined symbol: dos_qqmlapplicationengine_delete
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
lld-link: error: undefined symbol: dos_qguiapplication_quit
>>> referenced by C:\_\zig-cache\o\b6a92afc700a5d24fecee4afa2284abd\Animated.o:(.weak.main.default..refptr.__stack_chk_guard)
error: LLDReportedFailure |
MSYS fixed! qml_zig/.github/workflows/MSYS.yml Lines 39 to 51 in f5a48ee
|
MacOS finally works! Thanks @kubkon |
Anytime! If you bump into linker bugs, feel free to tag me in - I'll be more than happy to have a look! |
The text was updated successfully, but these errors were encountered: