Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#8 closed defect (fixed)

CPPUnit Failed to Build on SVN MapGuide

Reported by: anonymous Owned by: trevorwekel
Priority: medium Milestone: 1.2
Component: General Version:
Severity: major Keywords:
Cc: External ID:

Description

I can compile MapGuide usint he 1.1 version TAR frile on the web but when I check out the project and try that CPPUnit filas. You may want to check on what has changed. Keep in mind why would the TAR file version work and not the new SVN version. Same buildoem sh what has changed???

Gentoo GCC 4.0.3 and Tried 4.1.1

Change History (4)

comment:1 by tomfukushima, 17 years ago

Owner: set to tomfukushima
Status: newassigned

What error are you getting. In the this page http://wiki.osgeo.org/index.php/Building_MapGuide_on_Fedora_Core_4 there is a suggestion for CPPUnit build errors: Also if you get an error building CppUnit. Try the following:

pushd Oem/CppUnit-1.9.14

rm aclocal.m4

popd

./build_oem.sh

These occur if your SVN client is not set up per: http://mapguide.osgeo.org/subversionconfig.html

comment:2 by anonymous, 17 years ago

Owner: changed from tomfukushima to trevorwekel
Status: assignednew

comment:3 by trevorwekel, 17 years ago

Resolution: fixed
Status: newclosed

aclocal.m4 should be rebuild for the specific version on Linux. The CppUnit build script does this automatically so it has been removed from Subversion. Also the script requires aclocal/automake 1.7. This 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.