Search found 153 matches

by ansel
Mon May 20 2019 1:09 am
Forum: Installation
Topic: Support for RHEL?
Replies: 18
Views: 30713

Re: Support for RHEL?

As @jbober pointed out, there is an official way to get new compilers on CentOS and RHEL. It's called Software Collections. It's updated every May and November. Software Collections contain several programs including newer versions of MySQL, etc. The compilers are included in devtoolset. ... I expe...
by ansel
Sun May 19 2019 2:48 am
Forum: Installation
Topic: Request for vcpkg support
Replies: 2
Views: 5441

Re: Request for vcpkg support

Might I suggest that a vcpkg package be created for CopperSpice? Both QT5 and vxWidgets are in vcpkg, so CopperSpice would fit right in. It's quite nice, being easy to use and cross-platform. It's definitely not only for Windows. I'm a little too inexperienced with CMake to attempt it myself. I don...
by ansel
Thu Apr 11 2019 5:53 pm
Forum: Installation
Topic: Support for RHEL?
Replies: 18
Views: 30713

Re: Support for RHEL?

Hello I tried to compile for rhel/centos, but failed due to lack of dependencies/time but, I stumbled on this thread and just let me give a hint how to compile for rhel/centos if you please. There is an official way to install new gcc on rhel/centos, that will not disrupt original gcc that comes wi...
by ansel
Thu Jun 07 2018 5:47 pm
Forum: KitchenSink
Topic: Running KS on Debian
Replies: 2
Views: 19688

Re: Running KS on Debian

Looks like the execute permssion needs to be added when it is built. Then it wouldn't need to be done afterwards, it would just unpack with the correct permissions. It appears that the directions in this thread were out of date. I just checked the current binary packages for KitchenSink, and they a...
by ansel
Wed Apr 18 2018 9:21 am
Forum: Installation
Topic: Doxypress installation on Mac
Replies: 3
Views: 12323

Re: Doxypress installation on Mac

Thank you for reporting this. I started to look at it today but I should have posted a note to let you know we are working on it. I will make sure to do that in the future. It appears that there is a packaging issue with the currently released OS X binary for DoxyPress. The clang binary should be pr...
by ansel
Mon Apr 16 2018 8:14 pm
Forum: Issues
Topic: DoxyPressApp eating CPU when idle
Replies: 2
Views: 10627

Re: DoxyPressApp eating CPU when idle

We have been able to reproduce this issue on a Windows 7 machine in our office. It does not occur on several other platforms we tested, or on our CI virtual machines. The issue appears to be related to the theme engine used on Windows Vista and later. We are currently working on diagnosing this issu...
by ansel
Tue Apr 10 2018 4:35 am
Forum: Installation
Topic: A few rough edges building on linux - clang
Replies: 15
Views: 36214

Re: A few rough edges building on linux - clang

In the end I installed libclang-dev (which could also do with being mentioned) and hacked the Makefile in bin, adding -I/usr/lib/llvm-3.8/include. This enabled me to compile at long last. But then it failed to link. If you look at our DoxyPress documentation for "Building DoxyPress with libCla...
by ansel
Wed Apr 04 2018 9:36 pm
Forum: Issues
Topic: DoxyPressApp eating CPU when idle
Replies: 2
Views: 10627

Re: DoxyPressApp eating CPU when idle

We have not seen this behavior. I looked on some of our Linux and Windows machines without seeing what you are describing. We have a few more plaftorms to check. I will keep you informed.
by ansel
Sun Mar 25 2018 4:55 pm
Forum: Installation
Topic: Support for RHEL?
Replies: 18
Views: 30713

Re: Support for RHEL?

In the last few months we have added a new version of Debian, Mac OS X, and we are about to update to add support for Ubuntu 18.04. We do want to support as many Linux distributions as we can. Unfortunately it appears the compiler shipped with RHEL/CentOS 7 is GCC 4.8.5, which is far too old to have...
by ansel
Sun Mar 18 2018 6:54 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice? v2 linux
Replies: 7
Views: 11176

Re: HELP: How to get started with CopperSpice? v2 linux

I don't know the process. I just follow the instruction to the letter. Here is the link to our documentation for building on linux: http://www.copperspice.com/docs/cs_overview/requirements-unix.html As per our overview documentation, if you were using the source distribution from our download site,...