Hi John,

...

> I use the build procedure you posted a very long time ago...
>
> I install these packages: cmake subversion pkg-config clang gfortran
> libfftw3-dev git libgfortran3 libusb-dev autoconf libtool texinfo qt5-
> default qtmultimedia5-dev libqt5multimedia5-plugins libqt5serialport5-dev
> libc6 libgcc1 libquadmath0
>
> and use this procedure:
OK, see the extra steps below;
>
> mkdir ~/src
>
> cd ~/src/
>
> git clone git://git.code.sf.net/u/bsomervi/hamlib u-bsomervi-hamlib
>
> cd u-bsomervi-hamlib/
>
> git checkout integration
>
> mkdir -p ~/build/hamlib
>
> cd ~/build/hamlib/
>
> ~/src/u-bsomervi-hamlib/autogen.sh --prefix=$HOME/local/hamlib --disable-
> shared --enable-static --disable-winradio
>
> make && make install
>
> cd ~/src/
>
> svn checkout svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx
>
> mkdir -p ~/build/wsjtx/Release
Starting from here:

   $ mkdir - ~/build/wsjtx/Debug
>
> cd ~/build/wsjtx/Release/
   $ cd ~/build/wsjtx/Debug
>
> cmake -D WSJT_GENERATE_DOCS=OFF -D WSJT_INCLUDE_KVASD=ON -D
> WSJT_SKIP_MANPAGES=ON -D CMAKE_PREFIX_PATH:PATH=~/local/hamlib -D
> CMAKE_INSTALL_PREFIX=~/local/wsjtx/Release ~/src/wsjtx
   $ cmake -D WSJT_GENERATE_DOCS=OFF -D WSJT_INCLUDE_KVASD=ON \
         -D WSJT_SKIP_MANPAGES=ON -D CMAKE_PREFIX_PATH=~/local/hamlib \
         -D CMAKE_INSTALL_PREFIX=~/local/wsjtx/Debug \
         -D CMAKE_BUILD_TYPE=Debug ~/src/wsjtx
>
> cmake --build . --target install -- -kj
   $ cmake --build . --target install -- -kj
>
> Test:
>
> ~/local/wsjtx/Release/bin/wsjtx
   $ gdb ~/local/wsjtx/Debug/bin/wsjtx
   (gdb) r

at this point do whatever causes the issue then back in gdb,

  (gdb) bt
  (gdb) quit

report back with what you get from gdb or with any issues doing the 
debug build.

73
Bill
G4WJS.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to