Replies: 1 comment 3 replies
-
I don't officially support 32 bit, but it should build fine. Linker errors typically indicate some type of binary incompatibility. If you're using the CMake command verbatim from the compilation guide, that could be causing an issue because it builds 64 bit versions of the dependencies, including SDL. Delete your entire build folder and start over from new. Try this for the CMake command:
That should build 32 bit versions of both the dependencies and the program, eliminating any linker errors. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Iam trying to build X86 version from sources and it is not sucessfull. I install latest visual studio 2022 with latest required components and failed with last two steps: cmake --build OR cmake --build . --config Release --target package
lot of SDL errors. I tried X64 version too, but same errors.
Please could someone help? I need X86 version
error.txt
Beta Was this translation helpful? Give feedback.
All reactions