Open jwijffels opened 3 years ago
This seems like a Visual C++-specific issue. However, I am not familiar enough with Visual C++ (or Windows) to have any constructive ideas here.
The only thing that I could find is that upstream sentencepiece seems to build with mingw, not Visual C++?
Hello,
I'm having a look if I can use this library in order to later on build an R wrapper around it, as this setup seems to be the only software providing some functionalities similar to UDPipe 2.
I'm new to rust however and although I've built some R wrappers around c++ libraries (namely UDPipe (in casu this on https://github.com/bnosac/udpipe) and sentencepiece (in casu this one: https://github.com/bnosac/sentencepiece), I don't know how to fix this sentencepiece build error. Could you indicate what goes wrong and how to solve this here?
In my R wrapper around sentencepiece protobuf is included, I don't know the setup here.