-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
sqlite-orm fails to compile under uwp #1252
Comments
We are using Catch2 v3 for unit testing. tests\CMakeLists.txt links against
|
@jimwang118 does it work now? |
Still the compilation failed. |
vcpkg's “x64-uwp” triplet sets the CMake variable For some reason, the msvc linker will not take PR #1295 explicitly sets the entry point of the unit test executable file. |
@jimwang118 I have tested the “x64-uwp” triplet, but it would be good if you could check that too. |
Thanks @jimwang118 and @RealChuan for making sure this works. |
When I failed to compile sqlite-orm under uwp, the error message is as follows.
I have enabled the
test
feature. This feature generates theunit_tests.exe
executable program, but under uwp there is an error message indicating that there is no corresponding executable main function entry? Is this a normal design or is it a problem?The text was updated successfully, but these errors were encountered: