Giter Club home page Giter Club logo

Comments (9)

messense avatar messense commented on May 25, 2024

I guess it's only needed when linking frameworks?

from cargo-zigbuild.

zRedShift avatar zRedShift commented on May 25, 2024

Not just frameworks, but also bundled libraries (like openssl). This isn't required for projects that are fully Rust, but for anything more involved, it may be necessary,

from cargo-zigbuild.

messense avatar messense commented on May 25, 2024

Does CFLAGS/CXXFLAGS/LDFLAGS or RUSTFLAGS supports setting --sysroot ?

from cargo-zigbuild.

messense avatar messense commented on May 25, 2024

Alternative we can add support to download a MacOS SDK automatically and set up --sysroot properly.

from cargo-zigbuild.

zRedShift avatar zRedShift commented on May 25, 2024

I think I can set --sysroot with CFLAGS, I'll try it out now.

Regarding the SDK, I'm not sure we can rely on that reposity to last forever without Apple DMCAing it. They allowed to download the SDKs (as part of Command Line Tools for Xcode) freely before, but now you need to be authenticated now to download e.g. https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_13.3/Command_Line_Tools_for_Xcode_13.3.dmg.
I imagine it would be quite a hassle to automate and maintain this feature...

from cargo-zigbuild.

messense avatar messense commented on May 25, 2024

If we need to add --sysroot support, I think we can read it from the SDKROOT environment variable, CMake also does this:

If not set explicitly the value is initialized by the SDKROOT environment variable, if set

https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_SYSROOT.html

from cargo-zigbuild.

zRedShift avatar zRedShift commented on May 25, 2024

I tried setting CFLAGS/CXXFLAGS/LDFLAGS all to --sysroot=${SDKROOT} -I${SDKROOT}/usr/include -L${SDKROOT}/usr/lib -F${SDKROOT}/System/Library/Frameworks but it didn't work with cargo zigbuild (tried without the env as well).

I managed to compile without setting sysroot in the linker script with just: ~/.cargo/bin/cargo-zigbuild zig cc -- -target aarch64-macos -I${SDKROOT}/usr/include -L${SDKROOT}/usr/lib -F${SDKROOT}/System/Library/Frameworks -g $@ so I guess it's more of an include/library/framework lookup issue.

from cargo-zigbuild.

messense avatar messense commented on May 25, 2024

Can you try #20 ?

from cargo-zigbuild.

zRedShift avatar zRedShift commented on May 25, 2024

Hey, thanks for the swift implementation!

I tried it out and can confirm it works for sufficiently new versions of zig (at least 0.9.1 ziglang/zig#10568, https://ziglang.org/download/0.9.1/release-notes.html#zig-cc--zig-c)
Doesn't work for 0.9.0 (the current version on arch), but I guess that's shouldn't be this project's problem.

from cargo-zigbuild.

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.