Search found 262 matches

by seasoned_geek
Tue Aug 22 2023 9:10 pm
Forum: Developers
Topic: MySQL plugin question
Replies: 3
Views: 11844

Re: MySQL plugin question

Yes, building this plugin has been tested on several Unix systems and it does build as expected. The FindMySQL.cmake in our cmake directory will be invoked and then PkgConfig will be used by CMake to search for MySQL. We can see by your output that “mysql/mysql.h” was found, which is a good start. ...
by seasoned_geek
Fri Aug 04 2023 3:42 pm
Forum: Developers
Topic: MySQL plugin question
Replies: 3
Views: 11844

MySQL plugin question

Dug through all of the documentation on the Web site and a few Ubuntu forums. How does one stop this if they wish to build the plugin. -- Looking for mysql/mysql.h -- Looking for mysql/mysql.h - found -- Looking for net/if.h ... -- MySQL was not found, CopperSpice plugin will not be built I know you...
by seasoned_geek
Sun Jul 30 2023 3:20 pm
Forum: Issues
Topic: XCB Assert failure again
Replies: 0
Views: 20102

XCB Assert failure again

All, Everything is merged from tip of tip in LS-CS. RedDiamond, and basically anything written with CopperSpice and using the clipboard gets the following assertion. ASSERT: "m_timestamp[mode] == XCB_CURRENT_TIME || getSelectionOwner(atomForMode(mode)) == m_owner" in file /home/developer/g...
by seasoned_geek
Tue Jun 13 2023 3:58 pm
Forum: User Support
Topic: Markdown preview question
Replies: 1
Views: 5362

Markdown preview question

All, The documentation makes no mention of this, but given there is also DoxyPress, does one of the QTextBrowser type classes have a Markdown preview that simply isn't documented. I see setHtml() and setPlainText() all over the place but no setMarkdown() and no enum/bit flag to indicate text is Mark...
by seasoned_geek
Wed Apr 05 2023 8:02 pm
Forum: Developers
Topic: Compilation error
Replies: 1
Views: 8553

Re: Compilation error

Just a follow-up. If you do not already have CopperSpice installed in a system directory, the current CMake process successfully builds. The files need to have the local directory tree in front when searching for includes though or corrupted builds due to header file changes will be an ongoing probl...
by seasoned_geek
Sun Apr 02 2023 10:10 pm
Forum: Developers
Topic: Compilation error
Replies: 1
Views: 8553

Compilation error

I just pulled I think, 9, commits (whatever happened over past couple of days) into my fork of CopperSpice to update RPM branch. [137/3819] Building CXX object src/core/CMakeFiles/CsCore.dir/kernel/qvariant.cpp.o FAILED: src/core/CMakeFiles/CsCore.dir/kernel/qvariant.cpp.o /usr/bin/c++ @src/core/CMa...
by seasoned_geek
Fri Mar 10 2023 10:29 pm
Forum: User Support
Topic: CopperSpice on Arm - again
Replies: 4
Views: 13138

Re: CopperSpice on Arm - again

Okay, time to put a saddle on this dead horse and see if it will run. 1) Where is the roadmap posted these days? 2) Did CopperSpice on Arm work start? If so, how far along is it? I still don't see it on supported platforms. I'm asking because CopperSpice on ARM came up again just a couple hours ago....
by seasoned_geek
Thu Mar 09 2023 6:48 pm
Forum: Developers
Topic: RPM Packaging - what is thumping in the build root?
Replies: 1
Views: 7127

Re: RPM Packaging - what is thumping in the build root?

I don't know what is causing the problem, but I finally tracked down the where. hexdump --canonical libCsCore1.8.so > ~/h.log 007e9f60 41 53 53 45 52 54 20 66 61 69 6c 75 72 65 20 69 |ASSERT failure i| 007e9f70 6e 20 25 73 3a 20 22 25 73 22 2c 20 66 69 6c 65 |n %s: "%s", file| 007e9f80 20 ...
by seasoned_geek
Wed Mar 08 2023 11:05 pm
Forum: Developers
Topic: RPM Packaging - what is thumping in the build root?
Replies: 1
Views: 7127

RPM Packaging - what is thumping in the build root?

All, This ought to be stupid simple but I'm slamming my head against the wall to find it. Fork of CopperSpice project with [RPM branch](https://github.com/RolandHughes/copperspice/tree/RPM) so I can package the library in RPM form now that I have Debian working. I tried to be the least invasive poss...
by seasoned_geek
Mon Feb 27 2023 10:56 pm
Forum: Developers
Topic: RPATH and Fedora36
Replies: 0
Views: 24353

RPATH and Fedora36

All, I'm working on the RPM builds for the fork, having already submitted pull requests for the Debian packaging. Is there a legitimate reason this ends with .. set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/copperspice/bin:$ORIGIN/${CS_BIN_RPATH}:$ORIGIN/..") For...