Unsuccessful install usb_modeswitch on MacOS Big sur - macos-big-sur

is there anyone knows a right method of install usb_modeswitch by draisberghof.de to macOS big sur. I've tried to install it but it shows this warnings and errors, please see picture below for details.

Related

I am facing a PHP_CodeSniffer Error. Can you please help me?

One of our engineers facing an error with PhpStorm. Whenever he edits anything in PhpStorm, it gives the error related to PHP_Codesniffer:
phpcs: env: php: No such file or directory...
If open PHPCodeSniffer Inspection Settings, the below attached settings can be seen.
One more point, it was working fine until he upgrades his MacOS from Big Sur to Monterey 12.0.1. Not sure this OS upgrade affect the application settings. Presently he cannot work with PhpStorm.
Could you please have a look and let me know?
One more point, it was working fine until he upgrades his MacOS from Big Sur to Monterey 12.0.1. Not sure this OS upgrade affect the application settings. Presently he cannot work with PhpStorm.
I had the same issue. Monterey removes the installed PHP version, as Mac OS no longer ships with php installed.
Install php and it should work again.
In my case, using homebrew
brew install php#7.4
brew link php#7.4

How to install libX11-dev on mac os x sierra

I am working on facial landmarks and therefore I have installed dlib on my mac. When I try to execute a program in Xcode from learnopencv.com, the compiler says:
error "DLIB_NO_GUI_SUPPORT is defined so you can't use the GUI code. Turn DLIB_NO_GUI_SUPPORT off if you want to use it."
error "Also make sure you have libx11-dev installed on your system"
I already installed XQuartz. I don't know what to do anymore. Can anyone help me out here?
I suffered from this error for 3 days and finally fixed with:
xcode-select --install

Trying to Run middleman on mac

Answering my own question for anyone else having this issue. (using the search terms i thought of because they didn't bring up the answers for me).
Trying to install and run middleman following the getting started guide on their website with Mac OS X 10.9.2. When trying to run bundle install getting errors about openSSL and event machine.
Gist of Errors.
Refrence to an answer that someone on IRC helped me find.
Aparently this is caused by a mismatch in expected versions with something called Clang which is part of the Xcode tools for mac. The update to Xcode tools causes this to fail. Using the command:
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
seems to work to resolve this issue.

Removing osx-gcc-installer

I'm using MAC OS X 10.8.5. I'm getting this error that I have osx-gcc-installer installed and I need to install either CLT or Xcode 5.0.1. However, I already have downloaded and installed CLT and Xcode 5.0.1, and I'm not sure how I'm suppose to remove osx-gcc-installer.
Errors I get:
Warning: You seem to have osx-gcc-installer installed.
Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and
is an unlicensed distribution of really old Xcode files.
Please install the CLT or Xcode 5.0.1.
Some of the solutions I've found from another posts:
If something doesn't work as expected, feel free to install Xcode over this installation.
Once installed, you can remove Xcode completely with the following:
sudo /Developer/Library/uninstall-devtools -mode=all
It says, I need to install Xcode over if there's problem with osx-gcc-installer, but I've already installed Xcode. In this case, should I uninstall and reinstall my Xcode?
Also, I ran the code they provided and uninstalled the devtools.
I really hope there's an easier and effective way to remove osx-gcc-installer.

Installation of Valgrind changes permission to usr/local/include/

I attempted to install valgrind on Mac OS X 10.8.
After completing install any attempt at running gcc gives the following error.
error: /usr/local/include/stdio.h
Of course I could change the permissions on usr/local/include but I'm curious if others have faced this and what the did to correct?
Thanks

Resources