Allen Huffman
Allen Huffman
Having this issue with the current/latest Pi OS (64-bit "recommended" install) and Snap install: `allenh@pi400:~ $ cool-retro-term default KB_LAYOUT_DIR: "/snap/cool-retro-term/153/usr/lib/aarch64-linux-gnu/qt5/qml/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_67::close() loadAllColorSchemes Both point size and...
I ran in to this tonight. Raspberry Pi 400, latest Pi OS installed fresh last night, and Cool Retro Term installed via snap. `allenh@pi400:~ $ cool-retro-term default KB_LAYOUT_DIR: "/snap/cool-retro-term/153/usr/lib/aarch64-linux-gnu/qt5/qml/QMLTermWidget/kb-layouts" QObject::connect:...
> Try installing without snap? `apt install cool-retro-term` Yes, the apt install works. This is a report on the install via Snap. I actually did not know it was available...
Once you start using other files, like snmp.c/.h, they include socket.h which creates a few more warnings due to static function prototypes in the header. Since static functions cannot be...
// -Wall -Wextra -Wshadow -Wcast-qual -Wmissing-prototypes Not using -Wconversion yet since there are a ton of those.
For a new project, I just pulled down the current I/O Library and ported it over to the CCS compiler. A list of warnings includes: // 202 - Variable never...