Updating copyright for macOS installer
Please be aware that we use a special version of nsis with long strings support, if you have downloaded the latest version this might be the reason for your failure. Please use the zipped version from above. There is no need to install it, just unsip it somewhere and add that directory to the path. You should uninstall the newer version first.
Hi, I take that back, I see the folder now, it fell to the bottom of the page so I did not realize. Fixed now, please close this ticket and my apologies for wasting your time :-) Hälsningar/Regards/Grüsse, ooRexx oorexx@jonases.se Am 24.04.2026 um 17:39 schrieb SourceForge Support sf-support@users.sourceforge.net: Hello, Thank you for reaching out. A file with that name already exists (you can see it with a modification date of April 18, 2026), so the system won’t let you create a folder with the...
That IS my Problem, I cannot see it from the Web Site so I am unable to delete it :-( I am logged in so I can create and delete Folders but this one is invisible. Von meinem iPhone gesendet P.O. Jonsson Am 24.04.2026 um 17:39 schrieb SourceForge Support sf-support@users.sourceforge.net: Hello, Thank you for reaching out. A file with that name already exists (you can see it with a modification date of April 18, 2026), so the system won’t let you create a folder with the same name. Rename, move, or...
Cannot rename a folder on SF
Here are the steps I use to build a minimal version of ooRexx on Windows 11, you should be able to do the same. :: Move into work folder cd C:\Users\jenkins\workspace\ooRexx-W11_64-build\oorexxBuild> :: Make sure CMake get the latest info del /Q/F/S . :: Set up the environment, 32 or 64 bit, here 64 bit call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build"\vcvars64.bat :: Add NSIS and tools to PATH set PATH=C:\Program Files\CMake\bin;C:\Nsis_longStrings;%PATH% :: This...
I can recommend the WIKI there is a detailed description there for how to build on Windows https://sourceforge.net/p/oorexx/_list/wiki
I think you will have to delete everything in the Build dir for CMake to pick up the changes. Check the ReadMe in case you missed something. We build on Windows on a regular basis so it must be something you are missing in your setup. Building on Windows is the most common unless you want a ready-made build Von meinem iPhone gesendet P.O. Jonsson Am 23.04.2026 um 14:26 schrieb Graham Norris norrisg@users.sourceforge.net: Actually, I did have that, but I updated NSIS a few days ago, which will have...