Giter Club home page Giter Club logo

Comments (4)

spullara avatar spullara commented on July 28, 2024 1

That patch does get me past compiling mini_paste (thanks!) but then safer_ffi fails to build:

error[E0432]: unresolved imports `proc_macro::ffi_export`, `proc_macro::cfg_headers`
  --> /Users/sam/.cargo/registry/src/github.com-1ecc6299db9ec823/safer-ffi-0.0.7/src/_lib.rs:42:24
   |
42 | pub use ::proc_macro::{ffi_export, cfg_headers};
   |                        ^^^^^^^^^^  ^^^^^^^^^^^ no `cfg_headers` in the root
   |                        |
   |                        no `ffi_export` in the root

error[E0432]: unresolved import `proc_macro::derive_ReprC`
  --> /Users/sam/.cargo/registry/src/github.com-1ecc6299db9ec823/safer-ffi-0.0.7/src/_lib.rs:52:13
   |
52 |     pub use ::proc_macro::derive_ReprC;
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `derive_ReprC` in the root

error[E0432]: unresolved import `proc_macro::_proc_macro_hack_c_str`
  --> /Users/sam/.cargo/registry/src/github.com-1ecc6299db9ec823/safer-ffi-0.0.7/src/_lib.rs:49:15
   |
49 |     pub use ::proc_macro::c_str as c;
   |               ^^^^^^^^^^^^^^^^^ no `_proc_macro_hack_c_str` in the root

error[E0432]: unresolved import `proc_macro::derive_ReprC`
  --> /Users/sam/.cargo/registry/src/github.com-1ecc6299db9ec823/safer-ffi-0.0.7/src/layout/_mod.rs:17:9
   |
17 |         derive_ReprC,
   |         ^^^^^^^^^^^^ no `derive_ReprC` in the root

BTW, thanks for releasing this library. It made using Rust on iOS so much easier. (I'm working on this: https://github.com/spullara/granne_c)

from safer_ffi.

danielhenrymantilla avatar danielhenrymantilla commented on July 28, 2024

Yeah, with the current revamp/cleanup of safer-ffi, minipaste will be replaced back with paste (the reason for using it at the moment is a very weird and obscure misinteraction between spans of tokens and a macro_rules! macro calling a proc-macro which calls back a macro_rules! macro: in such a contrived scenario, the implementation of mini_paste seems to dodge the compiler bug whereas paste doesn't).

But as the step #97 of the revamp is completed, we won't hit that bug anyways, making usage of paste fine again.

Workaround

In the interim, you are hitting yet another compiler bug (can't have a renamed a proc-macro = true crate dependency when cross-compiling), which was circumvented upstream, but due to the "archived state" of mini_paste the workaround has not made it to crates.io:

# https://github.com/danielhenrymantilla/mini_paste/commit/69f4e5e0784d05fecaaca7ec8d8ed0a13f407472
[patch.crates-io.mini_paste]
git = "https://github.com/danielhenrymantilla/mini_paste.git"
rev = "69f4e5e0784d05fecaaca7ec8d8ed0a13f407472"

from safer_ffi.

danielhenrymantilla avatar danielhenrymantilla commented on July 28, 2024

(I'm aware a patch is not ideal, but it should just be needed for a couple weeks / a month at most; at that point the revamp ought to be ready and thus have been released. I'm quite confident the patch will circumvent the bug, hence my closing the issue (my way of tagging it as "nothing more to be done" (since #97 will already naturally fix this long-term)). But it's not meant to put an end to the discussion, on the other hand 🙂)

from safer_ffi.

danielhenrymantilla avatar danielhenrymantilla commented on July 28, 2024

Damn, safer-ffi itself is affected by that Rust bug as well. Thanks for bringing this up, will smuggle a fix to it with the other changes, and in the meantime, I'll set up a patch to fix safer-ffi itself

from safer_ffi.

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.