Search found 216 matches
- Fri Mar 10 2023 10:29 pm
- Forum: User Support
- Topic: CopperSpice on Arm - again
- Replies: 4
- Views: 1472
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....
- Thu Mar 09 2023 6:48 pm
- Forum: Developers
- Topic: RPM Packaging - what is thumping in the build root?
- Replies: 1
- Views: 123
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 25 73 2c 2...
- Wed Mar 08 2023 11:05 pm
- Forum: Developers
- Topic: RPM Packaging - what is thumping in the build root?
- Replies: 1
- Views: 123
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...
- Mon Feb 27 2023 10:56 pm
- Forum: Developers
- Topic: RPATH and Fedora36
- Replies: 0
- Views: 117
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 now I'm o...
- Tue Feb 07 2023 8:21 pm
- Forum: Installation
- Topic: Why no binaries for openSuSE 15.x?
- Replies: 3
- Views: 233
Re: Why no binaries for openSuSE 15.x?
Gospel truth the RPM for Fedora should work on OpenSuSE . . . you just need one from a version of Fedora that matches the OpenSuSE kernel version. Oh, wait, SuSE is rolling now as well . . . should "just work." All RPM based distros are derivatives of RedHat.
- Mon Jan 16 2023 6:44 pm
- Forum: Enhancements
- Topic: Daniel Bermond?
- Replies: 2
- Views: 204
Re: Daniel Bermond?
If you want to release your own Debian package, please do not use a name like the following: "copperspice-1.8.0-amd64.deb". This has already confused people on FreeBSD who thought the package was our official release. Just make some minor change to the package name so it is clear this is your work....
- Sat Jan 14 2023 11:07 pm
- Forum: Enhancements
- Topic: Daniel Bermond?
- Replies: 2
- Views: 204
Daniel Bermond?
Does Daniel Bermond hang out here? He created this AUR. https://aur.archlinux.org/packages/copperspice In it he somehow generates the following two cmake files. CopperSpiceLibraryTargets-none.cmake CopperSpiceBinaryTargets-none.cmake I'm not good with cmake, but need to generate the same thing for t...
- Thu Jan 12 2023 9:22 pm
- Forum: Enhancements
- Topic: Debian
- Replies: 0
- Views: 102
Debian
I submitted a pull request for shell script and files to automatically generate debian packages for both run-time and -dev. Here are packages I generated with it on Ubuntu 18.04. PostgreSQL is about the only database I had installed in that build environment. Theoretically you could just make it a s...
- Tue Jan 03 2023 11:30 pm
- Forum: Issues
- Topic: forum search
- Replies: 0
- Views: 148
forum search
Could someone please fix the forum search? https://www.logikalsolutions.com/wordpress/wp-content/uploads/2023/01/copperspice-forum-search.png Every time I try to use it the thing fails with the "are too common" error message. We don't have a bazillion messages in here. I was trying to see where the ...
- Tue Jan 03 2023 5:14 pm
- Forum: Enhancements
- Topic: QNX ARM support
- Replies: 2
- Views: 239
Re: QNX ARM support
>1 Do you know if there is a "free" developer version of QNX? The official site has free 30-day evaluation: https://www.qnx.com/products/evaluation/ You can probably get more informing them you are porting and maintaining CopperSpice for QNX. In 2007 they had a big splash with publishing the source ...