A list for the developers of CellML tools

Text archives Help


[cellml-dev] Utilities.hxx and cmake


Chronological Thread 
  • From: lpsmith at spod-central.org (Lucian Smith)
  • Subject: [cellml-dev] Utilities.hxx and cmake
  • Date: Thu, 4 Aug 2011 22:55:42 +0100

As a followup to my last post: once the various .hxx files exist (I
copied them in from a different directory) everything successfully
installs. However, it doesn't copy everything it needs to: the files
'cda_compiler_support.h' and 'cda_config.h' are needed, as the first is
included from IfaceCellML_APISPEC.hxx, and the second is included in the
first.

Beyond that, Utilities.hxx is gone, and I remember from list discussion
that this was deliberate. However, I have made extensive use of the
functions in there in my program: ObjRef<*> elements and the
RETURN_INTO_OBJREF macros are two such examples I use all over the place,
and actually can't imagine using CellML without. Perhaps there are other
functions there you don't want to expose, but I'm already using many of
them, based on Andrew's rewriting of my code a while back, so presumably
they're being used correctly. I would request either that Utilities.hxx
be reinstated in the standard distribution, or that whatever it was about
that file that was objectionable be extracted into its own thing.

Thank you again! I think the CMake system is going to be a lot easier to
use than the last setup.

-Lucian




Archive powered by MHonArc 2.6.18.

Top of page