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 with brew install curl pkg-config #14

Open
robin4730 opened this issue Nov 22, 2024 · 0 comments
Open

Error with brew install curl pkg-config #14

robin4730 opened this issue Nov 22, 2024 · 0 comments

Comments

@robin4730
Copy link

robin4730 commented Nov 22, 2024

When installing COSITools on macOS Sequoia using homebrew, I get the following message:

`*****************************
Checking if all software packages are installed
Info: You seem to just have installed the command line tools and not a full instance of Xcode.
In most cases this is OK.
If you encounter any strange errors please install Xcode.

Not all required packages are present or correctly selected.
Please do the following:

brew install curl pkg-config`

If I then run brew install curl pkg-config I get this message:

Warning: pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf

Potential solution:
Since homebrew views pkg-config and pkgconf as the same (according to link) in cosi-setup/setup_packages_brew.sh I replaced pkg-config with pkgconf. After doing that I was able to run cosi-setup/setup.sh and successful install COSITools :).

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

1 participant