nostar

Results 24 comments of nostar

I added NXDN2PCM support in NXDNGateway, does this all look ok to you?

That makes sense for the gateways. All these patches do is add a XXX2PCM entry into the Reflectors list to make integration into Pistar as easy as possible. I agree...

Is there any work around for this that does not involve installing an older version of python? I am on Fedora 35 64bit and am getting the same error: ```...

After 'dnf install mako' I get this error: ``` $ make MXE_TARGETS='x86_64-w64-mingw32.static i686-w64-mingw32.static' qt5 [check reqs] Missing requirement: mako-render Please have a look at "docs/index.html" to ensure that your system...

I think the original problem if missing modules is fixed, but now I get this link error. It seems to be a typo in a script somwhere: ``` x86_64-w64-mingw32.static-g++ -static...

I modified this section of the file as follows: ``` [QT_INSTALL_PLUGINS]/multimedia/libffmpegmediaplugin.a -lavformat -lavcodec -lswresample -lswscale -lavutil ``` This time I get a ton of link errors: ``` /mnt/data/src/mxe/usr/bin/x86_64-w64-mingw32.static-ld: /mnt/data/src/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/11.3.0/../../../../x86_64-w64-mingw32.static/lib/../lib/libavformat.a(tls_gnutls.o):tls_gnutls.c:(.text+0x30): undefined...

Yes, that's what I did. I just copied the short section of what I changed. Here is the entire file, with the 5 -llib*.a removed: ``` QMAKE_PRL_TARGET = libffmpegmediaplugin.a QMAKE_PRL_CONFIG...

I am now back to the original problem of missing modules running qmake: ``` $ /mnt/data/src/mxe/usr/x86_64-pc-linux-gnu/qt6/bin/qmake -o Makefile ../DroidStar/DroidStar.pro Project ERROR: Unknown module(s) in QT: multimedia serialport ```

I just tried a 32 bit build and in this case i dont get the unknown modules error or the malformed libs, but i get the long list of link...