Re: [eigen] Eigen/src/plugins/BlockMethods.h absent from 'make install' target |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen/src/plugins/BlockMethods.h absent from 'make install' target
- From: Manoj Rajagopalan <rmanoj@xxxxxxxxx>
- Date: Wed, 1 Sep 2010 10:01:03 -0400
- Organization: EECS Dept., University of Michigan, Ann Arbor, MI, USA
Yes, this is true. Usually cmake is run when I perform a make in my build
tree. This time, it wasn't.
-- Manoj
On Wednesday 01 September 2010 07:12:21 am Gael Guennebaud wrote:
> Our CMakeLists is fine. You probably have to rerun cmake so that it
> detects this new file.
>
> gael
>
> On Wed, Sep 1, 2010 at 2:25 AM, Manoj Rajagopalan <rmanoj@xxxxxxxxx> wrote:
> > Hi,
> >
> > I just updated to tip. 'make install' fails to copy BlockMethods.h to
> > the installation dir causing *** A TON *** of compile errors :-)
> >
> > An update to CMakeLists is probably required. I don't know cmake so I
> > can't contribute a patch :-(
> >
> > thanks,
> > Manoj