stereomatchingkiss

Untitled

Jul 8th, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.50 KB | None | 0 0
  1. e:\h\f\homeworks\ncku\practice_candc++\boost_mingw\boost_1_49_0\boost\gil\pixel_iterator.hpp:111: error: C2504: 'boost::gil::channel_type<P>' : base class undefined
  2. with
  3. [
  4.     P=boost::gil::qt::rgb565_pixel_t
  5. ]
  6.  
  7. e:\h\f\homeworks\ncku\practice_candc++\boost_mingw\boost_1_49_0\boost\gil\locator.hpp:208: see reference to class template instantiation 'boost::gil::channel_type<P>' being compiled
  8. with
  9. [
  10.     P=boost::gil::packed_pixel<boost::gil::bits16,boost::mpl::vector3<const boost::gil::packed_channel_reference<unsigned short,0,5,true>,const boost::gil::packed_channel_reference<unsigned short,5,6,true>,const boost::gil::packed_channel_reference<unsigned short,11,5,true>>,boost::gil::bgr_layout_t>
  11. ]
  12.  
  13. e:\h\f\homeworks\ncku\practice_candc++\boost_mingw\boost_1_49_0\boost\gil\locator.hpp:333: see reference to class template instantiation 'boost::gil::channel_type<P>' being compiled
  14. with
  15. [
  16.     P=boost::gil::pixel_2d_locator_base<boost::gil::memory_based_2d_locator<boost::gil::memory_based_step_iterator<boost::gil::packed_pixel<boost::gil::bits16,boost::mpl::vector3<const boost::gil::packed_channel_reference<unsigned short,0,5,true>,const boost::gil::packed_channel_reference<unsigned short,5,6,true>,const boost::gil::packed_channel_reference<unsigned short,11,5,true>>,boost::gil::bgr_layout_t> >>,boost::gil::packed_pixel<boost::gil::bits16,boost::mpl::vector3<const boost::gil::packed_channel_reference<unsigned short,0,5,true>,const boost::gil::packed_channel_reference<unsigned short,5,6,true>,const boost::gil::packed_channel_reference<unsigned short,11,5,true>>,boost::gil::bgr_layout_t> ,boost::gil::memory_based_step_iterator<boost::gil::packed_pixel<boost::gil::bits16,boost::mpl::vector3<const boost::gil::packed_channel_reference<unsigned short,0,5,true>,const boost::gil::packed_channel_reference<unsigned short,5,6,true>,const boost::gil::packed_channel_reference<unsigned short,11,5,true>>,boost::gil::bgr_layout_t> >>
  17. ]
  18.  
  19. e:\h\f\homeworks\ncku\practice_candc++\boost_mingw\boost_1_49_0\boost\gil\image_view.hpp:179: see reference to class template instantiation 'boost::gil::channel_type<P>' being compiled
  20. with
  21. [
  22.     P=boost::gil::memory_based_2d_locator<boost::gil::memory_based_step_iterator<boost::gil::packed_pixel<boost::gil::bits16,boost::mpl::vector3<const boost::gil::packed_channel_reference<unsigned short,0,5,true>,const boost::gil::packed_channel_reference<unsigned short,5,6,true>,const boost::gil::packed_channel_reference<unsigned short,11,5,true>>,boost::gil::bgr_layout_t> >>
  23. ]
  24.  
  25. e:\h\f\homeworks\ncku\practice_candc++\qt_4_8_practice\gil_with_qt_adapter\qimage_wrapper_unit_test.hpp:100: see reference to class template instantiation 'boost::gil::channel_type<P>' being compiled
  26. with
  27. [
  28.     P=boost::gil::qt::rgb565_view_t
  29. ]
  30.  
  31. e:\h\f\homeworks\ncku\practice_candc++\qt_4_8_practice\gil_with_qt_adapter\qimage_wrapper_unit_test.hpp:100: error: C2039: 'type' : is not a member of 'boost::gil::channel_type<P>'
  32. with
  33. [
  34.     P=boost::gil::qt::rgb565_view_t
  35. ]
  36.  
  37. e:\h\f\homeworks\ncku\practice_candc++\qt_4_8_practice\gil_with_qt_adapter\qimage_wrapper_unit_test.hpp:100: error: C2146: syntax error : missing ';' before identifier 'channel_type'
  38.  
  39. e:\h\f\homeworks\ncku\practice_candc++\qt_4_8_practice\gil_with_qt_adapter\qimage_wrapper_unit_test.hpp:100: error: C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  40.  
  41. e:\h\f\homeworks\ncku\practice_candc++\qt_4_8_practice\gil_with_qt_adapter\qimage_wrapper_unit_test.hpp:100: error: C2065: 'channel_type' : undeclared identifier
Advertisement
Add Comment
Please, Sign In to add comment