Advertisement
Guest User

Untitled

a guest
Apr 19th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.00 KB | None | 0 0
  1. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../.. -D_FORTIFY_SOURCE=2 -fPIC -I../../../../src/saga_core -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -D_SAGA_UNICODE -g -DDEBUG -fopenmp -lgomp -I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -O -MT vigra_smoothing.lo -MD -MP -MF .deps/vigra_smoothing.Tpo -c vigra_smoothing.cpp  -fPIC -DPIC -o .libs/vigra_smoothing.o
  2. In file included from /usr/include/vigra/convolution.hxx:41:0,
  3.                  from vigra_smoothing.cpp:65:
  4. /usr/include/vigra/stdconvolution.hxx: In member function ‘vigra::Kernel2D<ARITHTYPE>& vigra::Kernel2D<ARITHTYPE>::initExplicitly(const vigra::BasicImage<ARITHTYPE>&)’:
  5. /usr/include/vigra/stdconvolution.hxx:1170:19: error: ‘iter’ does not name a type
  6.          for (auto iter = image.begin(); iter != image.end(); ++iter)
  7.                    ^
  8. /usr/include/vigra/stdconvolution.hxx:1170:41: error: expected ‘;’ before ‘iter’
  9.          for (auto iter = image.begin(); iter != image.end(); ++iter)
  10.                                          ^
  11. /usr/include/vigra/stdconvolution.hxx:1170:41: error: ‘iter’ was not declared in this scope
  12. In file included from /usr/include/vigra/resizeimage.hxx:47:0,
  13.                  from /usr/include/vigra/stdimagefunctions.hxx:74,
  14.                  from /usr/include/vigra/nonlineardiffusion.hxx:41,
  15.                  from /usr/include/vigra/convolution.hxx:44,
  16.                  from vigra_smoothing.cpp:65:
  17. /usr/include/vigra/splines.hxx: At global scope:
  18. /usr/include/vigra/splines.hxx:93:20: error: ‘ORDER’ is not a type
  19.      static_assert (ORDER < 18 , "BSpline: ORDER must be less than 18." );
  20.                     ^
  21. /usr/include/vigra/splines.hxx:93:26: error: expected ‘,’ or ‘...’ before ‘<’ token
  22.      static_assert (ORDER < 18 , "BSpline: ORDER must be less than 18." );
  23.                           ^
  24. Makefile:520: recipe for target 'vigra_smoothing.lo' failed
  25. make[5]: *** [vigra_smoothing.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement