Ticket #14 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

CppUnit-1.9.14 still issue in ./build_oem.sh

Reported by: anonymous Owned by: 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

Changed 5 years ago by anonymous

This is the solution on newer systems:

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

Changed 5 years ago by anonymous

  • owner set to trevorwekel

Changed 5 years ago 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.

Changed 5 years ago by tomfukushima

  • milestone set to 1.2
Note: See TracTickets for help on using tickets.