Hi Loïc,

I am still not able to reproduce your problem. I think that you've
pointed an issue in OTB with  the test "0000169-fftcomplextocomplex.cxx"
but it should not triggered a compilation issue.

My diagnosis is that for some reason FFTW is still activated in your config.

What I advise to try to track the problem is to restart from a clean
build and submit an experimental to the OTB dashboard with the command:

ctest -D Experimental -A CMakeCache.txt


Your build issue will then appear here:

http://dash.orfeo-toolbox.org/index.php?project=OTB

And the "-A CMakeCache.txt" options will submit also you're cmake
configuration.

Let me know if you're able to do this.

Regards,

Manuel



Le 14/03/2014 11:34, Manuel Grizonnet a écrit :
> Hi Loic,
>
> I'll try to reproduce the issue but I need more information about your
> cmake configuration.
>
> Could you send your /CMakeCache/.txt?
>
> Thank you in advance.
>
> Manuel
>
> Le vendredi 14 mars 2014 10:58:49 UTC+1, [email protected] a
> écrit :
>
>     Hi,
>     I tried to build with OTB_USE_SIFTFAST to false.
>
>     and got this:
>
>     Linking CXX executable ../../bin/0000094-PolygonsVectorization
>     [ 93%] Built target 0000094-PolygonsVectorization
>     Scanning dependencies of target 0000169-fftcomplextocomplex
>     [ 93%] Building CXX object
>     
> Testing/Fa/CMakeFiles/0000169-fftcomplextocomplex.dir/0000169-fftcomplextocomplex.cxx.o
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:
>     In member function âvoid
>     itk::FFTWComplexToComplexImageFilter<TImage>::BeforeThreadedGenerateData()
>     [with TImage = otb::Image<std::complex<float>, 2u>]â:
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Testing/Fa/0000169-fftcomplextocomplex.cxx:31:
>   
>     instantiated from here
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:89:
>     error: no type named âPlanTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:90:
>     error: no type named âComplexTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:91:
>     error: no type named âComplexTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:107:
>     error: âPlan_dftâ is not a member of âitk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:90:
>     error: no type named âComplexTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:91:
>     error: no type named âComplexTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:89:
>     error: no type named âPlanTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:115:
>     error: âExecuteâ is not a member of âitk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:89:
>     error: no type named âPlanTypeâ in âclass itk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:116:
>     error: âDestroyPlanâ is not a member of âitk::fftw::Proxy<float>â
>     
> /home/lwasquel/OTB/OTB_code_source/OTB/Code/UtilitiesAdapters/ITKPendingPatches/itkFFTWComplexToComplexImageFilter.hxx:89:
>     error: no type named âPlanTypeâ in âclass itk::fftw::Proxy<float>â
>     make[2]: ***
>     
> [Testing/Fa/CMakeFiles/0000169-fftcomplextocomplex.dir/0000169-fftcomplextocomplex.cxx.o]
>     Error 1
>     make[1]: ***
>     [Testing/Fa/CMakeFiles/0000169-fftcomplextocomplex.dir/all] Error 2
>     make: *** [all] Error 2
>
>     so it seems that using OTB_USE_SIFTFAST =OFF enables me to go further.
>     Are all these problems linked to the use of FFTW? Should I try not
>     using FFTW?
>
>     Regards,
>     Loïc
>
> -- 
> -- 
> Check the OTB FAQ at
> http://www.orfeo-toolbox.org/FAQ.html
>  
> You received this message because you are subscribed to the Google
> Groups "otb-users" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/otb-users?hl=en
> ---
> You received this message because you are subscribed to the Google
> Groups "otb-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to