On 13/04/2014 14:55, Waldek SPdwaONG wrote:
Hi,
Hi Waldek,

I have get from http://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsjtx/
use "Download snapshot"
Ah, OK. That will not give the correct revision number since the expanded source archive is not a Subversion workspace.

I need to think about how we identify revision from source snapshots.

If you need a fairly quick fix you can fetch the sources using Subversion with:

svn checkout svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx ~/Projects/wsjtx-svn

then:

rm -r ~/build/wsjtx/Release

then configure and build again using the ~/Projects/wsjtx-svn directory as the source location.


after download and restore archive in ~Projects I compile under Ubuntu 13.04 following:

cd ~/Projects
ln -s wsjt-wsjt-4016-branches-wsjtx wsjtx-src
mkdir -p ~/build/wsjtx/Release
cd ~/build/wsjtx/Release
cmake -D CMAKE_PREFIX_PATH=/usr/local/hamlib \
   -D CMAKE_INSTALL_PREFIX=/usr/local/wsjtx  \
   -D CMAKE_BUILD_TYPE=Release ~/Projects/wsjtx-src
cmake --build ~/build/wsjtx/Release --target install -- -kj

Sorry to the misbehaviour of the build system, building from a source tarball isn't something I had allowed for.

73
Bill
G4WJS.



2014-04-13 15:40 GMT+02:00 Bill Somerville <[email protected] <mailto:[email protected]>>:

    On 13/04/2014 14:28, Waldek SPdwaONG wrote:
    >
    > Hi,
    Hi Waldek,
    >
    > I have compile today r4016 wsjt-x and I have on
    > http://pskreporter.info/pskmap.html information about my station is:
    >
    > "Using: WSJT-X rocal"
    >
    > Why new WSJT-X don't send correct information about version like
    > WSJT-X r4016 ???
    What platform are you building on and how did you get the sources?

    I ask because the "svn info" command is used by the CMake build to get
    the svn revision number. The 'rlocal' revision is as a result of the
    build not being able to run "svn info" on the source directory.

    Perhaps you are on Windows and have not installed the Subverison
    command
    line client tools?
    >
    > Waldek sp2ong
    73
    Bill
    G4WJS.

    
------------------------------------------------------------------------------
    Put Bad Developers to Shame
    Dominate Development with Jenkins Continuous Integration
    Continuously Automate Build, Test & Deployment
    Start a new project now. Try Jenkins in the cloud.
    http://p.sf.net/sfu/13600_Cloudbees
    _______________________________________________
    wsjt-devel mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/wsjt-devel




--
Waldek sp2ong


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees


_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to