Attempting compile under a Ubuntu distro cmake says the following:
CMake Warning (dev) at CMakeLists.txt:165 (add_custom_target):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "install" is reserved or not valid for certain CMake
  features, such as generator expressions, and may result in undefined
  behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:166 (add_custom_target):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "package" is reserved or not valid for certain CMake
  features, such as generator expressions, and may result in undefined
  behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

Which is fine since it does generate build files but later on the compile
fails with:
 [ 70%] Built target qcp
Makefile:149: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/wsjtx-build.dir/build.make:60: recipe for target
'wsjtx-prefix/src/wsjtx-stamp/wsjtx-build' failed
make[2]: *** [wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2
CMakeFiles/Makefile2:324: recipe for target
'CMakeFiles/wsjtx-build.dir/all' failed
make[1]: *** [CMakeFiles/wsjtx-build.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

I don't know weather these things are related.

On Mon, May 11, 2020 at 3:04 PM Bill Somerville <g4...@classdesign.com>
wrote:

> Hi David,
>
> as noted on the WSJT-X web page
> https://physics.princeton.edu/pulsar/K1JT/wsjtx.html and in the README
> info on the project SourceForge files area
> https://sourceforge.net/projects/wsjt/files/wsjtx-2.2.0-rc1/ , the Debian
> style packages target Ubuntu 18.04. Although Ubuntu 20.04 is released there
> is no easy upgrade path for users until the 20.04.1 release in a couple of
> months, until then we will target the 18.04.x LTS release.
>
> The Ubuntu package maintainers for WSJT-X will probably make packages
> available soon that are suitable for various versions. In the meantime you
> can build WSJT-X from sources.
>
> 73
> Bill
> G4WJS.
>
> On 11/05/2020 19:21, David Spoelstra wrote:
>
> As a follow-on, I did install "gfortran": sudo apt install gfortran and
> got this:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> gfortran is already the newest version (4:9.3.0-1ubuntu2).
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> However I still get the error: "Depends: libgfortran3 (>= 4.8.2) but it is
> not installable" when I try and install wsjt-x
>
> Thanks!
> -David, N9KT
>
>
> On Mon, May 11, 2020 at 2:16 PM David Spoelstra <dav...@mediamachine.com>
> wrote:
>
>> When I tried to install in the latest Ubuntu 20.04 LTS, I got:
>> The following packages have unmet dependencies:
>>  wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable
>>
>> When I try "sudo apt install libgfortran3" I get:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> E: Unable to locate package libgfortran3
>>
>> I'm a little lost as to how to get libgfortran3. Any suggestions?
>>
>> Thanks!
>> -David, N9KT
>>
>>
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to