Git Product home page Git Product logo

Comments (3)

swansontec avatar swansontec commented on June 28, 2024

It's not clear where the problem is, since I've never seen this particular issue, but maybe I can offer some clues about where to look.

The build system installs everything in build/prefix, so the first sanity check is to visit build/prefix/native/lib/pkgconfig and be sure libbitcoin.pc exists. Assuming it does, the problem must like with pkg-config.

The build system uses an environment variable, PKG_CONFIG_PATH, to tell pkg-config where to look for files. It may be that this variable isn't being honored for some reason. To see what your evironment looks like during a build, put the env command at the top of the build function in recipes/libwallet. The next time you run make, you should get a dump of your environment variables in build/libwallet/build-native.log. You should see PKG_CONFIG_PATH pointing to the right place.

from airbitz-core.

lclc avatar lclc commented on June 28, 2024

Thanks, that helped a lot!

I had to add $install_dir/lib64/pkgconfig to the PKG_CONFIG_PATH. See PR:#2

So now, can I set whatever I want in config.h and can still use the basic functionality of the library? Or do you have any test keys for API_KEY_HEADER and CHAIN_API_USERPWD available for the public?

from airbitz-core.

swansontec avatar swansontec commented on June 28, 2024

You want to get in contact with tim at airbitz.co, who can mail you a set of keys.

You could put some random data in those slots, but you wouldn't be able to acess the AirBitz servers to create accounts or log in. The chain server is used for sending.

from airbitz-core.

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.