yuri@FreeBSD
yuri@FreeBSD
It also prints a lot of these messages: ``` [2022-02-22 00:23:02.530, Webcamoid, 0x805e12000, OptionList.qml (57)] warning: qrc:/Webcamoid/share/qml/OptionList.qml:57: TypeError: Cannot read property 'left' of null [2022-02-22 00:23:02.530, Webcamoid, 0x805e12000, OptionList.qml (56)]...
All messages are here: ``` $ webcamoid [2022-02-22 12:31:34.860, webcamoid, 0x805e12000, (0)] warning: Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and...
I wonder who is going to be fixing software that used these functions (ex. treekin) which doesn't have active devs now.
Legacy functions should be left in the library for the older software to use. They should be left at least with the "_legacy" suffix.
> Hi. The old interface should still work if you remove these lines: This seems to require lapack to be rebuilt with these lines removed. Other packages need to use...
This line: ``` ::dsyevx_((char *)jobz, (char *)range, (char *)uplo, n, (double *)a, lda, (double *)vl, (double *)vu, il, iu, (double *)abstol, m, (double *)w, (double *)z, ldz, (double *)work, lwork,...
The treekin port was fixed by patching: ``` +- patch for latest breaking Lapack API changes, see https://github.com/Reference-LAPACK/lapack/issues/604#issuecomment-944069793 + --- src/calcpp.h.orig 2019-06-13 14:11:19 UTC +++ src/calcpp.h @@ -49,6 +49,9 @@...
UDP should be allowed. I am running on a regular system.
This program: ``` #include "srtcore/netinet_any.h" #include "apps/apputil.hpp" using namespace std; using namespace srt; int main() { // (sockaddr_any is in srtcore/netinet_any.h, CreateAddr in apps/apputil.hpp, defined in apps/apputil.cpp) sockaddr_any local =...