[mapguide][MG122][Modified] Fix minor Linux build issues
Walt Welton-Lair
walt.welton-lair at autodesk.com
Thu Mar 16 11:52:09 EST 2006
You can view the artifact detail at the following URL:
https://mapguide.osgeo.org/servlets/Scarab/id/MG122
Type:
Task
Artifact ID:
MG122 (Fix minor Linux build issues)
Modified by:
Walt Welton-Lair
waltweltonlair (walt.welton-lair at autodesk.com)
The following modifications were made to this artifact:
---------------------------------------------------------------------
-- Description set to new value:
Old value:
There are a couple of minor Linux build issues that still need to be addressed.
1/ Fix the compiler version checking in configure.in
- The code that currently tries to do it is the following:
gcc --version > gccver.txt
sed -e '/^gcc version 3.2/ p' gccver.txt > gcc32.txt
It doesn't work correctly: it always thinks you're running gcc 3.2 or less...
- I believe this code was copied from the DWF configure.in files. It also doesn't work correctly there, and should be fixed there as well.
2/ Remove the following Makefiles:
Oem/DWFTK7.1/Makefile
Oem/DWFTK7.1/develop/Makefile
Oem/DWFTK7.1/develop/global/Makefile
Oem/DWFTK7.1/develop/global/src/Makefile
These should be auto-generated from the Makefile.am's.
New value:
There are a couple of minor Linux build issues that still need to be addressed.
1/ Fix the compiler version checking in configure.in
- The code that currently tries to do it is the following:
gcc --version > gccver.txt
sed -e '/^gcc version 3.2/ p' gccver.txt > gcc32.txt
It doesn't work correctly: it *always* thinks you're running gcc 3.2 or less...
- I believe this code was copied from the DWF configure.in files. It also doesn't work correctly there, and should be fixed there as well.
2/ Remove the following Makefiles:
Oem/DWFTK7.1/Makefile
Oem/DWFTK7.1/develop/Makefile
Oem/DWFTK7.1/develop/global/Makefile
Oem/DWFTK7.1/develop/global/src/Makefile
These should be auto-generated from the Makefile.am's.
-- Artifact Status changed:
Old value:
New
New value:
Assigned
---------------------------------------------------------------------
This message was automatically generated by Project Tracker.
More information about the Mapguide_issues
mailing list