problem while building HELICS with MATLAB, found some error in file UdpComms.cpp #2750
Closed
Harsh99-tech
started this conversation in
General
Replies: 1 comment
-
Duplicate of this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
/home/user/HELICS/src/helics/network/udp/UdpComms.cpp: In member function ‘virtual void helics::udp::UdpComms::queue_tx_function()’:
/home/user/HELICS/src/helics/network/udp/UdpComms.cpp:193:34: error: ‘query’ in ‘asio::ip::udp::resolver’ {aka ‘class asio::ip::basic_resolverasio::ip::udp’} does not name a type
193 | const udp::resolver::query query(udpnet(interfaceNetwork),
| ^~~~~
/home/user/HELICS/src/helics/network/udp/UdpComms.cpp:197:49: error: ‘query’ was not declared in this scope
197 | broker_endpoint = *resolver.resolve(query);
Beta Was this translation helpful? Give feedback.
All reactions