Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#14 closed defect (fixed)

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 (4)

comment:1 by anonymous, 17 years ago

This is the solution on newer systems:

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

comment:2 by anonymous, 17 years ago

Owner: set to trevorwekel

comment:3 by trevorwekel, 17 years ago

Resolution: fixed
Status: newclosed

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.

comment:4 by tomfukushima, 17 years ago

Milestone: 1.2
Note: See TracTickets for help on using tickets.