Configure error: Dud CppUnit version found, must be >= 1.10.0.

Asked by Feng Chen

Hi,

I am trying to compile Esys-Particle2.0 on a scientific Linux (Redhad) cluster, below is the platform:
[fchen3@newton0 ESyS-Particle-2.0]$ uname -a
Linux newton0.local 2.6.18-92.1.18.el5 #1 SMP Wed Nov 12 06:45:11 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

While after ./configure --PREFIX=XXXX, I got an error:

[fchen3@newton0 ESyS-Particle-2.0]$ ./configure --prefix=/data/DEM_CFD/ESysParticle2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.10.0... configure: error: Dud CppUnit version found, must be >= 1.10.0.

I went through previous posts, did not find an answer, has anyone met this problem before?

Thanks in advance!

Question information

Language:
English Edit question
Status:
Answered
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Will (will-hancock) said :
#1

Hi Feng,

I think there is a similar post to your problem here: https://answers.launchpad.net/esys-particle/+question/73016
Let us know how you go with the installation.

Regards,
Will

Revision history for this message
Dion Weatherley (d-weatherley) said :
#2

Hi Feng Chen,

CppUnit is no longer mandatory to compile/install ESyS-Particle. To skip the error message above, edit 'configure.ac' and remove/comment out the following line:

AM_PATH_CPPUNIT([1.10.0], ,[AC_MSG_ERROR([Dud CppUnit version found, must be >= 1.10.0.])])

Once you have done that, re-run 'sh autogen.sh' before trying './configure ...' again.

Good luck!

Dion.

Can you help with this problem?

Provide an answer of your own, or ask Feng Chen for more information if necessary.

To post a message you must log in.