Selon Philippe Delrieu <philippe.delr...@free.fr>:

> Thanks you it works in my simple test but I have this error when I add
> it in my program : error: can't find crate for `std`
> I try to find why it doesn't work in my program and I found the error
> occurs when I add the extern mod zmq;.
>
> Perhaps I have to build lib zmq with the same flag.

I found the issue. I have to recompile zmq with the last version of rustc.
Extern lib link has changed in the current master trunk and the externfn! macro
disappeared. I have to update rust-zmq to make it compile.
I can send the modified file to the zmq maintener or pull the modif.

Philippe


_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to