monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Making it compile on a modern WSL based on Ubuntu 22


From: Lapo Luchini
Subject: Making it compile on a modern WSL based on Ubuntu 22
Date: Sun, 5 Feb 2023 18:08:58 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

Starting from a fresh WSL Ubuntu 22 I followed those steps:

$ 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

I had to fix sources as well though, as Boost added a "E" single letter macro just like botan did, so I had to pre-load that in base.hh as well.

Everything is available in branch:

  net.venge.monotone.lapo.botan2

--
Lapo Luchini
lapo@lapo.it




reply via email to

[Prev in Thread] Current Thread [Next in Thread]