wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

sodium/0.9.0 - Functional Reactive Programming (FRP) library

Open Confuset opened this issue 9 years ago • 4 comments

Sodium - Functional Reactive Programming (FRP) library

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

I would appreciate libs for windows x86 and x86_64

Confuset avatar Oct 16 '16 21:10 Confuset

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

lasote avatar Oct 22 '16 16:10 lasote

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 avatar Nov 03 '16 21:11 Confuset

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 avatar Dec 02 '17 11:12 Confuset

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

Confuset avatar Dec 02 '17 11:12 Confuset