Skip to content
New issue

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

Installing with additional options --with-advanced-logging fails #5

Closed
ustun opened this issue Jun 3, 2020 · 2 comments
Closed

Installing with additional options --with-advanced-logging fails #5

ustun opened this issue Jun 3, 2020 · 2 comments

Comments

@ustun
Copy link

ustun commented Jun 3, 2020

After I execute

brew install makensis --with-advanced-logging --with-large-strings

I get the following:

Error: invalid option: --with-advanced-logging

Has brew completely removed the ability to provide options for formula, or should I be executing another command?

@idleberg
Copy link
Contributor

idleberg commented Jun 4, 2020

You are trying to install the makensis formula from homebrew-core. This tap only provides versions formulas, you need to install as follows:

Example:

brew install makensis@3.05 --with-advanced-logging --with-large-strings

@ustun
Copy link
Author

ustun commented Jun 4, 2020

Thank you very much @idleberg , that worked. I opened a PR that adds that info to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants