Cheney Wang

Results 77 comments of Cheney Wang

@Be-ing Qt6 has been updated to 6.4.2, could you please confirm whether this issue is solved? Thank you!

Closing this PR since it seems that no progress is being made. Please ping us to reopen if work is still being done.

@ndjenguerian I have checked `grpc` and its dependencies, and except for the port `upb`, which adds a `/wd4146` option through the `0001-make-cmakelists-py.patch` file, the disable warning options in other ports...

However, when downstream or individual programs call this header file, they are not obligated to pass this macro at compile time, and may not necessarily know that it needs to...

Firstly, add the installation of headers from the `sql-parser` in the file https://github.com/pocoproject/poco/blob/devel/Data/CMakeLists.txt. This would ensure that the headers can be found, at least when `POCO_DATA_NO_SQL_PARSER` is set to off....

The "installation of headers from the `sql-parser`" I referred to is the operation that directly copies specific header files to a designated location, as demonstrated in the following code: ```...

I have modified my fix solution in vcpkg. The current result is that the header files under `sql-parser` are always installed, regardless of whether the value of `POCO_DATA_NO_SQL_PARSER` is ON...

@kevle Could you please solve the conflicts? Thank you!

Please click the `Ready for review` button once you have finished this PR.

`godot-cpp:x64-windows-static` install failed with below error: ``` CMake Error at F:/v/vcpkg-37931/downloads/tools/cmake-3.29.0-windows/cmake-3.29.0-windows-i386/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) (Required is at least version "3.4") ```