@falco... - Thanks for the feedback @Vijay - dash does not work. As mentioned in the gRFC, the framework must be a valid C99 extended identifier. Underscore works; but I think it would be a good idea to come up with a common name that is followed throughout the entire repository. For that, I think grpcpp works better for now. However I kind of agree with you that grpcpp is a bit bothering.
On Monday, January 29, 2018 at 1:33:31 AM UTC-8, [email protected] wrote: > > Thanks for this change. Looking forward to it. Had severe problems > building the code base with the embarcadero bcc32 > <http://docwiki.embarcadero.com/RADStudio/Tokyo/en/BCC32.EXE,_the_C%2B%2B_32-bit_Command-Line_Compiler> > > toolset. Especially the library manager tlib > <http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/devwin32/tlib_xml.html> > > has problems with + and - in the filenames. So right now, I already had to > patch the ninja build files to use grpcpp_unsecure.lib instead of > grpc++_unsecure.lib. Since - is also a special char, I would prefer > grpc_cpp or grpc_cxx. > > BCC32 is a clang-enhanced c++ compiler and therefore has similar problems > as the iOS compiler. Beside the naming, I also just had to add some more > macros to get it compiled and fully supported. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/d9444fe0-974b-4be4-a170-90ace1abef56%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
