Search found 117 matches

by marlowa
Sat Sep 10 2016 5:26 pm
Forum: Installation
Topic: Compilation error building doxypress 1.2.4 on linux
Replies: 3
Views: 12620

Compilation error building doxypress 1.2.4 on linux

I got a clang-related compilation error trying to build doxypress-1.2.4 on my debian machine. This was after I hacked my Makefiles to make it pick up the 3.5 clang install. make[2]: Entering directory '/home/marlowa/Downloads/DoxyPress-1.2.4/bin' depbase=`echo src/parse_clang.o | sed 's|[^/]*$|.deps...
by marlowa
Sat Sep 10 2016 5:14 pm
Forum: Installation
Topic: A few rough edges building on linux - clang
Replies: 15
Views: 36767

Re: A few rough edges building on linux - clang

With respect to the clang headers, since you mention synaptic I am presuming you are building either on Debian or Ubuntu. For either OS the headers we are using are contained in package 'libclang-3.5-dev'. In both cases the compile and link flags should be appended to as follows: CXXFLAGS+=" -...
by marlowa
Mon Jul 11 2016 9:58 am
Forum: Developers
Topic: Copperspice licenses and proprietary applications
Replies: 3
Views: 12397

Re: Copperspice licenses and proprietary applications

The CopperSpice libraries are released under GNU GPL version 3 and LGPL version 2.1. We can not provide a proprietary license. If requested we can provide paid support or contract work to enhance CopperSpice. LGPL version 2.1 absolutely allows developers the right to create and sell closed source a...
by marlowa
Fri Jun 03 2016 2:21 pm
Forum: Enhancements
Topic: void function returns
Replies: 3
Views: 13585

Re: void function returns

Alister wrote: When the attribute "Warn about undoumented parameters" is turned on, the following message
  • Warning: Documented empty return type
appears for functions which return void.
That sounds like a bug to me.
by marlowa
Thu Apr 14 2016 8:01 pm
Forum: User Support
Topic: A doxypress bug to do with function parameters wrongly rptd
Replies: 1
Views: 9969

A doxypress bug to do with function parameters wrongly rptd

At long last I have managed to reproduce the problem I saw a few weeks ago. The offending header file is at the end of this message. The doxypress HTML output has several functions that are documented to have the parameter bmyflag when the actual parameter is different. The bmyflag parameter comes f...
by marlowa
Mon Mar 28 2016 8:44 am
Forum: Installation
Topic: More rough edges when building from git
Replies: 2
Views: 12516

Re: More rough edges when building from git

When building from a git checkout, you will need to run 'autoreconf -i' as the first step in the build process. This fixed the problem. This is noted in the CopperSpice documentation here: http://www.copperspice.com/docs/cs_overview/requirements-x11.html . Running autoconf itself is not sufficient ...
by marlowa
Sat Mar 26 2016 4:04 pm
Forum: Installation
Topic: More rough edges when building from git
Replies: 2
Views: 12516

More rough edges when building from git

Thanks to some help from Ansel I managed to get doxypress built from the officially released source. So I can now see the core dump I was getting before on Windows. I understand that the latest source has a fix for this so I dit a git clone and tried to build. Here's what I got: marlowa@computerroom...
by marlowa
Sat Mar 26 2016 8:55 am
Forum: Developers
Topic: Enh rqst for DoxyPressApp: creating json from doxygen
Replies: 5
Views: 16296

Enh rqst for DoxyPressApp: creating json from doxygen

I notice that when you use the tool for converting a doxygen config file to a doxypress json file, there are a few of things that could be improved: * it could start the file browser in the directory you are actually in. That seems a better default to me. * then you save the json file the default di...
by marlowa
Thu Mar 24 2016 5:46 pm
Forum: Developers
Topic: Copperspice licenses and proprietary applications
Replies: 3
Views: 12397

Copperspice licenses and proprietary applications

I wonder what the Copperspice position is on it being used to develop proprietary applications. Qt has a dual license arrangement. Basically Qt is open source unless you are using it to develop something that is proprietary (in which case you have to pay).
by marlowa
Thu Mar 24 2016 11:43 am
Forum: Developers
Topic: Copperspice and python
Replies: 6
Views: 14273

Copperspice and python

Hello everyone,

Are there any plans for a python copperspice module, similar to pyQt? I am currently looking at writing some python code with a GUI and there are a plethora of GUI toolkits to choose from, but not one for Copperspice that I can see.