Hello,<br><br>I checked out revision 715 today and continued to try to complete the build on SuSE linux with gcc 4.1<br><br>The build is still problematic in a number of areas, below is a list of some examples of the errors one encounters when compiling on linux. I assume that most of you are developing your apps on the Windows platform?
<br><br>- ACE libraries in the OEM do not compile without editing some of the source.<br><br>- There are a number of tags that libtool doesn't support:<br><br><div style="margin-left: 40px;">libtool: unrecognized option `--tag=CXX'
<br></div><br>- The MdfModel compile in the common directory produces a number of errors like this one:<br><br><div style="margin-left: 40px;">GridSurfaceStyle.h:77: error: explicit instantiation of 'class std::auto_ptr&lt;MdfModel::GridSurfaceStyle&gt;' in namespace 'MdfModel' (which does not enclose namespace 'std')
<br><br></div>- A number of extra qualifications persist, for example:<br><br><div style="margin-left: 40px;">./Services/PrintLayout.h:216: error: extra qualification 'MgPrintLayout::' on member 'LegendWidth'<br>./Services/PrintLayout.h:217: error: extra qualification 'MgPrintLayout::' on member 'LegendPadding'
<br>./Services/PrintLayout.h:218: error: extra qualification 'MgPrintLayout::' on member 'HeaderHeight'<br>./Services/PrintLayout.h:219: error: extra qualification 'MgPrintLayout::' on member 'ScalebarHeight'<br>./Services/PrintLayout.h:220: error: extra qualification 'MgPrintLayout::' on member 'ScalebarPadding'
<br>./Services/PrintLayout.h:221: error: extra qualification 'MgPrintLayout::' on member 'FooterHeight'<br>./Services/PrintLayout.h:222: error: extra qualification 'MgPrintLayout::' on member 'GroupIndent'<br><br></div><div style="margin-left: 40px;">

(and in MgDev/Oem/geos-2.2.0/source/headers/geos/geos.h, as well as a dozen other header files)<br><br></div>- The library libgeos.a is not compiled with the build_oem.sh script, so you have to enter that dir to compile, and then continue with the main mapguide make
<br><br>- libtool: unrecognized option `---mode=link'<br>&nbsp;in Makefile /home/mark/DEV_FORK/mapguide/MgDev/Web/src/JavaApi/Makefile<br><br><br>This is by no means a complete list but hopefully provides an indication of the current state of the Makefiles in the revisions...
<br><br>Mark<br><br><br><br>