On 03/03/16 01:13, Bill Somerville wrote: > On 02/03/2016 20:54, Barry Jackson wrote: >> On a new clean build of rev6503 I do have the same as above with one >> exception, I don't have moc_OmniRigTransceiver.cpp but maybe that is >> from a different build. > Hi Barry, > > the file moc_OmniRigTransceiver.cpp is only generated on a Windows build > so you definitely had files in your build tree that generated during a > Windows build. That is not good, a build tree must be exclusively used > on the platform it is configured for. > > The clean build that you supplied log of looks good to me. The only > query I have is that it reports that the source tree has local > modifications so it is not exactly r6503. It would be interesting to see > what those local edits are. You can show that by changing your CWD to > the root of the source tree and typing: > > svn diff > > 73 > Bill > G4WJS. > > ------------------------------------------------------------------------------ > 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=272487151&iu=/4140 > _______________________________________________ > wsjt-devel mailing list > wsjt-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wsjt-devel >
I suspect that the only modification will be the patch that we apply right at the start of the build: #--------------------------- diff -ur wsjtx-1.7.0.6180_o/doc/CMakeLists.txt wsjtx-1.7.0.6180/doc/CMakeLists.txt --- wsjtx-1.7.0.6180_o/doc/CMakeLists.txt 2015-11-25 19:56:41.000000000 +0000 +++ wsjtx-1.7.0.6180/doc/CMakeLists.txt 2015-11-25 21:01:18.214793183 +0000 @@ -90,9 +90,9 @@ ) -find_program (ASCIIDOCTOR_EXECUTABLE NAMES asciidoctor) +find_program (ASCIIDOCTOR_EXECUTABLE NAMES asciidoc) if (NOT ASCIIDOCTOR_EXECUTABLE) - message (FATAL_ERROR "asciidoctor is required to build the documentation + message (FATAL_ERROR "asciidoc is required to build the documentation Building the documenation may optionally be turned off by setting the CMake option WSJT_GENERATE_DOCS to OFF.") #--------------------------- I will double check though. Barry G4MKT ------------------------------------------------------------------------------ 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=272487151&iu=/4140 _______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel