I'm getting this error after cmake --build .

CMakeFiles/hamlib-install.dir/build.make:65: recipe for target
'hamlib-prefix/src/hamlib-stamp/hamlib-build' failed
make[2]: *** [hamlib-prefix/src/hamlib-stamp/hamlib-build] Error 1
CMakeFiles/Makefile2:195: recipe for target
'CMakeFiles/hamlib-install.dir/all' failed
make[1]: *** [CMakeFiles/hamlib-install.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

The file CMakeFiles/hamlib-install.dir/build.make is Cmake-generated #DO
NOT EDIT.

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10

Any ideas?

On Wed, Jan 1, 2020 at 6:30 PM Albert Gerheim <alp...@gmail.com> wrote:

> I don't see anything that looks like an executable or an install file.  I
> see WSJT-X icons, and whatever...
>
> On Wed, Jan 1, 2020 at 6:28 PM Albert Gerheim <alp...@gmail.com> wrote:
>
>> If it didn't make a Windows version, how do I accomplish that?  :-)
>>
>>
>> On Wed, Jan 1, 2020 at 6:18 PM Bill Somerville <g4...@classdesign.com>
>> wrote:
>>
>>> On 01/01/2020 23:06, Albert Gerheim wrote:
>>> > OK. I got as far as
>>> >
>>> > [100%] Built target wsjtx-install
>>> > Scanning dependencies of target install
>>> > [100%] Built target install
>>> >
>>> > Where is the executable and/or install file?  (Lord, I hope it created
>>> > a windows version!)
>>> >
>>> Hi Al,
>>>
>>> it installed into the directory root you specified with the
>>> CMAKE_INSTALL_PREFIX variable when you configured the build. If you
>>> didn't specify an install prefix then the default is /usr/local . To
>>> install there you would have needed root privilege.
>>>
>>> Assuming it went to /usr/local then type:
>>>
>>> which wsjtx
>>>
>>> to verify it is on your PATH, if not then try:
>>>
>>> /usr/local/bin/wsjtx
>>>
>>> otherwise if you gave an install prefix to cmake like ~/wsjtx-prefix ,
>>> then try:
>>>
>>> ~/wsjtx-prefix/bin/wsjtx
>>>
>>> 73
>>> Bill
>>> G4WJS.
>>>
>>>
>>>
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>
>>
>> --
>> Al Gerheim
>>
>>
>>
>
> --
> Al Gerheim
>
>
>

-- 
Al Gerheim
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to