Happy new year!

I have successfully used the update_wsjtx_from_src BASH script found under
https://github.com/dslotter/ham_radio_scripts to download WSJTX 2.6.0
source from SourceForge git and build on 8GB Raspberry Pi 4B (4 cores)
running HamPi 3.2 in 13 minutes 50 seconds, and also successfully built on
48GB Lenovo w/ Ubuntu Linux 22.04 (with 16 logical cores) in 1 minute 23
seconds. Both versions successfully launched.

Thank you to the entire WSJT-X team.

73,

--
Dave Slotter, W3DJS <https://www.qrz.com/db/W3DJS>


On Fri, Jan 6, 2023 at 1:44 PM Edfel Rivera via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Hi Again:
> The crash happened when installing.  At the license window.
>
> 73'
>
> Edfel
> KP4AJ
>
> On Fri, Jan 6, 2023 at 12:39 PM Edfel Rivera <edfelj...@gmail.com> wrote:
>
>> Hi:
>> Thanks for WSJTX Development. Have 2.6.0 GA crashed (Windows 10 64bit).
>> Report from Windows Event Viewer. Tried downloading again, same result. If
>> dev team need specifics send email to edfeljose at gmail.com
>>
>> Thanks
>>
>> 73'
>>
>> Edfel
>> KP4AJ
>>
>> Log Name:      Application
>> Source:        Application Error
>> Date:          06/01/2023 12:28:01
>> Event ID:      1000
>> Task Category: (100)
>> Level:         Error
>> Keywords:      Classic
>> User:          N/A
>> Computer:      DESKTOP
>> Description:
>> Faulting application name: wsjtx-2.6.0-win64 (1).exe, version: 2.6.0.0,
>> time stamp: 0x60fc9193
>> Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
>> Exception code: 0xc0000005
>> Fault offset: 0x00000000
>> Faulting process id: 0x740
>> Faulting application start time: 0x01d921fc9a537348
>> Faulting application path: C:\Users\edfel\Downloads\wsjtx-2.6.0-win64
>> (1).exe
>> Faulting module path: unknown
>> Report Id: f1c7fed3-a95a-4361-be67-3017793fbcc3
>> Faulting package full name:
>> Faulting package-relative application ID:
>> Event Xml:
>> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
>>   <System>
>>     <Provider Name="Application Error" />
>>     <EventID Qualifiers="0">1000</EventID>
>>     <Version>0</Version>
>>     <Level>2</Level>
>>     <Task>100</Task>
>>     <Opcode>0</Opcode>
>>     <Keywords>0x80000000000000</Keywords>
>>     <TimeCreated SystemTime="2023-01-06T18:28:01.1347336Z" />
>>     <EventRecordID>91619</EventRecordID>
>>     <Correlation />
>>     <Execution ProcessID="0" ThreadID="0" />
>>     <Channel>Application</Channel>
>>     <Computer>DESKTOP</Computer>
>>     <Security />
>>   </System>
>>   <EventData>
>>     <Data>wsjtx-2.6.0-win64 (1).exe</Data>
>>     <Data>2.6.0.0</Data>
>>     <Data>60fc9193</Data>
>>     <Data>unknown</Data>
>>     <Data>0.0.0.0</Data>
>>     <Data>00000000</Data>
>>     <Data>c0000005</Data>
>>     <Data>00000000</Data>
>>     <Data>740</Data>
>>     <Data>01d921fc9a537348</Data>
>>     <Data>C:\Users\edfel\Downloads\wsjtx-2.6.0-win64 (1).exe</Data>
>>     <Data>unknown</Data>
>>     <Data>f1c7fed3-a95a-4361-be67-3017793fbcc3</Data>
>>     <Data>
>>     </Data>
>>     <Data>
>>     </Data>
>>   </EventData>
>> </Event>
>>
>> On Fri, Jan 6, 2023 at 11:54 AM Gary Rogers via wsjt-devel <
>> wsjt-devel@lists.sourceforge.net> wrote:
>>
>>> OK I made the edit to the Hamlib version in cmakelist.txt to 4.5.3 and
>>> was able to build 2.6.0 for Mac. A couple of issues I have encountered
>>> during building the last several versions
>>>
>>> Build environment MacOS SDK, Xcode, dependencies in Macports  and Cmake
>>> 3.25.1
>>>
>>> While building hamlib, I get this error:
>>>
>>> */Users/charlesrogers/Build/hamlib-prefix/src/hamlib/src/parallel.h:31:12:
>>> **fatal error: **'linux/parport.h' file not found*
>>>
>>> #  include <linux/parport.h>
>>>
>>>
>>> I get around this by going into my build/hamlib-prefix/src/hamlib and
>>> running ./configure
>>>
>>>
>>> This solves the hamlib problem.
>>>
>>>
>>> Since upgrading the  MacOS 13 Ventura, I’m getting this error:
>>>
>>>
>>> */Users/charlesrogers/Build/wsjtx-prefix/src/wsjtx/widgets/mainwindow.cpp:4822:9:
>>> **error: **'sprintf' is deprecated: This function is provided for
>>> compatibility reasons only.  Due to security concerns inherent in the
>>> design of sprintf(3), it is highly recommended that you use snprintf(3)
>>> instead. [-Werror,-Wdeprecated-declarations]*
>>>
>>>         sprintf(s,"Tx:  %d Slots",foxcom_.nslots);
>>>
>>>
>>> There is a similar error on line 4824
>>>
>>>
>>> I’ve gotten around this by changing sprintf to snprintf in both
>>> locations and rewrite the expression snprintf(s, *sizeof*(s), "Tx:  %d
>>> Slots",foxcom_.nslots);
>>>
>>>       } *else* {
>>>
>>>         snprintf(s,*sizeof*(s),"Tx: %s",msgsent);
>>>
>>>
>>> I’m providing this info in the event developers wish to update code to
>>> resolve these errors. I’m still able to build from source with the
>>> workaround noted above. Thanks to all for this software!
>>>
>>>
>>>
>>>
>>> On Jan 6, 2023, at 9:22 AM, Uwe, DG2YCB via wsjt-devel <
>>> wsjt-devel@lists.sourceforge.net> wrote:
>>>
>>> Try to download again. I think Sourceforge still had the old copy. But
>>> the one I downloaded 1 minute ago has the correct entry.
>>> 73 de DG2YCB,
>>> Uwe
>>>
>>>
>>> Am 06.01.2023 um 18:07 schrieb Gary Rogers via wsjt-devel:
>>>
>>> Same issue for me downloaded from new WSJT-X site.
>>>
>>> On Jan 6, 2023, at 8:55 AM, Kari Sillanmäki via wsjt-devel
>>> <wsjt-devel@lists.sourceforge.net> <wsjt-devel@lists.sourceforge.net>
>>> wrote:
>>>
>>>
>>> Hi Uwe,
>>>
>>> I just downloaded the tarball.
>>> It still has the wrong CmakeLists.txt entry...
>>>
>>> I used this link to download:
>>> https://sourceforge.net/projects/wsjt/files/wsjtx-2.6.0/wsjtx-2.6.0.tgz
>>> Is this the correct link??
>>>
>>> 73's de Kari, oh2gqc
>>>
>>> On 6.1.2023 18.05, Uwe, DG2YCB via wsjt-devel wrote:
>>>
>>> Hi Stefan,
>>>
>>> Yes, it must be 4.5.3. I have updated the tarball. Please download again
>>> and see if it works better now.
>>> 73 de DG2YCB,
>>> Uwe
>>>
>>>
>>> Am 06.01.2023 um 16:57 schrieb Stefan HB9TMC via wsjt-devel:
>>>
>>> Hi,
>>>
>>> cmake generated an error:
>>> CMake Error at CMakeLists.txt:56 (file):
>>>   file failed to open for reading (No such file or directory):
>>>
>>>     ~/bin/wsjtx-2.6.0/src/hamlib-4.5.tar.gz.md5sum
>>>
>>>
>>>
>>> I think CMakeLists.txt should be:
>>> 6c6
>>> < set (__hamlib_upstream hamlib-4.5.3)
>>> ---
>>> > set (__hamlib_upstream hamlib-4.5)
>>>
>>>
>>> 73
>>> Stefan
>>>
>>>
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>>
>>>
>>> _______________________________________________
>>> wsjt-devel mailing 
>>> listwsjt-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>>
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> wsjt-devel mailing 
>>> listwsjt-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>>
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to