Table of contents
No headers
- rpc.h / dask.h conflict
There is a macro/enum definition conflict between rpc/rpc.types and dask.h. Workaround: dask.h has to be included before rpc.h.
TODO:
Talk to Alexander: idl2rpc needs the possibility to include headers berfore the "official" ones, in order to tackle the rpc/dask conflicting definitions.
Comments