Search found 153 matches

by ansel
Sat Aug 01 2020 4:02 am
Forum: Installation
Topic: iconv problems
Replies: 11
Views: 18252

Re: iconv problems

We have built CopperSpice on multiple Unix-like platforms including Debian, Arch, Fedora, and FreeBSD. We'd like to know what is going on in your specific setup. Can you send us an email at <info@copperspice.com> and include the following files? The output displayed when running CMake in a fresh, em...
by ansel
Fri Jul 31 2020 11:15 pm
Forum: Installation
Topic: X11 headers not compliant with ISO C++ 17
Replies: 2
Views: 7619

Re: X11 headers not compliant with ISO C++ 17

You are correct that the C++17 standard does not allow the register keyword. GCC only reports this as a warning while clang reports it as an error. The workaround for this is to build with the -Wno-register flag which disables this error in clang. We considered enabling this automatically in our CMa...
by ansel
Fri Jul 31 2020 10:52 pm
Forum: Installation
Topic: [SOLVED] error: conflicting types for 'FT_Get_Name_Index'
Replies: 2
Views: 7498

Re: [SOLVED] error: conflicting types for 'FT_Get_Name_Index'

We'd just like to confirm that this entire issue was not related to CopperSpice so there is nothing we need to look at with freetype.
by ansel
Sun Jul 26 2020 12:34 am
Forum: User Support
Topic: Failed to create xcb gl-integration
Replies: 7
Views: 12069

Re: Failed to create xcb gl-integration

Failed to create xcb gl-integration
Thank you for reporting this. We are changing that message to indicate the gl-integration plugin is only needed when running a program which uses OpenGL.

Turns out we forgot to release the build files for the gl-integration plugins, which we will do shortly.
by ansel
Fri Jun 26 2020 2:21 am
Forum: Developers
Topic: Possible impending Qt fork and copperspice opportunity
Replies: 12
Views: 14640

Re: Possible impending Qt fork and copperspice opportunity

New things can be added, but nothing that would break an existing build. This point was mentioned in another thread on the Developers forum under API Stability. We have added a detailed reply in that thread. Sweeping changes need to be well thought out and implemented with a purpose. But sometimes ...
by ansel
Fri Jun 26 2020 1:26 am
Forum: Developers
Topic: API stability and project philosophy question
Replies: 12
Views: 14288

Re: API stability and proje philosphy question

The code I write and put into production in 2020 will compile against the current version in 2051. No classes or methods will have disappeared and the header files will have the same names in the same places. Lots of things can be added, but nothing ever taken away. The high level API will remain c...
by ansel
Mon Jun 22 2020 10:10 pm
Forum: Enhancements
Topic: Qt QML or Quick or Quick Controls 2?
Replies: 4
Views: 15170

Re: Qt QML or Quick or Quick Controls 2?

I was hoping they completely removed QML and JavaScript as that was one of the worst decisions Qt ever made. I'd like to clarify and expand on the answer we gave. Qt Quick and QML have not been brought into CopperSpice and we have no intention of porting them to CopperSpice verbatim. The truth is, ...
by ansel
Thu Jun 11 2020 7:32 pm
Forum: Installation
Topic: ubuntu 20 incomplete dependency list
Replies: 5
Views: 11390

Re: ubuntu 20 incomplete dependency list

The team is working on a more detailed response for all of your dependency questions.
by ansel
Thu Jun 11 2020 7:32 pm
Forum: Installation
Topic: ubuntu 20 incomplete dependency list
Replies: 5
Views: 11390

Re: ubuntu 20 incomplete dependency list

Btw, who set the ludicrous "images can only be 1 pixels high" rule on here? Screenshots really help all things. Sorry about that, we have had some issues of people posting way too many images. Screenshots add too much noise to the discussion thread in our experience. Posting links to an i...
by ansel
Fri Apr 24 2020 4:38 pm
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14707

Re: Please help me build the CopperSpice library!

7. In CMakeLists.txt I add this rows This is not the ideal way to adjust your build environment since these changes will be lost if you move to a new version of CopperSpice. Here is a link to our overview documentation for the Windows build process: https://www.copperspice.com/docs/cs_overview/requ...