Sounds like debug info? Mike W9MDB
-----Original Message----- From: Joe Taylor [mailto:[email protected]] Sent: Friday, May 08, 2015 8:39 AM To: WSJT software development Subject: Re: [wsjt-devel] Help with CMakeLists.txt ? Hi Mike, Bill -- Of course! Thanks for the help, all is well now. I notice that the resulting wsprd.exe is more than 5 times larger than the one built from .../wsjtx_exp/lib/wsprd/Makefile.MinGW : (JTSDK-QT) C:\JTSDK\wsjtx_exp\install\Release\bin)ls -l wsprd*.exe -rwxrwxrwx 1 joe 0 674132 2015-05-08 09:30 wsprd.exe -rwxrwxrwx 1 joe 0 128019 2015-05-06 14:58 wsprd0.exe Any idea why? -- Joe On 5/8/2015 9:19 AM, Bill Somerville wrote: > On 08/05/2015 14:08, Joe Taylor wrote: >> Hi all, > Hi Joe, >> >> Perhaps someone can help me to properly tweak CMakeLists.txt in the >> wsjtx_exp branch so that the WSPR decoder wsprd[.exe] can be built by >> cmake along with the other v1.6 executables. > I'll try. This is off the top without testing. > > The FFTW package finder makes a list of all the libraries you request > so that is find and the linker will link the relevant routines. > > I think the only problem is the syntax of the target_link_libraries() > command which needs the target as the first argument, so: > > target_link_libraries (wsprd ${FFTW3_LIBRARIES}) > > ... > >> >> Thanks for any help! >> >> -- Joe, K1JT > 73 > Bill > G4WJS. > > ---------------------------------------------------------------------- > -------- One dashboard for servers and applications across > Physical-Virtual-Cloud Widest out-of-the-box monitoring support with > 50+ applications Performance metrics, stats and reports that give you > Actionable Insights Deep dive visibility with transaction tracing > using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel ---------------------------------------------------------------------------- -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
