-
Notifications
You must be signed in to change notification settings - Fork 50
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
No package 'vips-cpp' found #13
Comments
Hmm, that's weird. Can you paste the output of |
Thanks for the suggestion. everything is fine with brew info vips. When I run pkg-config vips-cpp --libs, it suggests me to add the folder containing vips-cpp.pc to PKG_CONFIG_PATH. There are other cmake errors such as $ pkg-config libexif --libs I am not sure whether the directory should be added by vips or tifig. For me, these packages are installed in /usr/local/Cellar/ Thanks, I will continue to add these directories to PKG_CONFIG_PATH. |
Ok, seems like your |
Did building tifig finally work for you? |
Yes, it works. Thanks. The issue can be closed. |
I work on Mac OSX High Sierra. After install vips and ffmpeg via
$ brew install vips ffmpeg
I tried to build tifig. However, the following error happened during cmake
$ cmake ..
-- Checking for module 'vips-cpp'
-- No package 'vips-cpp' found
CMake Error at /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/FindPkgConfig.cmake:424 (message):
A required package was not found
Hope some one can help. Thanks.
The text was updated successfully, but these errors were encountered: