On 05/16/2018 08:59 PM, Richard Shaw wrote: Hi Richard & All,
> Just wondering what is the difference in gcc-gfortran, libgfortran and > libquadmath between "average user's F28" and rpm builder's F28 > Those seems to be the source of this problem. > > > If I remember correctly the build on Fedora had a patch to fix the > problem with GCC 8 which is on Fedora 28 and Rawhide. If you want to do > your own build you will need to apply the same patch. If I understand well the generated error message from the compiler, there is a problem at the "typedef size_t" level. There is a change and the "#include <cstddef>" seems to be recommended solution to apply. It's certainly necessary to understand very well the structure of the program in order to be able to find which patch to apply where. Because this issue is probably related to gcc 8, this issue will probably occur independently of the operating system. But I'm not sure. I'm not an expert. Best wishes, Claude (DJ0OT) ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
