Hi Bill & All,

Please consider the following out seen here, while trying to compile:

[  2%] Building CXX object CMakeFiles/wsjtx_udp-static.dir/Radio.cpp.o
[  3%] Building CXX object
CMakeFiles/qcp.dir/qcustomplot-source/qcustomplot.cpp.o
In file included from <command-line>:
./wsjtx_config.h:47:11: error: ‘size_t’ does not name a type
   typedef size_t fortran_charlen_t;
           ^~~~~~
./wsjtx_config.h:47:11: note: ‘size_t’ is defined in header ‘<cstddef>’;
did you forget to ‘#include <cstddef>’?
./wsjtx_config.h:1:1:
+#include <cstddef>
 #ifndef WSJTX_CONFIG_H__
./wsjtx_config.h:47:11:
   typedef size_t fortran_charlen_t;
           ^~~~~~
make[2]: *** [CMakeFiles/wsjtx_udp-static.dir/build.make:64:
CMakeFiles/wsjtx_udp-static.dir/Radio.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:176:
CMakeFiles/wsjtx_udp-static.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from <command-line>:
./wsjtx_config.h:47:11: error: ‘size_t’ does not name a type
   typedef size_t fortran_charlen_t;
           ^~~~~~
./wsjtx_config.h:47:11: note: ‘size_t’ is defined in header ‘<cstddef>’;
did you forget to ‘#include <cstddef>’?
./wsjtx_config.h:1:1:
+#include <cstddef>
 #ifndef WSJTX_CONFIG_H__
./wsjtx_config.h:47:11:
   typedef size_t fortran_charlen_t;
           ^~~~~~
make[2]: *** [CMakeFiles/qcp.dir/build.make:64:
CMakeFiles/qcp.dir/qcustomplot-source/qcustomplot.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1015: CMakeFiles/qcp.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Here is my current environment:

Revision: 8662

GNU Fortran (GCC) 8.1.1 20180502 (Red Hat 8.1.1-1)
gcc (GCC) 8.1.1 20180502 (Red Hat 8.1.1-1)
c++ (GCC) 8.1.1 20180502 (Red Hat 8.1.1-1)
glibc-2.27-8.fc28.i686
32 bit Fedora 28

I tried "make clean" and cmake configure and generate without success.

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
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to