Re: [mapguide-users] Problems iwith swig in build_oem ubuntu 8.04

2009-10-18 Thread kernel_panic
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

Re: [mapguide-users] Problems iwith swig in build_oem ubuntu 8.04

2009-10-13 Thread kernel_panic
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

Re: [mapguide-users] Mapguide make error GWSQueryEngine

2009-10-10 Thread kernel_panic
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

[mapguide-users] Mapguide make error GWSQueryEngine

2009-10-10 Thread kernel_panic
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