problem with ./configure

Asked by Sajjad Haider

Hi,

I am trying to install the latest little bat code. As I run the ./configure command, I get the following error
configure: error: cannot find Eigen headers

As a result, I couldn't run the "make" command as I get the following error:
make: *** No targets specified and no makefile found. Stop.

Would really appreciate help on this.

Regards,
Sajjad

Question information

Language:
English Edit question
Status:
Solved
For:
littlegreenbats Edit question
Assignee:
No assignee Edit question
Solved by:
Ali Ahmadi
Solved:
Last query:
Last reply:
Revision history for this message
Best Ali Ahmadi (aliahmadi67) said :
#1

download and install Eigen!

http://eigen.tuxfamily.org/

Revision history for this message
Sander van Dijk (sgvandijk) said :
#2

In ubuntu you can install Eigen with:

sudo apt-get install libeigen2-dev

Revision history for this message
Sajjad Haider (shaider) said :
#3

Thanks Ali Ahmadi, that solved my question.

Revision history for this message
Sajjad Haider (shaider) said :
#4

Thanks Ali and Sander. The problem is fixed.