karastojko
karastojko
I cannot reproduce the issue. The following snippet works fine in my case (also Linux): ``` string msg_str = "From: mailio \r\n" "To: mailio \r\n" "Received: from tango.tkos.co.il (tango.tkos.co.il [62.219.50.35])by...
Try something like: ``` g++ -std=c++17 -I ./include/ -I /opt/boost-1.75.0/include/ -L ./build/ -L /opt/boost-1.75.0/lib/ -L /usr/lib/x86_64-linux-gnu/ test.cpp -o test -lboost_system -lboost_regex -lboost_date_time -lpthread -lcrypto -lssl -lmailio ``` Adjust the paths...
I believe you are mixing the static library `libmailio.a` together with the shared pthread library. Can you build the shared library version `libmailio.so` and try again?
Hi Geoffrey, Thanks for the suggestion. I could take a look of vcpkg. I am planning to declare version 0.19 these days, so I could deal with the things like...
Hi, I have started to read the documentation, so hopefully would have something to come with.
@david-antiteum Thanks for the vcpkg, I will include it into the project.
Hi @david-antiteum , Did you manage to setup mailio 64bit on Windows? The Linux 64bit and Windows 32bit versions are compiled and installed without problems. However, by using the `--triplet...
@ga2k Currently, you can make the directory `vcpkg\ports\mailio` with the [files](https://github.com/david-antiteum/vcpkg-ports/tree/master/ports/mailio) and everything works fine (tested on Windows 32 and 64bit, as well on Linux). Just make sure that you...
@ga2k I have created [port PR](https://github.com/microsoft/vcpkg/pull/16696/files), so perhaps to try these files, they work for me.
The port is now part of Vcpkg, no need to copy these scripts anymore. @david-antiteum I have added you to the contributors, and will further integrate the proposed changes.