Last login: Sun Aug  6 15:59:13 on ttys001
Charless-MacBook-Pro:~ charlesrogers$ c++ --version
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Charless-MacBook-Pro:~ charlesrogers$ gfortran-mp-5 --version
GNU Fortran (MacPorts gcc5 5.4.0_1) 5.4.0
Copyright (C) 2015 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

Charless-MacBook-Pro:~ charlesrogers$ cmake --version
cmake version 3.9.0

CMake suite maintained and supported by Kitware (kitware.com/cmake).
Charless-MacBook-Pro:~ charlesrogers$ 


> On Aug 6, 2017, at 4:03 PM, C. Gary Rogers <dc4aac...@comcast.net> wrote:
> 
> OK ran three times and the result is:
> 
> [ 97%] Linking CXX executable wsjtx.app/Contents/MacOS/wsjtx
> ld: warning: could not create compact unwind for _flat4_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _hspec_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _refspectrum_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _fast9_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _iscat_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _mskrtd_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _msk144signalquality_: stack 
> subq instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _msk144spd_: stack subq 
> instruction is too different from dwarf stack size
> ld: warning: could not create compact unwind for _msk40spd_: stack subq 
> instruction is too different from dwarf stack size
> Undefined symbols for architecture x86_64:
>   "_FC_grayline", referenced from:
>       WSPRBandHopping::next_hop(bool) in WSPRBandHopping.cpp.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> make[2]: *** [wsjtx.app/Contents/MacOS/wsjtx] Error 1
> make[1]: *** [CMakeFiles/wsjtx.dir/all] Error 2
> make: *** [all] Error 2
> Charless-MacBook-Pro:~ charlesrogers$ 
> 
> 
> So close...
> 
> 
>> On Aug 6, 2017, at 1:19 PM, C. Gary Rogers <dc4aac...@comcast.net 
>> <mailto:dc4aac...@comcast.net>> wrote:
>> 
>> OK that seemed to work so i ran:
>> 
>>> cd ~/wsjtx-prefix/build
>>> cmake --build .
>>> cmake --build . --target install
>> 
>> 
>> This yielded:
>> 
>> Last login: Sun Aug  6 13:07:51 on ttys001
>> Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build
>> Charless-MacBook-Pro:build charlesrogers$ 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
>> [  3%] Built target message_aggregator
>> [  3%] Automatic MOC for target wsjt_cxx
>> [  3%] 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
>> [ 36%] Built target wsjt_fort_omp
>> [ 36%] Automatic MOC for target jt9
>> [ 36%] Built target jt9_autogen
>> [ 37%] Built target jt9
>> [ 37%] Automatic MOC for target wsjt_qtmm
>> [ 37%] Built target wsjt_qtmm_autogen
>> [ 37%] Built target wsjt_qtmm
>> [ 37%] Automatic MOC for target wsjt_fort
>> [ 37%] Built target wsjt_fort_autogen
>> [ 67%] Built target wsjt_fort
>> [ 67%] Automatic MOC for target qcp
>> [ 67%] Built target qcp_autogen
>> [ 68%] Built target qcp
>> [ 68%] Automatic MOC for target wsjt_qt
>> [ 68%] Built target wsjt_qt_autogen
>> [ 68%] Generating Subversion revision information
>> -- Found Subversion: /usr/bin/svn (found version "1.9.4") 
>> Path: /Users/charlesrogers/wsjtx-prefix/src
>> Working Copy Root Path: /Users/charlesrogers/wsjtx-prefix/src
>> URL: svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx 
>> <svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx>
>> Relative URL: ^/branches/wsjtx
>> Repository Root: svn://svn.code.sf.net/p/wsjt/wsjt 
>> <svn://svn.code.sf.net/p/wsjt/wsjt>
>> Repository UUID: ab8295b8-cf94-4d9e-aec4-7959e3be5d79
>> Revision: 8008
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: k1jt
>> Last Changed Rev: 8008
>> Last Changed Date: 2017-08-05 09:45:16 -0400 (Sat, 05 Aug 2017)
>> -- /Users/charlesrogers/wsjtx-prefix/src contains a .svn and is revision 8008
>> [ 68%] Built target revisiontag
>> [ 75%] Built target wsjt_qt
>> [ 75%] Automatic MOC for target wsjtx
>> [ 76%] Built target wsjtx_autogen
>> [ 77%] Built target manpages
>> [ 77%] Linking CXX executable wsjtx.app/Contents/MacOS/wsjtx
>> ld: warning: could not create compact unwind for _flat4_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _hspec_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _refspectrum_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _fast9_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _iscat_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _mskrtd_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _msk144signalquality_: 
>> stack subq instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _msk144spd_: stack subq 
>> instruction is too different from dwarf stack size
>> ld: warning: could not create compact unwind for _msk40spd_: stack subq 
>> instruction is too different from dwarf stack size
>> Undefined symbols for architecture x86_64:
>>   "_FC_grayline", referenced from:
>>       WSPRBandHopping::next_hop(bool) in WSPRBandHopping.cpp.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker command failed with exit code 1 (use -v to see 
>> invocation)
>> make[2]: *** [wsjtx.app/Contents/MacOS/wsjtx] Error 1
>> make[1]: *** [CMakeFiles/wsjtx.dir/all] Error 2
>> make: *** [all] Error 2
>> Charless-MacBook-Pro:build charlesrogers$ cmake --build . --target install
>> 
>> What now?
>> 
>>> On Aug 6, 2017, at 12:42 PM, Bill Somerville <g4...@classdesign.com 
>>> <mailto:g4...@classdesign.com>> wrote:
>>> 
>>> asciidoctor
>> 
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org <http://slashdot.org/>! 
>> http://sdm.link/slashdot_______________________________________________ 
>> <http://sdm.link/slashdot_______________________________________________>
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net <mailto:wsjt-devel@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> ------------------------------------------------------------------------------
> 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

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