Giter VIP home page Giter VIP logo

Comments (3)

breser avatar breser commented on September 4, 2024

Has nothing to do with LD_LIBRARY_PATH and everything to do with the path that your pkg-config is searching for .pc files on. If you set PKG_CONFIG_PATH=/usr/local/lib/pkgconfig it'll probably work without any changes. I'd guess you can also change the default search path when building pkg-config to include where you're installing libraries, but I haven't bothered to try.

None of this is a problem with Bear in my opinion. This is covered in the pkg-config guide:
http://people.freedesktop.org/~dbn/pkg-config-guide.html

from bear.

btorpey avatar btorpey commented on September 4, 2024

Quite right -- setting PKG_CONFIG_PATH=/usr/local/lib/pkgconfig it all works fine out of the box.

Not sure why that setting needs to be changed, or how I was supposed to know that, but thanks.

from bear.

breser avatar breser commented on September 4, 2024

I've sent a pull request (issue #55) which mentions this in the README. This really is just a decision on the part of the pkg-config folks not to include /usr/local/lib/pkgconfig on their default search path. I don't know why they made that choice.

from bear.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.