<brian|lfs>
ukky, are you around I looked and there is a qt-5.15.13 after 12 and its not compiling either http://0x0.st/X8WA.log
<brian|lfs>
not sure if same error or not
<ukky>
brian|lfs: it is the same error. C++ compiler triggers an error when it detects keyword 'auto' inside 'template' declaration. I think you need -std=c++17 to do this, but that specific file is compiled with -std=c++14.
<brian|lfs>
ah ok odd
<brian|lfs>
we tried the -std=c++17 the other day
<brian|lfs>
I'm trying 5.15.12 again with -j16 instead of -j128
<ukky>
-j16 will not help
<ukky>
and there is no proof that -std=c++17 was actually accepted and used when compiling that file
<brian|lfs>
really it just finished compiling lol
<brian|lfs>
only thing that changed was I installed pciutils lol
<brian|lfs>
and compiled manually not with pkgmk or prt-get
<brian|lfs>
bin/ld: cannot find -lqmapboxgl: No such file or directory
<brian|lfs>
weird trying make install as root not sudo