#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 , 18 years ago
comment:2 by , 18 years ago
Owner: | set to |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 , 17 years ago
Milestone: | → 1.2 |
---|
Note:
See TracTickets
for help on using tickets.
This is the solution on newer systems:
pushd Oem/CppUnit-1.9.14 rm aclocal.m4 libtoolize --copy --force popd