GithubHelp home page GithubHelp logo

Comments (2)

flavray avatar flavray commented on August 12, 2024

Hey Josh!

tl;dr: It looks like the pkg-config probe is indeed emitting it for us, thanks to the cargo_metadata flag

17:01:53 flavr@alpha rdkafka-sys master
>> CARGO_FEATURE_DYNAMIC_LINKING=1 cargo build
   Compiling libc v0.2.45
   Compiling pkg-config v0.3.14
   Compiling cc v1.0.26
   Compiling libz-sys v1.0.25
   Compiling num_cpus v0.2.13
   Compiling rdkafka-sys v0.11.6-1 (/Users/flavr/Documents/Personal/rust-rdkafka/rdkafka-sys)
    Finished dev [unoptimized + debuginfo] target(s) in 9.20s

17:02:03 flavr@alpha rdkafka-sys master
>> cat target/debug/build/rdkafka-sys-f6183bc0e654512a/output
cargo:rustc-link-search=native=/usr/local/lib
cargo:rustc-link-lib=rdkafka

non-tl;dr: (I have close-to-zero knowledge about pkg-config, so I got curious 😄)
Looking a bit more into the pkg_config .probe, it:

  • Runs pkg-config --libs --cflags rdkafka, which gives
17:07:47 flavr@alpha ~
>> pkg-config --libs --cflags rdkafka
-I/usr/local/include -L/usr/local/lib -lrdkafka
  • Parses the output and finds the -lrdkafka
  • Outputs the cargo:rustc-link-lib=rdkafka meta

So the build script does output the metadata for cargo, only implicitly thanks to pkg-config's magic

(Federico does not maintain this repo anymore, I'm around to help maintain it. But he did help me find the answer for your question 🙂)

Hope this helps!

from rust-rdkafka.

tiras-j avatar tiras-j commented on August 12, 2024

Hey Flavien!

That's awesome! I think I'm going to be using pkg-config myself going forward, since that should probably help mitigate some unusual linking situations anyways, with some extra magic to boot!

Thanks for the super detailed feedback. Hope everything is going well!

from rust-rdkafka.

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.