We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use this in a github action and after running brew install makensis@3.10 --with-large-strings this is the result.
brew install makensis@3.10 --with-large-strings
==> scons makensis CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 PREFIX_DOC=/home/linuxbrew/.linuxbrew/Cellar/makensis@3.10/3.10/share/nsis/Docs SKIPUTILS=Makensisw,NSIS Menu,zip2exe STRIP=0 VERSION=3.10 NSIS_CONFIG_LOG=yes NSIS_MAX_STRLEN=8192 APPEND_LINKFLAGS=-Wl,-rpath,$ORIGIN/../lib Last 15 lines from /home/runner/.cache/Homebrew/Logs/makensis@3.10/01.scons: CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 PREFIX_DOC=/home/linuxbrew/.linuxbrew/Cellar/makensis@3.10/3.10/share/nsis/Docs SKIPUTILS=Makensisw,NSIS Menu,zip2exe STRIP=0 VERSION=3.10 NSIS_CONFIG_LOG=yes NSIS_MAX_STRLEN=8192 APPEND_LINKFLAGS=-Wl,-rpath,$ORIGIN/../lib scons: Reading SConscript files ... Using Python 3.12.5 scons: *** Invalid value(s) for variable 'SKIPUTILS': 'NSIS,Menu'. Valid values are: Library/RegTool,MakeLangId,Makensisw,NSIS Menu,SubStart,UIs,VPatch/Source/GenPat,zip2exe,all,none File "/tmp/makensisA3.10-20[240](https://github.com/pierluigizagaria/pegaso-cli/actions/runs/10668988123/job/29569896408#step:8:241)902-9522-siboix/nsis-3.10-src/SConstruct", line 203, in <module> If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/nsis-dev/homebrew-makensis/issues
The text was updated successfully, but these errors were encountered:
Seems to be related to this SCons/scons#4585 (comment)
Sorry, something went wrong.
I'm trying to install scons 4.7.0 to prevent the bug but no luck at all.
brew tap nsis-dev/makensis brew tap-new local/scons --no-git brew tap homebrew/core --force brew extract --version=4.7.0 scons local/scons brew install local/scons/scons@4.7.0 brew pin scons brew install makensis@3.10 --with-large-strings
It always updates the scons at the latest version
No branches or pull requests
I'm trying to use this in a github action and after running
brew install makensis@3.10 --with-large-strings
this is the result.The text was updated successfully, but these errors were encountered: