Hi, My goal is to download the Mapguide source code and run it in VS2008. I am experiencing problems compiling the server.
I am using the following instructions to do this... http://trac.osgeo.org/mapguide/wiki/CompilingMapGuide22Windows in regards to point 3 "Download FDO 3.5 RC1 SDK tarball" I have downloaded the following tarball... http://download.osgeo.org/fdo/3.5.0/release/binaries/win32/fdosdk-win32-3.5.0.tar.gz I have followed these instructions and when I compile the server (point "3. Build MapGuide Server" under Build Process) I receive the the following errors... Error 2 error C2259: 'CGwsFlatFdoReader' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsQueryUtils.cpp 517 GwsQueryEngine Error 3 error C2259: 'CGwsFlatGwsIterator' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsQueryUtils.cpp 526 GwsQueryEngine Error 4 error C2259: 'CGwsFeatureIterator' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 78 GwsQueryEngine Error 5 error C2259: 'CGwsSortMergeJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 80 GwsQueryEngine Error 6 error C2259: 'CGwsNestedLoopsJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 82 GwsQueryEngine Error 7 error C2259: 'CGwsNestedLoopSortedBlockJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 84 GwsQueryEngine Error 8 error C2259: 'CGwsBatchSortedBlockJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 86 GwsQueryEngine Error 9 error C2259: 'CGwsRightSortedJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 88 GwsQueryEngine Error 10 error C2259: 'CGwsRightNestedLoopJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 90 GwsQueryEngine Error 11 error C2259: 'CGwsRightNestedLoopSortedBlockJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 92 GwsQueryEngine Error 12 error C2259: 'CGwsRightBatchSortedBlockJoinQueryResults' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsPreparedFeatureQuery.cpp 94 GwsQueryEngine Error 13 error C2259: 'CGwsFlatFdoReader' : cannot instantiate abstract class c:\Users\Birgir\Documents\Source\MgDev\Server\src\Gws\GwsQueryEngine\GwsFlatGwsIterator.cpp 30 GwsQueryEngine Error 26 error C2259: 'MgServerFdoFeatureReader' : cannot instantiate abstract class c:\users\birgir\documents\source\mgdev\server\src\services\feature\ServerFeatureService.cpp 1429 ServerFeatureService Error 27 error C2259: 'MgFdoFeatureReader' : cannot instantiate abstract class c:\users\birgir\documents\source\mgdev\server\src\services\feature\SelectCommand.cpp 173 ServerFeatureService Error 28 error C2259: 'MgJoinFeatureReader' : cannot instantiate abstract class c:\users\birgir\documents\source\mgdev\server\src\services\feature\ServerGwsFeatureReader.cpp 113 ServerFeatureService Regards, Birgir -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Cannot-compile-Mapguide-server-tp6582550p6582550.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
