Hi Sean, I am assuming your using JTSDK-Nix v2.0.18 but that should not make much different as most all of the later releases do the same.
The script does not do anything fancy, it just runs default commands, so either the Build Tree is corrupt somehow or like Bill said, it is not running the cmake --build . --target install from the correct directory ( the Build directory ). I would try removing the build tree first and re-run the script. If it fails at the same point, in a terminal, cd to the build tree and run the build command manually, something along the lines of: cd ~/jtsdk/wsjtx/1.7.0/6391/Release/build cmake --build . --target install If that fails, the configuration step would be suspect. Note, you do not change directories to the source location (src) it's the build location ~/jtsdk/wsjtx .. .. .. For WSJT-X v1.7.0 Devel, with separation enabled (default), the folders should be (with the latest updates from svn): Build ....: ~/jtsdk/wsjtx/1.7.0/6391/build/Release Install ..: ~/jtsdk/wsjtx/1.7.0/6391/install/Release If building manually succeed, then something strange is happening with with the script and will need further investigation. 73's Greg, KI7MT On 01/12/2016 03:38 AM, Sean Sharkey wrote: > Morning All, > > > After a Christmas break I though I would try compiling the latest development > version of wsjtx, r6387, on the PowerPC. > > When I try to build wsjtx, r6387, using jtsdk 1.7.0 at first everything goes > just fine, jtsdk checks the SNV for the latest version, it runs through the > ‘CONFIGURING ( WSJT-X 1.7.0 Release Target )’ > stage and installs the build files into /home/g0oan/jtsdk/src/wsjtx etc. > > However as soon as jtsdk moves on to the ‘Building ( WSJT-X 1.7.0 Release > Target )’ stage I immediately get an error, > > “make: *** No rule to make target ‘install’. Stop” > > at which point jtsdk exits back to the terminal prompt. > > Any thoughts? > > Thanks in advance for any help. > > > Kind regards, > > > > Sean. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
