Re: [cdesktopenv-devel] NetBSD build broken

2019-02-22 Thread Danilo Pecher via cdesktopenv-devel
Ah, that would explain it. The whole NetBSD configuration is ancient to begin with. The imake config file still caters for oddities of NetBSD 1.1 (!!). I'll have a look into it. Thanx for the hint. Using the system-provided version won't even introduce any new dependencies as tcl is a dependency of

[cdesktopenv-devel] Fedora build is utterly broken

2020-11-22 Thread Danilo Pecher via cdesktopenv-devel
The Fedora builds seem to be completely broken, and for the moment I haven't got the faintest clue why. Linkage is broken with massive error blocks like these. (cd .; T=`echo libDtSearch.so.2.1 | sed 's/\.[^\.]*$//'`; gcc -g -pipe -o ./libDtSearch.so.2.1~ -shared -Wl,-soname,$T a

Re: [cdesktopenv-devel] Fedora build is utterly broken

2020-11-22 Thread Danilo Pecher via cdesktopenv-devel
Yep. gccc 10.2. Bloody hell, why can't people just stop breaking things with feature creep. I'll have a look tomorrow if I can use Marcin's method to get this to compile. On Sun, 2020-11-22 at 21:21 +, Adam Sampson wrote: > Danilo Pecher via cdesktopenv-devel > writ

Re: [cdesktopenv-devel] Fedora build is utterly broken

2020-11-22 Thread Danilo Pecher via cdesktopenv-devel
ds of warnings that Clang throws under FreeBSD. All those recent C++ standards really hake a machete to legacy code :( On Sun, 2020-11-22 at 22:22 +, Marcin Cieslak wrote: > On Sun, 22 Nov 2020, Marcin Cieslak wrote: > > > On Sun, 22 Nov 2020, Danilo Pecher via cdeskt

[cdesktopenv-devel] Fedora Build repaired (sort of)

2020-11-23 Thread Danilo Pecher via cdesktopenv-devel
Moin, Okay, I got CDE to compile cleanly under Fedora 33. The two main problems were that Fedora splatters the depedencies all over the place and second, the breakage introduced by gcc 10. Mucking up other people's code seems to be the norm these days ind Linux-land. Here's how to compile cleanl