[mapguide-users] Mapguide Centos and FDO trouble isntalling
Remco Houtkamp
r.houtkamp at burohoutkamp.nl
Wed Nov 4 04:16:39 EST 2009
Hi list,
After being unsuccesfull trying to connect a winxp installation to postgis I switched to linux. It is really hard, because I don't know te basics. After a few days my knowledge of linux improved a little. I think I know why I can not install Mapguide to Centos5. I get this message:
In file included from Band.h:21,
from Band.cpp:20:
Stylization.h:77:17: error: Fdo.h: No such file or directory
Stylization.h:78:33: error: FdoExpressionEngine.h: No such file or directory
Stylization.h:79:51: error: FdoExpressionEngineFunctionCollection.h: No such file or directory
Stylization.h:80:54: error: FdoExpressionEngineINonAggregateFunction.h: No such file or directory
Stylization.h:85: error: 'FDO_ACTIVELONGTRANSACTION' was not declared in this scope
Stylization.h:86: error: 'FDO_ROOTLONGTRANSACTION' was not declared in this scope
GridData.h:54: error: 'FdoString' has not been declared
LineBuffer.h:85: error: 'FdoDimensionality' has not been declared
LineBuffer.h:115: error: 'FdoDimensionality' has not been declared
LineBuffer.h:122: error: 'FdoDimensionality' does not name a type
LineBuffer.h:193: error: 'FdoDimensionality' does not name a type
LineBuffer.h:85: error: 'FdoDimensionality_XY' was not declared in this scope
LineBuffer.h:115: error: 'FdoDimensionality_XY' was not declared in this scope
LineBuffer.h:244: error: 'FdoDimensionality' has not been declared
LineBuffer.h:244: error: 'FdoDimensionality_XY' was not declared in this scope
make[2]: *** [Band.lo] Fout 1
make[2]: Map '/root/Desktop/mapguide-2.0.2/Common/Stylization' wordt verlaten
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/root/Desktop/mapguide-2.0.2/Common' wordt verlaten
make: *** [all-recursive] Fout 1
So there is a FDO problem. I installed FDO 3.4.0 using svn checkout http://svn.osgeo.org/fdo/tags/3.4.0/ fdo-3.4.0 (adjustment from this tutorial http://wiki.osgeo.org/wiki/Building_MapGuide_on_CentOS_5 )
The documentation tells me I've to specify the fdo location when installing mapguide. I tried to do this by ./configure --with-fdo-include= IncludeDir --with-fdo-lib= LibDir which I altered to ./configure --with-fdo-include= /usr/local/fdo-3.4.0 --with-fdo-lib= /usr/local/fdo-3.4.0/lib
What is it I'm doing wrong? Is it ok that /usr/local/fdo-3.4.0 is empty except for the map lib? the map lib does contain files.
Thanks in advance.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3743 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/mapguide-users/attachments/20091104/790fc931/attachment.bin
More information about the mapguide-users
mailing list