Re: Building Subversion with CMake

2024-06-18 Thread Timofey Zhakov
On Tue, Jun 18, 2024 at 8:01 PM Daniel Sahlberg wrote: > > Really impressive work (I havn't checked details but I have no doubt it works > as described)! Thanks! > I'm sorry I haven't been very responsive lately but life got in the way... > > Regarding Serf, and this should probably be asked on

Re: Building Subversion with CMake

2024-06-18 Thread Timofey Zhakov
On Sun, Jun 16, 2024 at 10:25 AM Jun Omae wrote: > > On Sun, Jun 16, 2024 at 4:44 AM Timofey Zhakov wrote: > > > It seems to be caused by missing ws2_32.lib for the linking. I guess > > > `gen_cmake.py` needs methods like `get_static_win_depends` and > > > `get_linked_win_depends` in `gen_win.py`

Re: Building Subversion with CMake

2024-06-18 Thread Daniel Sahlberg
Really impressive work (I havn't checked details but I have no doubt it works as described)! I'm sorry I haven't been very responsive lately but life got in the way... Regarding Serf, and this should probably be asked on d...@serf.apache.org instead but since Serf is an important dependency for u

Re: Building Subversion with CMake

2024-06-18 Thread Timofey Zhakov
On Tue, Jun 18, 2024 at 7:33 PM Timofey Zhakov wrote: > > On Sat, Jun 8, 2024 at 4:10 PM Timofey Zhakov wrote: > > > > Hi all! > > > > When I was starting using and developing Subversion, I had a big > > challenge to build it for the first time, especially because > > Subversion itself and its de

Re: Building Subversion with CMake

2024-06-18 Thread Timofey Zhakov
On Sat, Jun 8, 2024 at 4:10 PM Timofey Zhakov wrote: > > Hi all! > > When I was starting using and developing Subversion, I had a big > challenge to build it for the first time, especially because > Subversion itself and its dependencies have different build systems, > so this is a very complicate