Hi folks, In case you're interested, I have just built WSPR using jtsdk-nix-2.0.20 on a Rpi running Rasbian 8.0 (Jessie). This was a fresh OS and jtsdk install, and I ran into a few problems I had to work around.
1) The jtsdk make failed because I was missing asciidoctor. I did: $ sudo gem install asciidoctor 2) The jtsdk make complained because I was missing coderay. I did: $ sudo gem install coderay 3) After a clean make, sudo make install failed as follows: ..Installing Manpages install: cannot create regular file /usr/local/share/man/man1/jtsdk.1: No such file or directory Makefile:130: recipe for target 'install' failed make: *** [install] Error 1 I edited Makefile to add: @$(MKDIR) $(DESTDIR)$(MANDIR) 4) sudo make install failed as follows: ..Changing /home/pi/jtsdk Ownership to: [ pi ] /bin/chown: cannot access /home/pi/jtsdk: No such file or directory Makefile:130: recipe for target 'install' failed make: *** [install] Error 1 I edited Makefile to add: @$(MKDIR) $(HOMEDIR) 5) After a successful install, I ran jtsdk and selected the WSPR menu item. I saw: Checking Out New Version of wspr svn: E175013: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/wspr/wspr/branches/wspr' svn: E175013: Access to '/p/wspr/wspr/branches/wspr' forbidden At http://physics.princeton.edu/pulsar/K1JT/devel.html I found a different repository path, so I edited src/jtsdk-wspr as follows: $ diff jtsdk-wspr.orig jtsdk-wspr 47c47 < URL="https://svn.code.sf.net/p/wspr/wspr/branches/wspr" --- > URL="https://svn.code.sf.net/p/wsjt/wsjt/branches/wspr" Then after uninstall and reinstall, I was able to build WSPR. NOTE: there were some warnings... are warnings expected, or should I try to document them? I can now run WSPR on my Rpi, although the sound dongle I ordered has not arrived yet so I can't get very far with it. 73, Randy WB4SPB ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
