alavrik / piqi

Piqi – universal schema language: JSON, XML, Protocol Buffers data validation and conversion
http://piqi.org
Apache License 2.0
246 stars 36 forks source link

Running piqi server on Win32 fails #47

Closed bb4242 closed 9 years ago

bb4242 commented 9 years ago

Trying to run "piqi server" on a Win32 platform results in the following error:

Fatal error: exception Invalid_argument("Sys.signal: unavailable signal")

This is using version 0.6.9 of the Win32 variant of the piqi pre-compiled binary.

alavrik commented 9 years ago

Fixed in master. Thank you! Do you need a build? It is should be straightforward to build on windows if you follow INSTALL

bb4242 commented 9 years ago

Hi Anton,

Thanks for the fix, and for the library - I started using piqi recently, and it's been really useful! I'm using piqi-erlang, which I believe downloads prebuilt piqi binaries from git:// github.com/alavrik/piqi-binary.git (according to rebar.config). So, ideally, it would be awesome if the piqi-binary repo could be updated with the new binary so I can just continue using piqi-erlang without extra modification. But if that's not possible, I'm sure I can build a new binary myself.

Thanks again, and have a nice day! -Brett

On Tue, Dec 16, 2014 at 3:13 AM, Anton Lavrik notifications@github.com wrote:

Fixed in master. Thank you! Do you need a build? It is should be straightforward to build on windows if you follow INSTALL https://github.com/alavrik/piqi/blob/master/INSTALL

— Reply to this email directly or view it on GitHub https://github.com/alavrik/piqi/issues/47#issuecomment-67144487.

alavrik commented 9 years ago

This fix was released as a part of v0.6.10. Pre-built binaries are available in piqi-binary as usual.

bb4242 commented 9 years ago

Thanks! :)