Helmut Kudrnovsky

Results 90 comments of Helmut Kudrnovsky

> https://github.com/echoix/grass/tree/installer-windows-order Looks good, though the user experience to install first MS runtimes is a bit weird

now tested the how-to locally on windows. some minor comments to the how-to: while at _Start Developer Command Prompt for VS 2022_ : `git clone [email protected]:OSGeo/grass.git` doesn't work because the...

getting many warnings in a windows test build, like, e.g. ``` CMake Warning (dev) at cmake/modules/build_gui_in_subdir.cmake:90 (add_custom_command): COMMENT requires exactly one argument, but multiple values or COMMENT keywords have been...

find attached warnings and errors mentioned in msbuild.log; build in a win 11 box [error_list_windows11.txt](https://github.com/user-attachments/files/18932442/error_list_windows11.txt) [warning_windows11.txt](https://github.com/user-attachments/files/18932443/warning_windows11.txt)

> Please test binaries. Do they work properly? how can I test the binaries?

> I didn't want to use Conda, I wanted to see if it was possible to use the dependencies and dev dependencies from OSGeo4W, to see how close it was...

Thanks for checking all these improvements.

I've never found a way to test by the nsis Installer whether MS runtimes are installed and if yes, which of them. that would be a smart way to inform...

IIRC it's around Here: https://github.com/OSGeo/grass/blob/main/mswindows/GRASS-Packager.bat.tmpl#L51 to remove the not used libraries which are all copied at the moment.