Search found 257 matches

by seasoned_geek
Wed Jun 29 2022 12:28 pm
Forum: User Support
Topic: Does it work on Wayland?
Replies: 3
Views: 5379

Re: Does it work on Wayland?

Wayland is pretty big in the embedded world right now. All Toradex and Variscite SoC force it on you. Well, all of the new iMX8 stuff does. NXP creates most of the BSP software and they've removed X11.
by seasoned_geek
Tue Jun 21 2022 10:22 am
Forum: Developers
Topic: Flatpak anyone?
Replies: 1
Views: 2226

Re: Flatpak anyone?

Just an FYI,

Flatpak won't work until the other issues are cleaned up for the newer compiler versions.

https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/06/flatpak-fail.png
by seasoned_geek
Thu Jun 16 2022 7:49 pm
Forum: Developers
Topic: Flatpak anyone?
Replies: 1
Views: 2226

Flatpak anyone?

All, Has anyone started down the road of Flatpaking CopperSpice? Was considering putting RedDiamond in a Flatpak but if I have to start from scratch with CopperSpice that's a big effort for "spare" time. Flatpak appears to be the new trendy application distribution method for Linux. Elemen...
by seasoned_geek
Wed Jun 15 2022 9:30 pm
Forum: Developers
Topic: CopperSpice port of Scintilla now available
Replies: 2
Views: 3456

Re: CopperSpice port of Scintilla now available

For those interested, RedDiamond 3.0.0 has Debian and RPMs

https://sourceforge.net/projects/reddiamond/files/3.0.0/

This is CopperSpice and CsScintilla editor with EDT keypad navigation.
by seasoned_geek
Sun Jun 12 2022 4:14 pm
Forum: Issues
Topic: Ubuntu 18.04 cmake 3.22 build issues
Replies: 1
Views: 4701

Ubuntu 18.04 cmake 3.22 build issues

All, Long ago when I started with this we had to add kitware.com to software sources in Ubuntu 18.04 because the version of cmake in the repo was not up to 3.16 or whatever was needed. This morning I tried to do a clean build in a VM configured this way. Cmake spits out the following: -- Found Threa...
by seasoned_geek
Wed Jun 01 2022 1:55 pm
Forum: Developers
Topic: CopperSpice port of Scintilla now available
Replies: 2
Views: 3456

CopperSpice port of Scintilla now available

All, After a lot of life got in the way, CsScintilla is now an actual SourceForge project. Those looking to create your own text editors and IDEs now have a CopperSpice compatible editing library with major capabilities. https://sourceforge.net/projects/csscintilla/ It uses Mercurial because Scintil...
by seasoned_geek
Tue May 10 2022 11:20 am
Forum: Developers
Topic: Ubuntu 22.04 compiler warnings
Replies: 8
Views: 4573

Ubuntu 22.04 compiler warnings

Here's a sample from Ubuntu 22.04 Ubuntu 22.04 compile issues developer@roland-u22-04-VirtualBox:~/Projects$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy developer@roland-u22-04-VirtualBox:~/Projects$ gcc --version g...
by seasoned_geek
Mon May 09 2022 7:37 pm
Forum: Developers
Topic: Compilation warning
Replies: 3
Views: 2935

Re: Compilation warning

developer@fedora Projects]$ cat /etc/os-release NAME="Fedora Linux" VERSION="35 (Workstation Edition)" ID=fedora VERSION_ID=35 VERSION_CODENAME="" PLATFORM_ID="platform:f35" PRETTY_NAME="Fedora Linux 35 (Workstation Edition)" ANSI_COLOR="0;38;2...
by seasoned_geek
Mon May 09 2022 6:05 pm
Forum: Developers
Topic: Compilation warning
Replies: 3
Views: 2935

Compilation warning

All, I didn't dig into the code, but this warning scares me. I just pulled down this morning to build in a new VM. /home/developer/Projects/cs_build/include/QtCore/qarraydata.h:103:8: note: at offset [26, 50] into destination object ‘QTypedArrayData<char>::<anonymous>’ of size 24 /home/developer/Pro...
by seasoned_geek
Mon May 09 2022 6:01 pm
Forum: Developers
Topic: QStringParser::formatArg bug
Replies: 3
Views: 3379

Re: QStringParser::formatArg bug

Thank you.

Duplicates were always allowed in Qt. They seemed to work up to 3 in CopperSpice. Nice to know they work once again.