conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

sodium/0.9.0 - Functional Reactive Programming (FRP) library #44

Open Confuset opened 7 years ago

Confuset commented 7 years ago

Sodium - Functional Reactive Programming (FRP) library

https://github.com/SodiumFRP/sodium-cxx

I would appreciate libs for windows x86 and x86_64

lasote commented 7 years ago

Have you compiled Sodium for Windows? Does it compile? What VS version do you need? Or maybe mingw? The readme talks about UNIX, so I wonder if you are using it in Windows.

Thanks

Confuset commented 7 years ago

Sorry for taking so long to respond.

In the meantime I tried to compile it on Win64 VS2015. But it didn't work because it depance on Boost and pthread.h. Resolving Boost was easy. But pthread.h well...thats a different story. I am wondering why it depance on pthread.h while it could use Boost or even c++14. I will contact the author about it...

If someone has an idea about it..let me know

Confuset commented 6 years ago

It's been a while. But in the meantime I created a pull request for sodium-cxx making it compileable on windows by removing pthreads.h dependency, which was accepted.

Confuset commented 6 years ago

https://github.com/SodiumFRP/sodium-cxx/pull/7