[Saga-devel] Re: aws / ssh adaptors compilation problems
Andre Merzky
andre at merzky.net
Sun Jan 11 03:57:55 CST 2009
Hi Katarina,
sorry, my commit seemed incomplete - utils.cpp is added now.
Why object.hpp needs to be included I don't know - it is
included by impl/exception.hpp anyway (and that is where
object is used), but I added that fix in svn anyway.
Thanks, Andre.
Quoting [Katerina Stamou] (Jan 11 2009):
> Date: Sun, 11 Jan 2009 03:00:52 -0600
> From: Katerina Stamou <kstamou at cct.lsu.edu>
> To: Andre Merzky <andre at merzky.net>, saga-devel at cct.lsu.edu
> Subject: aws / ssh adaptors compilation problems
>
> Hi Andre,
>
> I'm trying to get aws and ssh adaptors to compile and install for the
> eucalyptus mapreduce testing, and several problems come up with
> the last svn revision (3257):
>
> The compilation fails at two points with various warnings and errors
> related to:
>
> saga/saga/adaptors/utils/process/process.hpp
> and
> saga/saga/adaptors/utils/ in general
>
> I've managed to work around the first by adding:
>
> #include <saga/saga/object.hpp>
>
> to process.hpp.
>
> For the second problem, commenting out
>
> #SAGA_SRC = utils.cpp
> #SAGA_OBJ = utils.o
>
> makes the compilation finish, but then I get unresolved symbols error
> when attempting to run applications. Any ideas ?
>
> Another problem is that the ssh adaptor doesn't get compiled by default,
> and when manually trying to build it from it's directory, fails with various
> errors related to not finding boost/process.hpp. I'm using boost-1.34.1,
> but don't see process.hpp existing on 1.37 either.
>
> Best,
> Katerina
--
Nothing is ever easy.
More information about the saga-devel
mailing list