On 01/07/2017 22:22, Tim Carlson wrote:
I’m following the instructions here <https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsjtx/INSTALL> and everything works fine up until the build of wsjtx (revision 7770). It is failing with this:

    $ cmake --build .
    [  0%] Automatic MOC for target wsjtx_udp-static
    [  0%] Built target wsjtx_udp-static_autogen
    [  1%] Built target wsjtx_udp-static
    [  1%] Automatic MOC for target message_aggregator
    [  1%] Built target message_aggregator_autogen
    [  2%] Built target message_aggregator
    [  2%] Automatic MOC for target wsjt_cxx
    [  2%] Built target wsjt_cxx_autogen
    [  6%] Built target wsjt_cxx
    [  6%] Automatic MOC for target wsjt_fort_omp
    [  6%] Built target wsjt_fort_omp_autogen
    [  6%] Building Fortran object
    CMakeFiles/wsjt_fort_omp.dir/lib/jt4.f90.o
    gfortran-mp-5: error: NOTFOUND: No such file or directory
    make[3]: *** [CMakeFiles/wsjt_fort_omp.dir/lib/jt4.f90.o] Error 1
    make[2]: *** [CMakeFiles/wsjt_fort_omp.dir/lib/jt4.f90.o.provides]
    Error 2
    make[1]: *** [CMakeFiles/wsjt_fort_omp.dir/all] Error 2
    make: *** [all] Error 2

Hi Tim,

try adding --clean-first to the cmake --build line, you should only need to do that once.

73
Bill
G4WJS.

------------------------------------------------------------------------------
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