Package Details: orfeo-toolbox 9.0.0-2

Git Clone URL: https://aur.archlinux.org/orfeo-toolbox.git (read-only, click to copy)
Package Base: orfeo-toolbox
Description: ORFEO Toolbox (OTB) is an open source library of image processing algorithms
Upstream URL: http://www.orfeo-toolbox.org
Licenses: CeCILL
Submitter: ArArgyridis
Maintainer: ArArgyridis
Last Packager: ArArgyridis
Votes: 15
Popularity: 0.000000
First Submitted: 2011-09-01 07:08 (UTC)
Last Updated: 2024-04-10 08:43 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

ArArgyridis commented on 2015-04-21 09:04 (UTC)

@geosam I updated the PKGBUILD. I also managed to compile it with ITK 4.5. Now it has itk45 and libkml-git as aditional depedencies.

geosam commented on 2015-04-13 19:35 (UTC)

Is neccesary change in lines 40-44: ------------- if [ -d "$srcdir/build/" ]; then rm -rf $srcdir/build/ fi mkdir $srcdir/build/ cd $srcdir/build -------------------------

ariki commented on 2014-12-23 08:41 (UTC)

swig is missed in makedepends

ArArgyridis commented on 2014-12-03 13:08 (UTC)

It seems that the problem resides with current version of boost. I tried to recompile orfeo toolbox here and it works perfectly. I am uploading the PKGBUILD i used, perhaps it's a missing depedency. Try it again and please inform me if it compiled :)

aldeano commented on 2014-11-30 23:41 (UTC)

I got a problem compiling orfeo, i'm using cmake 3.0.2-1, boost 1.57.0-2 and swig 3.0.2, this is the message (sorry for being in spanish) In file included from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.h:116:0, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:21: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx: En la instanciación de ‘otb::RCC8VertexIterator<TGraph>::RCC8VertexIterator(TGraph*) [con TGraph = otb::RCC8Graph<otb::RCC8VertexBase<otb::Polygon<> > >]’: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:111:33: se requiere desde aquí /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:54:20: error: ‘tie’ no se declaró en este ámbito tie(m_Iter, m_End) = vertices(*(m_Graph->GetGraph())); ^ /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:54:20: nota: alternativas sugeridas: In file included from /usr/include/boost/tuple/tuple.hpp:28:0, from /usr/include/boost/graph/graph_traits.hpp:16, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8Graph.h:29, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:19: /usr/include/boost/tuple/detail/tuple_basic.hpp:870:1: nota: ‘boost::tuples::tie’ tie(T0& t0) { ^ /usr/include/boost/tuple/detail/tuple_basic.hpp:947:1: nota: ‘boost::tuples::tie’ tie(T0& t0, T1& t1, T2& t2, T3& t3, ^ In file included from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.h:116:0, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:21: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx: En la instanciación de ‘void otb::RCC8VertexIterator<TGraph>::GoToBegin() [con TGraph = otb::RCC8Graph<otb::RCC8VertexBase<otb::Polygon<> > >]’: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:112:15: se requiere desde aquí /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:111:20: error: ‘tie’ no se declaró en este ámbito tie(m_Iter, m_End) = vertices(*(m_Graph->GetGraph())); ^ /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:111:20: nota: alternativas sugeridas: In file included from /usr/include/boost/tuple/tuple.hpp:28:0, from /usr/include/boost/graph/graph_traits.hpp:16, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8Graph.h:29, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:19: /usr/include/boost/tuple/detail/tuple_basic.hpp:870:1: nota: ‘boost::tuples::tie’ tie(T0& t0) { ^ /usr/include/boost/tuple/detail/tuple_basic.hpp:947:1: nota: ‘boost::tuples::tie’ tie(T0& t0, T1& t1, T2& t2, T3& t3, ^ Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/build.make:330: fallo en las instrucciones para el objetivo 'Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/otbRCC8Graph.cxx.o' make[2]: *** [Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/otbRCC8Graph.cxx.o] Error 1 CMakeFiles/Makefile2:22509: fallo en las instrucciones para el objetivo 'Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/all' make[1]: *** [Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/all] Error 2 Makefile:147: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2

ArArgyridis commented on 2014-07-26 08:11 (UTC)

I added a patch that allows orfeo toolbox to be compiled with CMake 3.0

ArArgyridis commented on 2014-07-10 18:08 (UTC)

As I posted previously, the released version of Orfeo Toolbox can not be compiled due to the update in cmake from 2.8 to 3.0. Either downgrade cmake, or try to build orfeo toolbox from mercurial. You can find the PKGBUILD here: https://aur.archlinux.org/packages/orfeo-toolbox-hg/

geosam commented on 2014-07-04 18:18 (UTC)

I get the next error: -------------------------------------------------------------------- CMake Error: Error in cmake code at /home/samtux/Manjaro/aur/orfeo-toolbox/src/OTB-4.0.0/CMake/ImportGdal.cmake:36: Parse error. Function missing ending ")". Instead found bad character with text "[". CMake Error at CMakeLists.txt:206 (include): include could not find load file: /home/samtux/Manjaro/aur/orfeo-toolbox/src/OTB-4.0.0/CMake/ImportGdal.cmake -------------------------------------------------------------------- And the next: -------------------------------------------------------------------- CMake Warning (dev) at CMakeLists.txt:359 (export_library_dependencies): Policy CMP0033 is not set: The export_library_dependencies command should not be called. Run "cmake --help-policy CMP0033" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! See also "/home/samtux/Manjaro/aur/orfeo-toolbox/src/build/CMakeFiles/CMakeOutput.log". See also "/home/samtux/Manjaro/aur/orfeo-toolbox/src/build/CMakeFiles/CMakeError.log". ==> ERROR: Se produjo un error en build(). Cancelando... --------------------------------------------------------------------

salsaymusica commented on 2014-07-02 23:30 (UTC)

@ArArgyridis: Thanks! That worked.