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

Error: Calling needs :cxx11 is disabled! There is no replacement.Please report this to the caskformula/caskformula tap: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb:49Please report this to the caskformula/caskformula tap: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb:49 #81

Open
ukkm opened this issue Feb 12, 2019 · 4 comments

Comments

@ukkm
Copy link

ukkm commented Feb 12, 2019

Trying to execute command brew update

@beckler
Copy link

beckler commented Feb 12, 2019

duplicate of #74

the current suggestion is to run:

brew untap caskformula/caskformula
brew doctor

@Clutteredtranquility
Copy link

Clutteredtranquility commented Mar 14, 2019

I got this same error. I fixed it with this.

first brew has migrated the file over to a cask file, so I had to run it through cask like this.
brew tap homebrew/cask
homebrew does it's magic, then I added the line below to install.
brew cask install inkscape

That installed it and it's running now. Of course it needs QuarkX to run the program, but that was in the details on the Inkscape page. Give that a try.

@chusa83
Copy link

chusa83 commented Mar 18, 2019

I got this same error. I fixed it with this.

first brew has migrated the file over to a cask file, so I had to run it through cask like this.
brew tap homebrew/cask
homebrew does it's magic, then I added the line below to install.
brew cask install inkscape

That installed it and it's running now. Of course it needs QuarkX to run the program, but that was in the details on the Inkscape page. Give that a try.

This is working perfectly. Thanks @Clutteredtranquility !

@phillippsm
Copy link

Same problem - fixed with @Clutteredtranquility 's method, but I also had a missing dependency so my sequence was:
first brew has migrated the file over to a cask file, so I had to run it through cask like this.
brew tap homebrew/cask
install quartz X11
brew cask install xquartz
homebrew does it's magic, then I added the line below to install.
brew cask install inkscape
Cheers
M

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

No branches or pull requests

5 participants