Search found 152 matches

by ansel
Fri Sep 04 2020 10:17 pm
Forum: User Support
Topic: [C++] Creating a link to a function inside namespace
Replies: 4
Views: 8924

Re: [C++] Creating a link to a function inside namespace

Thanks for reporting this. Can you give us a very short test case which shows only the links you expect to work? Also, a copy of the project file that you are using will help us diagnose what is happening.
by ansel
Thu Sep 03 2020 6:12 pm
Forum: Developers
Topic: Signal to signal
Replies: 4
Views: 7470

Re: Signal to signal

When across threads are they queued automatically like in Qt? If I understand your question correctly, you are asking about the behavior when the sender and receiver belong to different threads. We can not confirm that this actually works in Qt, as we observed some undefined behavior in the signal/...
by ansel
Thu Aug 27 2020 5:16 pm
Forum: User Support
Topic: Maybe I'm just tired or can't read?
Replies: 3
Views: 8061

Re: Maybe I'm just tired or can't read?

The code in Diamond is correct. You may not be aware that there are multiple overloads of the connect() method. We have added a note to our CopperSpice Overview documentation to indicate slots only need to be registered if they are used with the string overload of connect(). Since Diamond uses metho...
by ansel
Mon Aug 24 2020 6:45 am
Forum: Issues
Topic: doxypress 1.3.8: Core dump when navigating to output directory
Replies: 3
Views: 9361

Re: doxypress 1.3.8: Core dump when navigating to output directory

I was not able to find either this crash or the error you are reporting when running on my Debian 10 machine. I will set up a ubuntu 16 VM and see if I can reproduce it there.
by ansel
Mon Aug 24 2020 5:29 am
Forum: Installation
Topic: RAM usage during CS (and C++) compilation
Replies: 2
Views: 6971

Re: RAM usage during CS (and C++) compilation

Thanks for your interest in CopperSpice. The exact requirements for a successful build will of course vary depending on your platform and compiler. In general a Linux build system needs at least 8GB of RAM plus 12 more of swap to link successfully. We plan for roughly 3 GB per compile process (-jN) ...
by ansel
Sat Aug 15 2020 8:01 pm
Forum: Issues
Topic: doxypress 1.3.8: Core dump when navigating to output directory
Replies: 3
Views: 9361

Re: doxypress 1.3.8: Core dump when navigating to output directory

Thanks for reporting this. I am guessing this happened while using the DoxypressApp program (not doxypress). Can you be more specific about which field you were in and what exactly you did, so that we can try to repeat the problem?
by ansel
Sat Aug 15 2020 5:40 pm
Forum: User Support
Topic: Failed to create xcb gl-integration
Replies: 7
Views: 11674

Re: Failed to create xcb gl-integration

We pushed the updates for CopperSpice which add the build files for the XCB glx plugin. We also pushed changes for KitchenSink which will deploy the glx plugin. We updated the error message to be clear that this plugin is only needed for programs which use OpenGL.
by ansel
Wed Aug 12 2020 4:01 am
Forum: Installation
Topic: iconv problems
Replies: 11
Views: 17707

Re: iconv problems

Can you try applying the following diff to CopperSpice and see if it builds for you? With these two changes, both the iconv and cups issues have been cleaned up. diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1520f2502..285c2ff02 100644 --- a/src/core/CMakeLists.txt +++ b/src/c...
by ansel
Sun Aug 09 2020 2:54 am
Forum: User Support
Topic: Failed to create xcb gl-integration
Replies: 7
Views: 11674

Re: Failed to create xcb gl-integration

Thanks for checking in with us. We are in final testing of the GLX integration plugin. It turns out setting up the support libraries correctly in CMake is a bit tricky. We should be able to publish this sometime next week.
by ansel
Sat Aug 01 2020 4:02 am
Forum: Installation
Topic: iconv problems
Replies: 11
Views: 17707

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...