Re: Making it compile on a modern WSL based on Ubuntu 22

Lapo Luchini <[email protected]> Thu, 1 May 2025 12:42:29 +0200
Newsgroups gmane.comp.version-control.monotone.devel
Message-ID <[email protected]>
On 2025-04-06 14:17, Lapo Luchini wrote:
> On 2023-02-05 23:08, Lapo Luchini wrote:
>> $ sudo apt install gcc g++ make autoconf automake pkg-config idn 
>> libidn11-dev liblua5.2-dev libpcre3-dev libsqlite3-dev libboost1.74-devv
>> $ CXXFLAGS=-std=c++11 ./configure
>> Branch: net.venge.monotone.lapo.botan2
> 
> Also worked today on WSL Kali aarch64

But is not working on WSL Arch amd64, where I needed to use ad 
additional patch to use more recent pcre:

$ mtn up -b net.venge.monotone.lapo.pcre842
$ CXXFLAGS+=" -std=gnu++11" lua_CFLAGS=$(pkg-config --cflags lua53) 
lua_LIBS=$(pkg-config --libs lua53) ./configure