Re: [grpc-io] gRPC compilation for XP (v140_xp)

2016-10-19 Thread 'Craig Tiller' via grpc.io
That sounds like a good summary of the complications with XP. We have no
plans to support the platform, especially since it's well past end of life.

On Wed, Oct 19, 2016 at 8:39 AM Amit Waisel  wrote:

> I am trying to compile the C++ code for XP platform. I know it is not
> officially supported. By changing the _WIN32_WINNT to 0x501 in
> global.props, I get many errors:
>
>1. Using RTL_RUN_ONCE API which is supported Vista+ only
>2. Support for IPv6 (inet_ntop at
>grpc/src/core/lib/iomgr/sockaddr_utils.c, etc.) - again, only Vista+
>3. CONDITION_VARIABLE - same problem as INIT_ONCE above.
>
> Do you plan to publish a minimal edition which can run on XP? (for
> example, without IPv6 support)
> If not, can you please point me to the possible obstacles, so I can deal
> with those and compile the code successfully?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups "
> grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to grpc-io+unsubscr...@googlegroups.com.
> To post to this group, send email to grpc-io@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/grpc-io/88515c96-0179-4576-a87b-a7cb9b241939%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAAvp3oOJihTCB8YA9KM9-RyQaKBkT_JsaxdrqMuNRxvoaqZWSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[grpc-io] gRPC compilation for XP (v140_xp)

2016-10-19 Thread Amit Waisel
I am trying to compile the C++ code for XP platform. I know it is not 
officially supported. By changing the _WIN32_WINNT to 0x501 in 
global.props, I get many errors:

   1. Using RTL_RUN_ONCE API which is supported Vista+ only
   2. Support for IPv6 (inet_ntop at 
   grpc/src/core/lib/iomgr/sockaddr_utils.c, etc.) - again, only Vista+
   3. CONDITION_VARIABLE - same problem as INIT_ONCE above.

Do you plan to publish a minimal edition which can run on XP? (for example, 
without IPv6 support)
If not, can you please point me to the possible obstacles, so I can deal 
with those and compile the code successfully?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/88515c96-0179-4576-a87b-a7cb9b241939%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.