Shane Liesegang

Results 14 comments of Shane Liesegang

> Well, no. I literally described the exact problems #1178 describes. Those still persist with winstxnhdw/master. Sorry, I must have misread your comment. I thought you were saying it didn't...

Can you show the actual error that you get if you run these lines? ``` cargo new tectonic-embed cd tectonic-embed cargo add --git https://github.com/winstxnhdw/tectonic tectonic PKG_CONFIG_PATH=$(brew --prefix icu4c)/lib/pkgconfig cargo build...

If I use this `main.rs` file, it compiles and runs just fine provided I continue to give the appropriate PKG_CONFIG_PATH variable. ```rust use tectonic; fn main() { let latex =...

Are any maintainers reading this? Would it be possible to get an ETA on this? Or should we fork/workaround/etc?