[tlbuild] rebuild for asy

Simon Dales simon at getthingsfixed.co.uk
Mon Mar 7 10:17:32 CET 2022


I installed a few more dev libs to stop its configure whinging, and
static link edit of readline. Now fails:
///
In file included from LspCpp/include/LibLsp/JsonRpc/TcpServer.h:5,
                 from lspserv.h:9,
                 from lspserv.cc:9:
LspCpp/include/LibLsp/JsonRpc/RemoteEndPoint.h: In member function
‘std::unique_ptr<lsp::ResponseOrError<typename T::Response> >
RemoteEndPoint::waitResponse(T&, unsigned int)’:
LspCpp/include/LibLsp/JsonRpc/RemoteEndPoint.h:259:15: error:
‘make_unique’ is not a member of ‘std’
  259 |   return
std::make_unique<lsp::ResponseOrError<Response>>(std::move(future_rsp.g
et()));
      |               ^~~~~~~~~~~
LspCpp/include/LibLsp/JsonRpc/RemoteEndPoint.h:259:15: note:
‘std::make_unique’ is only available from C++14 onwards
LspCpp/include/LibLsp/JsonRpc/RemoteEndPoint.h:259:56: error: expected
primary-expression before ‘>’ token
  259 |   return
std::make_unique<lsp::ResponseOrError<Response>>(std::move(future_rsp.g
et()));
      |                                                        ^~

///


Ideas?

///////////////////////////

Simon




More information about the tlbuild mailing list.