[mapguide][MG122][New] Fix minor Linux build issues

Walt Welton-Lair walt.welton-lair at autodesk.com
Thu Mar 16 11:50:15 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)

Reported by
 Walt Welton-Lair
 waltweltonlair (walt.welton-lair at autodesk.com)

New artifact details:
---------------------------------------------------------

- Artifact created
- Summary set to new value
  Fix minor Linux build issues
- Priority set to new value
  P3
- Task Priority set to new value
  Medium
- Artifact Status set to new value
  New
- Description set to 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.


---------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Mapguide_issues mailing list