2009/10/13, Takashige :
>
> Hi.
>
> Copying /fdo-3.3.1/Providers/SDF/Inc/SDF to the same directory as the
> GwsFeatureQueryResults.cpp was not the sollution.
> I neglected reporting that. I'm sorry.
>
> Here is what I did besides the steps in installation guide.
>
> ## before building FDO,
> I ran
NVM, I found the directory on <>/BuildTools.
Sorry, I was focused on the swig dir and missed this out.
However, Im having a similar problem to the one you had:
Yours:
"GwsFeatureQueryResults.cpp:27:42: error:
SDF/IScrollableFeatureReader.h: No such file or directory"
Mine:
"GwsFeatureQueryResu
FIXED
It turns out that I had to change the extension of one file,
GwsFlatGwsIterator, like this:
from: /opt/mapguide-2.0.2/Server/src/Gws/GwsQueryEngine/GwsFlatGwsIterator.loT
to: /opt/mapguide-2.0.2/Server/src/Gws/GwsQueryEngine/GwsFlatGwsIterator.lo
Since I didnt change anything before that, I
Greetings
Im compiling mapguide on a kubuntu jaunty virtual machine under a kubuntu
jaunty host, I have succeded with compiling FDO (using the Cmake method, the
automake way didnt work), Apache and PHP and I have already run build_oem
without problems and ./configure on mapguide, as instructed in