Re: Building with CMake on Linux

2024-07-29 Thread Timofei Zhakov
On Mon, Jul 29, 2024 at 10:55 PM Daniel Sahlberg wrote: > > Den sön 28 juli 2024 kl 20:00 skrev Stefan Sperling : >> >> On Fri, Jul 26, 2024 at 10:41:14PM +0200, Daniel Sahlberg wrote: >> > I also tried OpenBSD but failed on missing Expat ("Could not find a package >> > configuration file provided

Re: Building with CMake on Linux

2024-07-29 Thread Daniel Sahlberg
Den sön 28 juli 2024 kl 20:00 skrev Stefan Sperling : > On Fri, Jul 26, 2024 at 10:41:14PM +0200, Daniel Sahlberg wrote: > > I also tried OpenBSD but failed on missing Expat ("Could not find a > package > > configuration file provided by "expat" with any of the following names: > > expatConfig.cma

Re: Building with CMake on Linux

2024-07-28 Thread Stefan Sperling
On Fri, Jul 26, 2024 at 10:41:14PM +0200, Daniel Sahlberg wrote: > I also tried OpenBSD but failed on missing Expat ("Could not find a package > configuration file provided by "expat" with any of the following names: > expatConfig.cmake expat-config.cmake []". I could not figure out if > this i

Re: Building with CMake on Linux

2024-07-26 Thread Daniel Sahlberg
Den sön 21 juli 2024 kl 18:29 skrev Timofei Zhakov : > >> > (snipping most content) > Hi, > > I made the most fixes suggested from this thread. Now the project > compiles correctly on Linux and also the tests are passing (except one > which doesn't work due to different build layouts and the Pytho

Re: Building with CMake on Linux

2024-07-26 Thread Daniel Sahlberg
Den ons 17 juli 2024 kl 20:35 skrev Timofei Zhakov : > On Wed, Jul 17, 2024 at 8:21 PM Nathan Hartman > wrote: > > > > On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov > wrote: > > (snipping most content) > > > When I was was doing that, I solved the problem with uname with a > > > little patch b

Re: Building with CMake on Linux

2024-07-21 Thread Timofei Zhakov
>> > (snipping most content) >> > > When I was was doing that, I solved the problem with uname with a >> > > little patch by adding ifdef over release_name_from_uname() invocation >> > > in sysinfo.c: >> > > >> > > [[[ >> > > Index: subversion/libsvn_subr/sysinfo.c >> > > ==

Re: Building with CMake on Linux

2024-07-17 Thread Nathan Hartman
On Wed, Jul 17, 2024 at 2:35 PM Timofei Zhakov wrote: > On Wed, Jul 17, 2024 at 8:21 PM Nathan Hartman > wrote: > > > > On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov > wrote: > > (snipping most content) > > > When I was was doing that, I solved the problem with uname with a > > > little patch

Re: Building with CMake on Linux

2024-07-17 Thread Timofei Zhakov
On Wed, Jul 17, 2024 at 8:21 PM Nathan Hartman wrote: > > On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov wrote: > (snipping most content) > > When I was was doing that, I solved the problem with uname with a > > little patch by adding ifdef over release_name_from_uname() invocation > > in sysinf

Re: Building with CMake on Linux

2024-07-17 Thread Nathan Hartman
On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov wrote: (snipping most content) > When I was was doing that, I solved the problem with uname with a > little patch by adding ifdef over release_name_from_uname() invocation > in sysinfo.c: > > [[[ > Index: subversion/libsvn_subr/sysinfo.c > ==

Re: Building with CMake on Linux

2024-07-17 Thread Daniel Sahlberg
Den ons 17 juli 2024 kl 16:31 skrev Timofei Zhakov : > On Tue, Jul 16, 2024 at 5:41 PM Daniel Sahlberg > wrote: > > > > Hi, > > > > Inspired by Timofei's work on the cmake branch, I checked it out and > tried to build on Linux. > > > > It worked, almost. > > > > [[[ > > [ 17%] Building C object >

Re: Building with CMake on Linux

2024-07-17 Thread Timofei Zhakov
On Tue, Jul 16, 2024 at 5:41 PM Daniel Sahlberg wrote: > > Hi, > > Inspired by Timofei's work on the cmake branch, I checked it out and tried to > build on Linux. > > It worked, almost. > > [[[ > [ 17%] Building C object > CMakeFiles/libsvn_subr.dir/subversion/libsvn_subr/sysinfo.c.o > /home/dsg