[fdo-users] FDO Compile error (libxalan-c)
Traian Stanev
traian.stanev at autodesk.com
Mon Oct 12 11:44:19 EDT 2009
The easiest way I can think of is to
cp -r <fdo_path>/Providers/SDF/Inc/ /usr/local/lib/fdo-3.5.0/inc
or something like that...
Given that you are compiling against an older MapGuide, I expect that you will get a few more build errors after that, but they will be surmountable (I don't know offhand what they will be, but given some breaking API changes, you will almost certainly have to account for one or two changed function signatures). Just a warning that it will not be smooth... :)
BTW, I changed the FDO Cmake build to install to /usr/local/fdo-x.x.x, I can probably add a copy step for those headers, but I'd prefer that we fix MapGuide instead.
Traian
________________________________________
From: fdo-users-bounces at lists.osgeo.org [fdo-users-bounces at lists.osgeo.org] On Behalf Of kernel_panic [sudoaptgetinstalld00d3 at gmail.com]
Sent: Sunday, October 11, 2009 6:27 PM
To: FDO Users Mail List
Subject: Re: [fdo-users] FDO Compile error (libxalan-c)
> Does the FDO include directory in /usr/local/fdo-3.5.0/inc have an /SDF
> subdirectory with IScrollableFeatureReader.h in it?
>
Remember mine is in /usr/local/lib/fdo-3.5.0/ , but no, there isnt a
SDF (nor a SHP) folder :p
> May be the SDF specific headers didn't get copied by the CMake "make
> install". Those headers can be found under
> <fdo_src_root>/Providers/SDF/Inc/.
>
> However, those headers (in /SDF or /SHP) are no longer necessary -- they
> have been unified and moved to core FDO so, they should also be available
> under e.g. <Fdo/Commands/Feature/IScrollableFeatureReader.h>. so it's
> probably better to fix MapGuide to get the headers from there, rather than
> from /SDF/IScrollable...
>
> Traian
>
You're right, IscrollabeFeatureReader.h is under
/usr/local/lib/fdo-3.5.0/include/Fdo/Commands/Feature/
Now, how do I tell mapguide to look for it in this path?
_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users
More information about the fdo-users
mailing list