I would like to build this for Windows 11 but am having trouble. I am using Qt 6.4.2 and MSVC2022 Community.
QTJAMBI_PATCH_VERSION was not defined, any suggestions? I set it to 1. This came up multiple times using Qt Creator even though variable was set.
CSTDDEF was not found on MSVC2022 community. Where is it? I put a cstddef in project folder. I used 'ant all' as MSVC2022 did not work for this repo. 'ant all' generated: Cannot open include file: 'cstddef': No such file or directory.
C:\Qt\6.4.2\msvc2019_64\include\QtCore/qglobal.h(9): fatal error C1083: Cannot open include file: 'type_traits': No such file or directory. Where do I find 'type_traits'?
JAVA_HOME was set in environment but I added it to the Qt Creator environment too.
\QtJambi\functionpointers-release.qrc does not exist and \QtJambi\functionpointer-debug.qrc does not exist. Where do I find them or how do I create them?
I would like to build this for Windows 11 but am having trouble. I am using Qt 6.4.2 and MSVC2022 Community.
Any help would be much appreciated.