Thank you Ganesh!
Regards, Adel ________________________________ From: Ganesh Murthy <[email protected]> Sent: Monday, January 16, 2017 3:37:08 PM To: [email protected] Subject: Re: [Dispatch Router] Dispatch router not able to use Proton 0.16.0 Hi Adel, This problem has been fixed on the master branch via https://issues.apache.org/jira/browse/DISPATCH-569 It will be available in the 0.8.0 release of the Dispatch Router. Thanks. ----- Original Message ----- > From: "Adel Boutros" <[email protected]> > To: [email protected] > Sent: Monday, January 16, 2017 4:09:53 AM > Subject: [Dispatch Router] Dispatch router not able to use Proton 0.16.0 > > Hello, > > > I was trying to compile the Dispatch Router to use Proton 0.16.0 however the > compilation failed because it seems the code is not yet adapted to the > newest version of Proton. Is there some work to make it work on this version > of Proton? > > > The error seems to be related to > https://github.com/apache/qpid-proton/commit/aadfcbbb7a7b75eb442df4d4de8ef97eb2e7a754 > > > PS: As a workaround, I can disable this error but I prefer to check with you > before doing so to make sure it has no impact (-Wno-error=switch). > > > Errors > > --------------- > > container.c: In function 'pn_event_handler': > container.c:373:5: error: enumeration value 'PN_CONNECTION_WAKE' not handled > in switch [-Werror=switch] > switch (pn_event_type(event)) { > ^ > container.c:373:5: error: enumeration value 'PN_LISTENER_ACCEPT' not handled > in switch [-Werror=switch] > container.c:373:5: error: enumeration value 'PN_LISTENER_CLOSE' not handled > in switch [-Werror=switch] > container.c:373:5: error: enumeration value 'PN_PROACTOR_INTERRUPT' not > handled in switch [-Werror=switch] > container.c:373:5: error: enumeration value 'PN_PROACTOR_TIMEOUT' not handled > in switch [-Werror=switch] > container.c:373:5: error: enumeration value 'PN_PROACTOR_INACTIVE' not > handled in switch [-Werror=switch] > > > Regards, > > Adel > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
