Search found 117 matches

by marlowa
Tue Jan 09 2018 10:16 am
Forum: Developers
Topic: clang-related problems building DoxyPress 1.2.11 on mint
Replies: 2
Views: 13235

Re: clang-related problems building DoxyPress 1.2.11 on mint

Linux Mint is not a supported platform at this time. Based on your error report it appears that you are missing the clang development package. You will need to build clang from source. The following link, "Parsing with Clang" is in our DoxyPress documentation and explains this process for...
by marlowa
Sun Jan 07 2018 1:59 pm
Forum: Developers
Topic: clang-related problems building DoxyPress 1.2.11 on mint
Replies: 2
Views: 13235

clang-related problems building DoxyPress 1.2.11 on mint

Hello everyone, I get this clang-related error trying to build DoxyPress-1.2.11 on mint 18 (g++-5.4.0): g++ -std=c++14 -DPACKAGE_NAME=\"DoxyPress\" -DPACKAGE_TARNAME=\"doxypress\" -DPACKAGE_VERSION=\"1.2.11\" -DPACKAGE_STRING=\"DoxyPress\ 1.2.11\" -DPACKAGE_BU...
by marlowa
Thu Dec 21 2017 12:05 pm
Forum: Issues
Topic: doxypress aborted with no reason given
Replies: 4
Views: 16131

Re: doxypress aborted with no reason given

I will give it a try and let you know. You were right, this turns out to be where the problem is. I do think this needs to be reported in a more user-friendly way. Unfortunately, it's worse than I thought. When it claimed it completed ok, I believed it. However, later on I went to review the output...
by marlowa
Thu Dec 21 2017 10:31 am
Forum: Issues
Topic: doxypress aborted with no reason given
Replies: 4
Views: 16131

Re: doxypress aborted with no reason given

I tried to run doxypress on a large proprietary code base... ** DoxyPress aborted. This was preceeded by the line: Computing dependencies between directories. If you turn off the dot program setting for "directory-graph", do you have any issues? I will give it a try and let you know. You ...
by marlowa
Tue Dec 05 2017 6:32 pm
Forum: Issues
Topic: doxypress aborted with no reason given
Replies: 4
Views: 16131

Re: doxypress aborted with no reason given

I tried to run doxypress on a large proprietary code base... ** DoxyPress aborted. This was preceeded by the line: Computing dependencies between directories. If you turn off the dot program setting for "directory-graph", do you have any issues? I will give it a try and let you know. I un...
by marlowa
Sun Dec 03 2017 8:45 pm
Forum: Installation
Topic: A few rough edges building on linux - clang
Replies: 15
Views: 41199

Re: A few rough edges building on linux - clang

I have added a link to our documentation in the README files for DoxyPress and DoxyPressApp. The documentation explains how to build from source. The following is the same link you will find in the README: http://www.copperspice.com/docs/doxypress/build-doxypress.html The documentation for the clan...
by marlowa
Sun Dec 03 2017 3:09 pm
Forum: Developers
Topic: Building CopperSpice on modern Ubuntu distributions.
Replies: 8
Views: 20635

Re: Building CopperSpice on modern Ubuntu distributions.

I didn't look very hard at the getting started guide to be honest. The fiddling mostly consisted of trying to find proper Ubuntu *-dev packages to install to get cmake going. Not sure if its there, but a command line in the documentation such as: For Ubuntu 16.04: > sudo apt-get install <list of -d...
by marlowa
Thu Nov 23 2017 2:56 pm
Forum: Developers
Topic: Ninja trouble: Some rough edges when building copperspice
Replies: 1
Views: 7309

Ninja trouble: Some rough edges when building copperspice

Hello everyone, Looking at http://www.copperspice.com/docs/cs_overview/build-overview.html I see there are some rough edges still. I am trying to build on linux mint using cmake 3.5.1, ninja 0.1.3 and g++ 6.1.0. When I gave the command: cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release the first...
by marlowa
Thu Nov 23 2017 9:26 am
Forum: Issues
Topic: doxypress aborted with no reason given
Replies: 4
Views: 16131

doxypress aborted with no reason given

I tried to run doxypress on a large proprietary code base where doxygen is currently used. Doxypress said it finished but no artifacts were produced. I flipped the quiet switch off, re-ran and got more information. It said ** DoxyPress aborted. This was preceeded by the line: Computing dependencies ...
by marlowa
Wed Nov 15 2017 2:54 pm
Forum: Developers
Topic: Performance of doxypress versus doxygen
Replies: 1
Views: 11368

Performance of doxypress versus doxygen

Hello everyone, Has anyone compared the performance of doxypress versus doxygen for a non-trivial project? I was wondering. Surely a from scratch rewrite using a better foundation should give something that is at least no slower. I am trying to tune an overnight build process and one area I am consi...