Re: pspp and rust...

2020-12-20 Thread John Darrington
On Sun, Dec 20, 2020 at 10:02:18AM -0800, Ben Pfaff wrote: Adding --without-rust to librsvg would be like adding --without-c to PSPP. The "r" stands for "rust". I didn't know that. I had never bothered to find out that librsvg is. However, the binaries from adwaita-icon-theme are

Re: pspp and rust...

2020-12-20 Thread Ben Pfaff
Adding --without-rust to librsvg would be like adding --without-c to PSPP. The "r" stands for "rust". However, the binaries from adwaita-icon-theme are just a bunch of icons. I think you should be able to just copy those icons from any installation. (The Debian package for adwaita-icon-theme is Ar

Re: pspp and rust...

2020-12-20 Thread John Darrington
Perhaps librsvg can be configured with a --without-rust option? J' On Sun, Dec 20, 2020 at 10:59:37AM +0100, Friedrich Beckmann wrote: One could put some effort into working around this but it is more the story how many dependencies we depend on in the end if we start from scratch. I guess

Re: pspp and rust...

2020-12-20 Thread Friedrich Beckmann
One could put some effort into working around this but it is more the story how many dependencies we depend on in the end if we start from scratch. I guess everything would work with an earlier version of librsvg which could be build without rust but then it ends up in fiddling with the dependen

Re: pspp and rust...

2020-12-20 Thread John Darrington
Presumably librsvg can be cross compiled ? J' On Sun, Dec 20, 2020 at 09:04:18AM +0100, Friedrich Beckmann wrote: I just asked a friend to compile pspp on the new Macbook with the A1 processor using homebrew. I turned out that „rust“ fails to compile and he asked if we need rust to run psp