Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Bill Somerville
On 06/12/2016 16:28, Richard Bown wrote:
> Yes, that got me past that stage but I've hit problems further on
> when building UDPEamples
>
> [ 78%] Linking CXX executable udp_daemon
> CMakeFiles/message_aggregator.dir/build.make:163: recipe for target 
> 'CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o' failed
> make[2]: *** 
> [CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o] Error 1
> CMakeFiles/Makefile2:599: recipe for target 
> 'CMakeFiles/message_aggregator.dir/all' failed
> make[1]: *** [CMakeFiles/message_aggregator.dir/all] Error 2
> [ 78%] Built target udp_daemon
> Makefile:149: recipe for target 'all' failed
> make: *** [all] Error 2

Hi Richard,

it looks like you are giving a -j option to your build command, that is 
fine for fast builds but does not help with getting sequential output 
with the error at the end. Try the build command again without any -j or 
-k options and report back the last few tens of lines of output.

73
Bill
G4WJS.


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Richard Shaw
On Tue, Dec 6, 2016 at 1:19 PM, Richard Bown  wrote:

> Hi Richard
> I tried that and just got a no rule to make error
> I ran make -d , but not a lot of use, and I found nothing in the CMake log
> , so stuck with this error
>
> Reaping losing child 0x165c98 PID 27847
> CMakeFiles/wsjt_qt.dir/build.make:842: recipe for target
> 'CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o' failed
> make[2]: *** [CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o] Error 1


Ok, it may be a makefile error rather than a compile error then, you'll
have to follow the rabbit trail into CMakeFiles/wsjt_qt.dir/build.make and
look on line 842 and see if you can figure out what's going wrong.

Thanks,
Richard
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Richard Bown
Hi Richard 
I tried that and just got a no rule to make error
I ran make -d , but not a lot of use, and I found nothing in the CMake log
, so stuck with this error

Reaping losing child 0x165c98 PID 27847 
CMakeFiles/wsjt_qt.dir/build.make:842: recipe for target 
'CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o' failed
make[2]: *** [CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o] Error 1
Removing child 0x165c98 PID 27847 from chain.
Reaping losing child 0x73b20 PID 27689 
CMakeFiles/Makefile2:292: recipe for target 'CMakeFiles/wsjt_qt.dir/all' failed
make[1]: *** [CMakeFiles/wsjt_qt.dir/all] Error 2
Removing child 0x73b20 PID 27689 from chain.
Reaping losing child 0x5abc0 PID 27312 
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
Removing child 0x5abc0 PID 27312 from chain.



On Tue, 6 Dec 2016 10:51:35 -0600
Richard Shaw  wrote:

> I'm not seeing detailed output, try:
> 
> make VERBOSE=1
> 
> and see if you get more useful output.
> 
> Thanks,
> Richard



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 18 x86_64 on a Dell Inspiron N5030 laptop
##
 


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Richard Shaw
I'm not seeing detailed output, try:

make VERBOSE=1

and see if you get more useful output.

Thanks,
Richard
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Richard Bown
Yes, that got me past that stage but I've hit problems further on
when building UDPEamples

[ 78%] Linking CXX executable udp_daemon
CMakeFiles/message_aggregator.dir/build.make:163: recipe for target 
'CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o' failed
make[2]: *** [CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o] 
Error 1
CMakeFiles/Makefile2:599: recipe for target 
'CMakeFiles/message_aggregator.dir/all' failed
make[1]: *** [CMakeFiles/message_aggregator.dir/all] Error 2
[ 78%] Built target udp_daemon
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

not very intuitive as to whats missing

After downloading a huge chunk of libs I used libkf5* forward slightly, but 
still stuck

[ 81%] Linking CXX executable msk144sim
CMakeFiles/wsjt_qt.dir/build.make:842: recipe for target 
'CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o' failed
make[2]: *** [CMakeFiles/wsjt_qt.dir/SampleDownloader.cpp.o] Error 1
CMakeFiles/Makefile2:292: recipe for target 'CMakeFiles/wsjt_qt.dir/all' failed
make[1]: *** [CMakeFiles/wsjt_qt.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
[ 81%] Built target msk144sim
CMakeFiles/message_aggregator.dir/build.make:163: recipe for target 
'CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o' failed
make[2]: *** [CMakeFiles/message_aggregator.dir/UDPExamples/ClientWidget.cpp.o] 
Error 1
make[2]: *** Waiting for unfinished jobs
CMakeFiles/message_aggregator.dir/build.make:91: recipe for target 
'CMakeFiles/message_aggregator.dir/UDPExamples/MessageAggregatorMainWindow.cpp.o'
 failed
make[2]: *** 
[CMakeFiles/message_aggregator.dir/UDPExamples/MessageAggregatorMainWindow.cpp.o]
 Error 1
CMakeFiles/Makefile2:599: recipe for target 
'CMakeFiles/message_aggregator.dir/all' failed
make[1]: *** [CMakeFiles/message_aggregator.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2


 

On Tue, 6 Dec 2016 10:20:42 -0500
Ryan Tourge  wrote:

> That fixed it? I was having the same problem.
> 
> On Tue, Dec 6, 2016 at 9:48 AM, Richard Bown  wrote:
> 
> > qtmultimedia5-dev  and libqt5serialport5-dev
> >
> > missing sorry for the bandwidth
> >
> >
> > On Tue, 6 Dec 2016 13:47:47 +
> > Richard Bown  wrote:
> >
> > > Hi
> > > like to try RC3, but hitting a problem on a ARM ubuntu linux platform,
> > Odroid XU4 8 core.
> > > I does compile OK on the laptop also linux, also uses ubuntu libs, but
> > kernel versions are very
> > > different.
> > >
> > > error message is:-
> > >
> > > -- hamlib_STATIC_LIBRARY: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a
> > > -- hamlib_STATIC_LIBRARIES: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a;m
> > > CMake Error at CMakeLists.txt:743 (find_package):
> > >   By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
> > >   project has asked CMake to find a package configuration file provided
> > by
> > >   "Qt5Multimedia", but CMake did not find one.
> > >
> > >   Could not find a package configuration file provided by "Qt5Multimedia"
> > >   (requested version 5) with any of the following names:
> > >
> > > Qt5MultimediaConfig.cmake
> > > qt5multimedia-config.cmake
> > >
> > >   Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or
> > set
> > >   "Qt5Multimedia_DIR" to a directory containing one of the above files.
> > If
> > >   "Qt5Multimedia" provides a separate development package or SDK, be
> > sure it
> > >   has been installed.
> > >
> > > How do you add a path in when using JTSDK to build, or work around this
> > >
> > > TIA
> > >
> >
> >
> >
> > --
> > --
> > Best wishes /73
> > Richard Bown
> >
> > Email : rich...@g8jvm.com
> > HTTP  :  http://www.g8jvm.com
> > nil carborundum a illegitemis
> > 
> > ##
> > Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W &
> > 3cms 5W
> > Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
> > QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
> > OS: Linux Mint 18 x86_64 on a Dell Inspiron N5030 laptop
> > 
> > ##
> >
> >
> > 
> > --
> > Developer Access Program for Intel Xeon Phi Processors
> > Access to Intel Xeon Phi processor-based developer platforms.
> > With one year of Intel Parallel Studio XE.
> > Training and support from Colfax.
> > Order your platform today.http://sdm.link/xeonphi
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> >



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis

Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Ryan Tourge
That fixed it? I was having the same problem.

On Tue, Dec 6, 2016 at 9:48 AM, Richard Bown  wrote:

> qtmultimedia5-dev  and libqt5serialport5-dev
>
> missing sorry for the bandwidth
>
>
> On Tue, 6 Dec 2016 13:47:47 +
> Richard Bown  wrote:
>
> > Hi
> > like to try RC3, but hitting a problem on a ARM ubuntu linux platform,
> Odroid XU4 8 core.
> > I does compile OK on the laptop also linux, also uses ubuntu libs, but
> kernel versions are very
> > different.
> >
> > error message is:-
> >
> > -- hamlib_STATIC_LIBRARY: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a
> > -- hamlib_STATIC_LIBRARIES: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a;m
> > CMake Error at CMakeLists.txt:743 (find_package):
> >   By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
> >   project has asked CMake to find a package configuration file provided
> by
> >   "Qt5Multimedia", but CMake did not find one.
> >
> >   Could not find a package configuration file provided by "Qt5Multimedia"
> >   (requested version 5) with any of the following names:
> >
> > Qt5MultimediaConfig.cmake
> > qt5multimedia-config.cmake
> >
> >   Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or
> set
> >   "Qt5Multimedia_DIR" to a directory containing one of the above files.
> If
> >   "Qt5Multimedia" provides a separate development package or SDK, be
> sure it
> >   has been installed.
> >
> > How do you add a path in when using JTSDK to build, or work around this
> >
> > TIA
> >
>
>
>
> --
> --
> Best wishes /73
> Richard Bown
>
> Email : rich...@g8jvm.com
> HTTP  :  http://www.g8jvm.com
> nil carborundum a illegitemis
> 
> ##
> Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W &
> 3cms 5W
> Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
> QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
> OS: Linux Mint 18 x86_64 on a Dell Inspiron N5030 laptop
> 
> ##
>
>
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Richard Bown
qtmultimedia5-dev  and libqt5serialport5-dev

missing sorry for the bandwidth


On Tue, 6 Dec 2016 13:47:47 +
Richard Bown  wrote:

> Hi
> like to try RC3, but hitting a problem on a ARM ubuntu linux platform, Odroid 
> XU4 8 core.
> I does compile OK on the laptop also linux, also uses ubuntu libs, but kernel 
> versions are very
> different.
> 
> error message is:-
> 
> -- hamlib_STATIC_LIBRARY: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a
> -- hamlib_STATIC_LIBRARIES: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a;m
> CMake Error at CMakeLists.txt:743 (find_package):
>   By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
>   project has asked CMake to find a package configuration file provided by
>   "Qt5Multimedia", but CMake did not find one.
> 
>   Could not find a package configuration file provided by "Qt5Multimedia"
>   (requested version 5) with any of the following names:
> 
> Qt5MultimediaConfig.cmake
> qt5multimedia-config.cmake
> 
>   Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
>   "Qt5Multimedia_DIR" to a directory containing one of the above files.  If
>   "Qt5Multimedia" provides a separate development package or SDK, be sure it
>   has been installed.
> 
> How do you add a path in when using JTSDK to build, or work around this
> 
> TIA
> 



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 18 x86_64 on a Dell Inspiron N5030 laptop
##
 


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] problem compiling 1.7.3 rc 3 on ARM

2016-12-06 Thread Richard Bown
Hi
like to try RC3, but hitting a problem on a ARM ubuntu linux platform, Odroid 
XU4 8 core.
I does compile OK on the laptop also linux, also uses ubuntu libs, but kernel 
versions are very
different.

error message is:-

-- hamlib_STATIC_LIBRARY: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a
-- hamlib_STATIC_LIBRARIES: /home/odroid/jtsdk/hamlib3/lib/libhamlib.a;m
CMake Error at CMakeLists.txt:743 (find_package):
  By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Multimedia", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Multimedia"
  (requested version 5) with any of the following names:

Qt5MultimediaConfig.cmake
qt5multimedia-config.cmake

  Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
  "Qt5Multimedia_DIR" to a directory containing one of the above files.  If
  "Qt5Multimedia" provides a separate development package or SDK, be sure it
  has been installed.

How do you add a path in when using JTSDK to build, or work around this

TIA

-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 18 x86_64 on a Dell Inspiron N5030 laptop
##
 


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel