Skip to content

Ignore pkg-config error messages #149

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yamt
Copy link
Contributor

@yamt yamt commented Feb 2, 2025

To avoid errors like the following:

cc -Ilib -O3 -Wall -fPIC Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl' not found -o lib/decode.o -c lib/decode.c
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
gmake: *** [Makefile:90: lib/decode.o] Error 2

This (at least the SDL part) was neccessary on my environment:

  • macOS 15.2
  • Xcode 16.2
  • pkg-config 2.3.0 (homebrew)
  • GNU make 4.4.1 (homebrew)
  • opencv 4.11.0 (homebrew)
  • no SDL installed

To avoid errors like the following:

```
cc -Ilib -O3 -Wall -fPIC Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl' not found -o lib/decode.o -c lib/decode.c
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
gmake: *** [Makefile:90: lib/decode.o] Error 2
```

This (at least the SDL part) was neccessary on my environment:

* macOS 15.2
* Xcode 16.2
* pkg-config 2.3.0 (homebrew)
* GNU make 4.4.1 (homebrew)
* opencv 4.11.0 (homebrew)
* no SDL installed
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 this pull request may close these issues.

1 participant