Re: webdar compilation issues
Denis Corbin via Dar-support <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.dar.support |
|---|---|
| Message-ID | <[email protected]> |
Le 04/08/2026 à 15:56, John Goerzen via Dar-support a écrit : > Hi Denis, Hi John, > > I wanted to let you know that webdar is failing to compile on Debian sid > (which will eventually become the next release). Information here: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133665 Thank you, I will have a look to that problem shortly, keep you informed. > > I discovered that it is the -std=c++14 that is doing this. The rest of > the system is built to a newer standard. My workaround is to run this > after configure: > > sed -i 's,-std=c++14,,g' Makefile */Makefile > > but I bet that others will run into this as their environments move to > newer compilers as well. > > Thanks, > > John > Cheers, Denis