docstrings.i missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
I just created a new branch and I'm running into some installation problems. First some headers in dolfin/ale are missing (PoissonXD.h). I can generate those, but then I get a lot of missing docstrings.i and there seem to be no /cmake/
Swig source
/home/mikael/
/home/mikael/
make[2]: *** [dolfin/
make[1]: *** [dolfin/
make[1]: *** Waiting for unfinished jobs....
etc. etc.
Mikael
See the FEniCS mailing list. We are preparing a conversion to Git and
at the same time deleting generated files (both Poisson.h etc and
docstring files). It will take a day or two before this settles as we
are awaiting more comments from developers.
You should run
cmake/ scripts/ generate- all
and ideally this should be handled in a user-friendly way via the
build system.
--
Anders
On Thu, Mar 21, 2013 at 08:31:19PM -0000, Mikael Mortensen wrote: scripts/ generate- swig-docstrings file Fenics/ Probe/dolfin/ dolfin/ swig/modules/ la/module. i:142: Error: Unable to find 'dolfin/ swig/la/ docstrings. i' Fenics/ Probe/dolfin/ dolfin/ swig/modules/ la/module. i:143: Error: Unable to find 'dolfin/ swig/nls/ docstrings. i' swig/modules/ la/modulePYTHON _wrap.cxx] Error 1 swig/modules/ la/CMakeFiles/ _la.dir/ all] Error 2
> Public bug reported:
> Hi,
> I just created a new branch and I'm running into some installation
> problems. First some headers in dolfin/ale are missing (PoissonXD.h). I
> can generate those, but then I get a lot of missing docstrings.i and
> there seem to be no /cmake/
> anymore? Am I or dolfin missing something?
> Swig source
> /home/mikael/
> /home/mikael/
> make[2]: *** [dolfin/
> make[1]: *** [dolfin/
> make[1]: *** Waiting for unfinished jobs....
> etc. etc.
> Mikael
> ** Affects: dolfin
> Importance: Undecided
> Status: New