MapGuide Open Source:  Home |  Download |  Internals

Ticket #14 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

CppUnit-1.9.14 still issue in ./build_oem.sh

Reported by: anonymous Assigned to: trevorwekel
Priority: medium Milestone: 1.2
Component: Build System Version:
Severity: major Keywords:
Cc: External ID:

Description

Also if you get an error building CppUnit?. Try the following:

pushd Oem/CppUnit-1.9.14

rm aclocal.m4

popd

./build_oem.sh

Change History

03/11/07 18:50:05 changed by anonymous

This is the solution on newer systems:

pushd Oem/CppUnit-1.9.14 rm aclocal.m4 libtoolize --copy --force popd

03/14/07 14:49:40 changed by anonymous

  • owner set to trevorwekel.

03/15/07 14:16:41 changed by trevorwekel

  • status changed from new to closed.
  • resolution set to fixed.

aclocal.m4 should be rebuilt for the specific version on Linux. The cppunit build script does this automatically so it has been removed from Subversion. The script also requires aclocal/automake 1.7 which should be available as an rpm for most distributions.

06/17/07 02:07:12 changed by tomfukushima

  • milestone set to 1.2.